This project has retired. For details please refer to its Attic page.
WildcardPortletTilesApplicationContextFactory (Tiles 2 2.1.4 API)

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

Package class diagram package WildcardPortletTilesApplicationContextFactory
java.lang.Object
  extended by org.apache.tiles.context.AbstractTilesApplicationContextFactory
      extended by org.apache.tiles.portlet.context.PortletTilesApplicationContextFactory
          extended by org.apache.tiles.portlet.context.wildcard.WildcardPortletTilesApplicationContextFactory

public class WildcardPortletTilesApplicationContextFactory
extends PortletTilesApplicationContextFactory

In the createApplicationContext(Object) method creates an instance of WildcardPortletTilesApplicationContext.

Since:
2.1.1
Version:
$Rev: 749983 $ $Date: 2009-03-04 13:41:31 +0100 (mer, 04 mar 2009) $

Field Summary
 
Fields inherited from class org.apache.tiles.context.AbstractTilesApplicationContextFactory
APPLICATION_CONTEXT_FACTORY_INIT_PARAM
 
Constructor Summary
WildcardPortletTilesApplicationContextFactory()
           
 
Method Summary
 TilesApplicationContext createApplicationContext(Object context)
          Create a TilesApplicationContext for the given context.
 
Methods inherited from class org.apache.tiles.portlet.context.PortletTilesApplicationContextFactory
init
 
Methods inherited from class org.apache.tiles.context.AbstractTilesApplicationContextFactory
createFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WildcardPortletTilesApplicationContextFactory

public WildcardPortletTilesApplicationContextFactory()
Method Detail

createApplicationContext

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

Overrides:
createApplicationContext in class PortletTilesApplicationContextFactory
Parameters:
context - The (application) context to use.
Returns:
TilesApplicationContext The Tiles application context.


Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.