|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractTilesApplicationContextFactory | |
---|---|
org.apache.tiles.awareness | Interfaces that let the Tiles engine to inject dependencies to its objects. |
org.apache.tiles.context | Classes and interfaces that allow to access the various contexts in an application in a uniformed way. |
org.apache.tiles.context.enhanced | Classes and interfaces that allow to access the various contexts using also the classpath to access resources. |
org.apache.tiles.portlet.context | Classes and interfaces that allow to access the various contexts from a portlet application. |
org.apache.tiles.portlet.context.wildcard | Classes and interfaces that allow to access the various contexts from a portlet application. |
org.apache.tiles.servlet.context | Classes and interfaces that allow to access the various contexts from a servlet application. |
org.apache.tiles.servlet.context.wildcard | Classes and interfaces that allow to access the various contexts from a servlet application. |
org.apache.tiles.startup | Classes to start the Tiles engine up. |
Uses of AbstractTilesApplicationContextFactory in org.apache.tiles.awareness |
---|
Methods in org.apache.tiles.awareness with parameters of type AbstractTilesApplicationContextFactory | |
---|---|
void |
AbstractTilesApplicationContextFactoryAware.setApplicationContextFactory(AbstractTilesApplicationContextFactory contextFactory)
Sets the Tiles application context factory. |
Uses of AbstractTilesApplicationContextFactory in org.apache.tiles.context |
---|
Subclasses of AbstractTilesApplicationContextFactory in org.apache.tiles.context | |
---|---|
class |
ChainedTilesApplicationContextFactory
Implementation for TilesApplicationContextFactory, that creates a chain of sub-factories, trying each one until it returns a not-null value. |
Methods in org.apache.tiles.context that return AbstractTilesApplicationContextFactory | |
---|---|
static AbstractTilesApplicationContextFactory |
AbstractTilesApplicationContextFactory.createFactory(TilesApplicationContext preliminaryContext)
Creates the Tiles application context factory. |
Method parameters in org.apache.tiles.context with type arguments of type AbstractTilesApplicationContextFactory | |
---|---|
void |
ChainedTilesApplicationContextFactory.setFactories(List<AbstractTilesApplicationContextFactory> factories)
Sets the factories to be used. |
Uses of AbstractTilesApplicationContextFactory in org.apache.tiles.context.enhanced |
---|
Subclasses of AbstractTilesApplicationContextFactory in org.apache.tiles.context.enhanced | |
---|---|
class |
EnhancedTilesApplicationContextFactory
Tiles context factory to be used together with EnhancedTilesApplicationContext . |
Uses of AbstractTilesApplicationContextFactory in org.apache.tiles.portlet.context |
---|
Subclasses of AbstractTilesApplicationContextFactory in org.apache.tiles.portlet.context | |
---|---|
class |
PortletTilesApplicationContextFactory
Creates an instance of the appropriate TilesApplicationContext
implementation under a portlet environment. |
Uses of AbstractTilesApplicationContextFactory in org.apache.tiles.portlet.context.wildcard |
---|
Subclasses of AbstractTilesApplicationContextFactory in org.apache.tiles.portlet.context.wildcard | |
---|---|
class |
WildcardPortletTilesApplicationContextFactory
In the WildcardPortletTilesApplicationContextFactory.createApplicationContext(Object) method creates an instance
of WildcardPortletTilesApplicationContext . |
Uses of AbstractTilesApplicationContextFactory in org.apache.tiles.servlet.context |
---|
Subclasses of AbstractTilesApplicationContextFactory in org.apache.tiles.servlet.context | |
---|---|
class |
ServletTilesApplicationContextFactory
Creates an instance of the appropriate TilesApplicationContext implementation under a servlet environment. |
Uses of AbstractTilesApplicationContextFactory in org.apache.tiles.servlet.context.wildcard |
---|
Subclasses of AbstractTilesApplicationContextFactory in org.apache.tiles.servlet.context.wildcard | |
---|---|
class |
WildcardServletTilesApplicationContextFactory
In the WildcardServletTilesApplicationContextFactory.createApplicationContext(Object) method creates an instance
of WildcardServletTilesApplicationContext . |
Uses of AbstractTilesApplicationContextFactory in org.apache.tiles.startup |
---|
Methods in org.apache.tiles.startup that return AbstractTilesApplicationContextFactory | |
---|---|
protected AbstractTilesApplicationContextFactory |
BasicTilesInitializer.createAndInitializeTilesApplicationContextFactory(TilesApplicationContext preliminaryContext)
Creates and initializes the Tiles application context factory, to create a TilesApplicationContext to be used across all the Tiles-based
application. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |