Save This Page
Home » tiles-2.0.6-src » org.apache.tiles.web » startup » [javadoc | source]
org.apache.tiles.web.startup
public class: TilesFilter [javadoc | source]
java.lang.Object
   javax.servlet.GenericServlet
      javax.servlet.http.HttpServlet
         org.apache.tiles.web.startup.TilesServlet
            org.apache.tiles.web.startup.TilesFilter

All Implemented Interfaces:
    Filter, Serializable, Servlet, ServletConfig

Processes Reloadable Tiles Definitions.
Nested Class Summary:
class  TilesFilter.ServletConfigAdapter  Adapts a filter configuration object to become a servlet configuration object. 
Method from org.apache.tiles.web.startup.TilesFilter Summary:
destroy,   doFilter,   getFilterConfig,   init,   log,   setFilterConfig
Methods from org.apache.tiles.web.startup.TilesServlet:
destroy,   init
Methods from javax.servlet.http.HttpServlet:
service
Methods from javax.servlet.GenericServlet:
destroy,   getInitParameter,   getInitParameterNames,   getServletConfig,   getServletContext,   getServletInfo,   getServletName,   init,   init,   log,   log,   service
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tiles.web.startup.TilesFilter Detail:
 public  void destroy() 
    Destroy method for this filter.
 public  void doFilter(ServletRequest request,
    ServletResponse response,
    FilterChain chain) throws IOException, ServletException 
    Checks whether Tiles Definitions need to be reloaded.
 public FilterConfig getFilterConfig() 
    Returns the filter configuration object for this filter.
 public  void init(FilterConfig filterConfig) throws ServletException 
    {@inheritDoc}
 public  void log(String msg) 
    {@inheritDoc}
 public  void setFilterConfig(FilterConfig filterConfig) 
    Set the filter configuration object for this filter.