This project has retired. For details please refer to its
Attic page.
PortletTilesApplicationContextFactory (Tiles 2 2.2.2 API)
org.apache.tiles.portlet.context
Class PortletTilesApplicationContextFactory
java.lang.Object
org.apache.tiles.context.AbstractTilesApplicationContextFactory
org.apache.tiles.portlet.context.PortletTilesApplicationContextFactory
- All Implemented Interfaces:
- Initializable
- Direct Known Subclasses:
- WildcardPortletTilesApplicationContextFactory
Deprecated. Create an instance of PortletTilesApplicationContext
yourself, by implementing TilesInitializer
or extending AbstractTilesInitializer
and
overriding createTilesApplicationContext
method.
public class PortletTilesApplicationContextFactory
- extends AbstractTilesApplicationContextFactory
- implements Initializable
Creates an instance of the appropriate TilesApplicationContext
implementation under a portlet environment.
- 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 |
PortletTilesApplicationContextFactory
public PortletTilesApplicationContextFactory()
- Deprecated.
init
public void init(Map<String,String> configParameters)
- Deprecated.
- Initializes the object.
- Specified by:
init
in interface Initializable
- Parameters:
configParameters
- The map of parameters.
createApplicationContext
public TilesApplicationContext createApplicationContext(Object context)
- Deprecated.
- Create a TilesApplicationContext for the given context.
- Specified by:
createApplicationContext
in class AbstractTilesApplicationContextFactory
- Parameters:
context
- The (application) context to use.
- Returns:
- TilesApplicationContext The Tiles application context.
Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.