com.opensymphony.module.sitemesh.multipass
Class MultipassFilter

java.lang.Object
  extended by com.opensymphony.module.sitemesh.filter.PageFilter
      extended by com.opensymphony.module.sitemesh.multipass.MultipassFilter
All Implemented Interfaces:
RequestConstants, Filter

public class MultipassFilter
extends PageFilter


Field Summary
 
Fields inherited from class com.opensymphony.module.sitemesh.filter.PageFilter
factory, filterConfig
 
Fields inherited from interface com.opensymphony.module.sitemesh.RequestConstants
DECORATOR, FILTER_APPLIED, PAGE, ROBOT, USING_STREAM
 
Constructor Summary
MultipassFilter()
           
 
Method Summary
protected  void writeDecorator(HttpServletResponse response, Page page, RequestDispatcher dispatcher, HttpServletRequest request)
           
 
Methods inherited from class com.opensymphony.module.sitemesh.filter.PageFilter
applyDecorator, destroy, doFilter, getFilterConfig, init, parsePage, setFilterConfig
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultipassFilter

public MultipassFilter()
Method Detail

writeDecorator

protected void writeDecorator(HttpServletResponse response,
                              Page page,
                              RequestDispatcher dispatcher,
                              HttpServletRequest request)
                       throws ServletException,
                              IOException
Overrides:
writeDecorator in class PageFilter
Throws:
ServletException
IOException

www.opensymphony.com/sitemesh/