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
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
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TilesServlet
public TilesServlet()
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.