org.apache.struts.tiles
Class TilesServlet
HttpServlet
org.apache.struts.tiles.TilesServlet
public class TilesServlet
extends HttpServlet
A simple servlet initializing and loading Tiles factory.
This servlet can be declared in web.xml, as well as all initialization
parameters available with the specified factory.
This servlet is intended to be used in application using Tiles without Struts.
- Cedric Dumoulin
protected static Log | log - Commons Logging instance.
|
void | init() - Initialize this servlet
|
log
protected static Log log
Commons Logging instance.
init
public void init()
throws ServletException
Initialize this servlet
Copyright B) 2000-2005 - Apache Software Foundation