org.apache.tiles.servlet.context.wildcard
Class WildcardServletTilesContextFactory

Package class diagram package WildcardServletTilesContextFactory
java.lang.Object
  extended by org.apache.tiles.servlet.context.ServletTilesContextFactory
      extended by org.apache.tiles.servlet.context.wildcard.WildcardServletTilesContextFactory
All Implemented Interfaces:
TilesContextFactory

public class WildcardServletTilesContextFactory
extends ServletTilesContextFactory

Acts like ServletTilesContextFactory, except in the createApplicationContext(Object) method that creates an instance of WildcardServletTilesApplicationContext.


Constructor Summary
WildcardServletTilesContextFactory()
           
 
Method Summary
 TilesApplicationContext createApplicationContext(java.lang.Object context)
          Create a TilesApplicationContext for the given context.
 
Methods inherited from class org.apache.tiles.servlet.context.ServletTilesContextFactory
createRequestContext, getServletContext, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WildcardServletTilesContextFactory

public WildcardServletTilesContextFactory()
Method Detail

createApplicationContext

public TilesApplicationContext createApplicationContext(java.lang.Object context)
Create a TilesApplicationContext for the given context.

Specified by:
createApplicationContext in interface TilesContextFactory
Overrides:
createApplicationContext in class ServletTilesContextFactory
Parameters:
context - The (application) context to use.
Returns:
TilesApplicationContext The Tiles application context.