org.apache.tiles.context.enhanced
public class: EnhancedTilesApplicationContextFactory [javadoc |
source]
java.lang.Object
org.apache.tiles.context.AbstractTilesApplicationContextFactory
org.apache.tiles.context.ChainedTilesApplicationContextFactory
org.apache.tiles.context.enhanced.EnhancedTilesApplicationContextFactory
All Implemented Interfaces:
Initializable
Deprecated! Create
- an instance of
EnhancedTilesApplicationContext
yourself, by implementing
org.apache.tiles.startup.TilesInitializer
or extending
org.apache.tiles.startup.AbstractTilesInitializer and
overriding
createTilesApplicationContext
method.
Tiles context factory to be used together with
EnhancedTilesApplicationContext .
- version:
$
- Rev: 797540 $ $Date: 2009-07-24 17:42:00 +0200 (ven, 24 lug 2009) $
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.apache.tiles.context.enhanced.EnhancedTilesApplicationContextFactory Detail: |
public TilesApplicationContext createApplicationContext(Object context) {
TilesApplicationContext root = super.createApplicationContext(context);
return new EnhancedTilesApplicationContext(root);
} Deprecated! |