org.apache.struts.tiles
Class TilesServlet

java.lang.Object
  extended byHttpServlet
      extended byorg.apache.struts.tiles.TilesServlet

Deprecated. Use the ActionServlet instead.

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.

Author:
Cedric Dumoulin
See Also:
Serialized Form

Field Summary
protected static org.apache.commons.logging.Log log
          Deprecated. Commons Logging instance.
 
Constructor Summary
TilesServlet()
          Deprecated.  
 
Method Summary
 void init()
          Deprecated. Initialize this servlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static org.apache.commons.logging.Log log
Deprecated. 
Commons Logging instance.

Constructor Detail

TilesServlet

public TilesServlet()
Deprecated. 
Method Detail

init

public void init()
          throws ServletException
Deprecated. 
Initialize this servlet

Throws:
ServletException - if we cannot configure ourselves correctly


Copyright ? 2000-2004 - Apache Software Foundation