This project has retired. For details please refer to its Attic page.
TilesServlet (Tiles 2 2.0.7 API)

org.apache.tiles.web.startup
Class TilesServlet

Package class diagram package TilesServlet
java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.apache.tiles.web.startup.TilesServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig
Direct Known Subclasses:
TilesFilter

public class TilesServlet
extends HttpServlet

Initialization Servlet. Provided for backwards compatibility. The prefered method of initialization is to use the TilesListener.

Version:
$Rev: 531864 $ $Date: 2007-04-24 12:24:30 +0200 (Tue, 24 Apr 2007) $
See Also:
TilesListener, Serialized Form

Constructor Summary
TilesServlet()
           
 
Method Summary
 void destroy()
          
 void init()
          
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class javax.servlet.GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TilesServlet

public TilesServlet()
Method Detail

destroy

public void destroy()

Specified by:
destroy in interface Servlet
Overrides:
destroy in class GenericServlet

init

public void init()
          throws ServletException

Overrides:
init in class GenericServlet
Throws:
ServletException


Copyright © 2001-2008 Apache Software Foundation. All Rights Reserved.