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

All Implemented Interfaces:
    Serializable, Servlet, ServletConfig

Direct Known Subclasses:
    TilesFilter

Initialization Servlet. Provided for backwards compatibility. The prefered method of initialization is to use the TilesListener.
Method from org.apache.tiles.web.startup.TilesServlet Summary:
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.TilesServlet Detail:
 public  void destroy() 
    {@inheritDoc}
 public  void init() throws ServletException 
    {@inheritDoc}