|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 Filter
request
- the servlet requestresponse
- the servlet responsechain
- the filter chain
IOException
- if an io exception occurs
ServletException
- is a servlet exception occurspublic void init(FilterConfig filterConfig) throws ServletException
init
in interface Filter
filterConfig
- 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 |