Save This Page
Home » tomahawk-1.1.6-src » org.apache.myfaces.webapp » filter » [javadoc | source]
org.apache.myfaces.webapp.filter
public class: ExtensionsFilter [javadoc | source]
java.lang.Object
   org.apache.myfaces.webapp.filter.ExtensionsFilter

All Implemented Interfaces:
    Filter

Direct Known Subclasses:
    ExtensionsFilter

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
Field Summary
public static final  String DOFILTER_CALLED     
Method from org.apache.myfaces.webapp.filter.ExtensionsFilter Summary:
destroy,   doFilter,   init,   isValidContentType
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.myfaces.webapp.filter.ExtensionsFilter Detail:
 public  void destroy() 
    Destroy method for this filter
 public  void doFilter(ServletRequest request,
    ServletResponse response,
    FilterChain chain) throws IOException, ServletException 
 public  void init(FilterConfig filterConfig) 
    Init method for this filter
 public boolean isValidContentType(String contentType)