Save This Page
Home » tiles-2.0.6-src » org.apache.tiles.web » startup » [javadoc | source]
org.apache.tiles.web.startup
public class: TilesListener [javadoc | source]
java.lang.Object
   org.apache.tiles.web.startup.TilesListener

All Implemented Interfaces:
    ServletContextListener

Listener for the initialization of the Tiles container.
Field Summary
protected static final  Log LOG    Log instance. 
Method from org.apache.tiles.web.startup.TilesListener Summary:
contextDestroyed,   contextInitialized,   createContainer
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.tiles.web.startup.TilesListener Detail:
 public  void contextDestroyed(ServletContextEvent event) 
    Remove the tiles container from service.
 public  void contextInitialized(ServletContextEvent event) 
    Initialize the TilesContainer and place it into service.
 protected TilesContainer createContainer(ServletContext context) throws TilesException 
    Creates a Tiles container.