|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TilesContextFactory | |
---|---|
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.impl | It contains the basic implementations of Tiles container. |
org.apache.tiles.jsp.context | Tiles context classes in a JSP environment. |
org.apache.tiles.portlet.context | 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. |
Uses of TilesContextFactory in org.apache.tiles.context |
---|
Classes in org.apache.tiles.context that implement TilesContextFactory | |
---|---|
class |
ChainedTilesContextFactory
Default implementation for TilesContextFactory, that creates a chain of sub-factories, trying each one until it returns a not-null value. |
Uses of TilesContextFactory in org.apache.tiles.context.enhanced |
---|
Classes in org.apache.tiles.context.enhanced that implement TilesContextFactory | |
---|---|
class |
EnhancedContextFactory
Tiles context factory to be used together with EnhancedTilesApplicationContext . |
Uses of TilesContextFactory in org.apache.tiles.impl |
---|
Methods in org.apache.tiles.impl that return TilesContextFactory | |
---|---|
TilesContextFactory |
BasicTilesContainer.getContextFactory()
Returns the context factory. |
Methods in org.apache.tiles.impl with parameters of type TilesContextFactory | |
---|---|
void |
BasicTilesContainer.setContextFactory(TilesContextFactory contextFactory)
Sets the context factory. |
Uses of TilesContextFactory in org.apache.tiles.jsp.context |
---|
Classes in org.apache.tiles.jsp.context that implement TilesContextFactory | |
---|---|
class |
JspTilesContextFactory
Creates an instance of the appropriate TilesApplicationContext implementation. |
Uses of TilesContextFactory in org.apache.tiles.portlet.context |
---|
Classes in org.apache.tiles.portlet.context that implement TilesContextFactory | |
---|---|
class |
PortletTilesContextFactory
Creates an instance of the appropriate TilesApplicationContext implementation. |
Uses of TilesContextFactory in org.apache.tiles.servlet.context |
---|
Classes in org.apache.tiles.servlet.context that implement TilesContextFactory | |
---|---|
class |
ServletTilesContextFactory
Creates an instance of the appropriate TilesApplicationContext implementation. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |