Save This Page
Home » struts-2.1.8.1-src » org.apache » struts2 » tiles » [javadoc | source]
org.apache.struts2.tiles
public class: StrutsTilesListener [javadoc | source]
java.lang.Object
   org.apache.tiles.web.startup.TilesListener
      org.apache.struts2.tiles.StrutsTilesListener
Listener used to automatically inject ServletContext init parameters so that they don't need to be configured explicitly for tiles integration. This is provided mainly for backwards compatibility with Struts 2.0.1 configuration.
Method from org.apache.struts2.tiles.StrutsTilesListener Summary:
createContainer,   decorate
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.struts2.tiles.StrutsTilesListener Detail:
 protected TilesContainer createContainer(ServletContext context) throws TilesException 
 protected ServletContext decorate(ServletContext context)