org.apache.tiles.portlet.context.wildcard
Class WildcardPortletTilesApplicationContextFactory
java.lang.Object
org.apache.tiles.context.AbstractTilesApplicationContextFactory
org.apache.tiles.portlet.context.PortletTilesApplicationContextFactory
org.apache.tiles.portlet.context.wildcard.WildcardPortletTilesApplicationContextFactory
- All Implemented Interfaces:
- Initializable
Deprecated. Create an instance of WildcardPortletTilesApplicationContext
yourself, by implementing TilesInitializer
or extending AbstractTilesInitializer and
overriding createTilesApplicationContext method.
public class WildcardPortletTilesApplicationContextFactory
- extends PortletTilesApplicationContextFactory
In the createApplicationContext(Object) method creates an instance
of WildcardPortletTilesApplicationContext.
- Since:
- 2.1.1
- Version:
- $Rev: 797540 $ $Date: 2009-07-24 17:42:00 +0200 (ven, 24 lug 2009) $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WildcardPortletTilesApplicationContextFactory
public WildcardPortletTilesApplicationContextFactory()
- Deprecated.
createApplicationContext
public TilesApplicationContext createApplicationContext(Object context)
- Deprecated.
- 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.