|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.cocoon.util.AbstractLogEnabled
org.apache.cocoon.servlet.multipart.MultipartFilter
Servlet filter for handling multi part MIME uploads
| Field Summary | |
protected BeanFactory |
cocoonBeanFactory
Root Cocoon Bean Factory. |
protected RequestFactory |
requestFactory
The RequestFactory is responsible for wrapping multipart-encoded forms and for handing the file payload of incoming requests |
protected ServletContext |
servletContext
The servlet context. |
protected ServletSettings |
servletSettings
The special servlet settings. |
protected org.apache.cocoon.configuration.Settings |
settings
The root settings. |
| Constructor Summary | |
MultipartFilter()
|
|
| Method Summary | |
protected void |
configure()
|
void |
destroy()
|
void |
doFilter(ServletRequest req,
ServletResponse res,
FilterChain filterChain)
|
void |
init(FilterConfig config)
|
| Methods inherited from class org.apache.cocoon.util.AbstractLogEnabled |
getLogger, setLogger |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected RequestFactory requestFactory
protected BeanFactory cocoonBeanFactory
protected org.apache.cocoon.configuration.Settings settings
protected ServletSettings servletSettings
protected ServletContext servletContext
| Constructor Detail |
public MultipartFilter()
| Method Detail |
public void init(FilterConfig config)
throws ServletException
init in interface FilterServletExceptionFilter.init(javax.servlet.FilterConfig)public void destroy()
destroy in interface FilterFilter.destroy()protected void configure()
public void doFilter(ServletRequest req,
ServletResponse res,
FilterChain filterChain)
throws IOException,
ServletException
doFilter in interface FilterIOException
ServletExceptionFilter.doFilter(javax.servlet.ServletRequest, javax.servlet.ServletResponse, javax.servlet.FilterChain)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||