|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.gpt.control.filter.MultipartFilter
public class MultipartFilter
Filter to handle multipart requests.
If the request is multipart, a MultipartWrapper is instantiated to wrap the HTTP servlet request.
| Constructor Summary | |
|---|---|
MultipartFilter()
Default constructor. |
|
| Method Summary | |
|---|---|
void |
destroy()
Destroy event for the filter. |
void |
doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
Executes the filter. |
void |
init(FilterConfig filterConfig)
Initialization event for the filter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MultipartFilter()
| Method Detail |
|---|
public void destroy()
destroy in interface Filter
public void doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
throws IOException,
ServletException
doFilter in interface Filterrequest - the servlet requestresponse - the servlet responsechain - the filter chain
IOException - if an io exception occurs
ServletException - is a servlet exception occurs
public void init(FilterConfig filterConfig)
throws ServletException
init in interface FilterfilterConfig - filter configuration
ServletException - if an exception occurs
|
Esri Geoportal Server 1.0
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||