org.apache.myfaces.component.html.util
Class ExtensionsFilter
java.lang.Object
org.apache.myfaces.component.html.util.ExtensionsFilter
- Filter
public class ExtensionsFilter
extends java.lang.Object
implements Filter
This filters is mandatory for the use of many components.
It handles the Multipart requests (for file upload)
It's used by the components that need javascript libraries
$Revision: 233469 $ $Date: 2005-08-19 14:08:12 +0200 (Fri, 19 Aug 2005) $- Sylvain Vieujot (latest modification by $Author: mmarinschek $)
void | destroy() - Destroy method for this filter
|
void | doFilter(ServletRequest request, ServletResponse response, FilterChain chain)
|
void | init(FilterConfig filterConfig) - Init method for this filter
|
destroy
public void destroy()
Destroy method for this filter
doFilter
public void doFilter(ServletRequest request,
ServletResponse response,
FilterChain chain)
throws IOException,
ServletException
init
public void init(FilterConfig filterConfig)
Init method for this filter