Save This Page
Home » sitemesh-2.3 » com.opensymphony » sitemesh » webapp » [javadoc | source]
com.opensymphony.sitemesh.webapp
public class: SiteMeshFilter [javadoc | source]
java.lang.Object
   com.opensymphony.sitemesh.webapp.SiteMeshFilter

All Implemented Interfaces:
    Filter

Core Filter for integrating SiteMesh into a Java web application.
Method from com.opensymphony.sitemesh.webapp.SiteMeshFilter Summary:
destroy,   doFilter,   init,   initContentProcessor,   initDecoratorSelector
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.opensymphony.sitemesh.webapp.SiteMeshFilter Detail:
 public  void destroy() 
 public  void doFilter(ServletRequest rq,
    ServletResponse rs,
    FilterChain chain) throws IOException, ServletException 
 public  void init(FilterConfig filterConfig) 
 protected ContentProcessor initContentProcessor(SiteMeshWebAppContext webAppContext) 
 protected DecoratorSelector initDecoratorSelector(SiteMeshWebAppContext webAppContext)