org.apache.tiles.portlet.context.wildcard
Class WildcardPortletTilesContextFactory

Package class diagram package WildcardPortletTilesContextFactory
java.lang.Object
  extended by org.apache.tiles.portlet.context.PortletTilesContextFactory
      extended by org.apache.tiles.portlet.context.wildcard.WildcardPortletTilesContextFactory
All Implemented Interfaces:
TilesContextFactory

public class WildcardPortletTilesContextFactory
extends PortletTilesContextFactory

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


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

Constructor Detail

WildcardPortletTilesContextFactory

public WildcardPortletTilesContextFactory()
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 PortletTilesContextFactory
Parameters:
context - The (application) context to use.
Returns:
TilesApplicationContext The Tiles application context.