|
||||||||||
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
Deprecated. Use ChainedTilesApplicationContextFactory
and ChainedTilesRequestContextFactory . |
Method parameters in org.apache.tiles.context with type arguments of type TilesContextFactory | |
---|---|
void |
ChainedTilesContextFactory.setFactories(List<TilesContextFactory> factories)
Deprecated. Simply do not use it. |
Uses of TilesContextFactory in org.apache.tiles.context.enhanced |
---|
Classes in org.apache.tiles.context.enhanced that implement TilesContextFactory | |
---|---|
class |
EnhancedContextFactory
Deprecated. Use EnhancedTilesApplicationContextFactory . |
Uses of TilesContextFactory in org.apache.tiles.impl |
---|
Methods in org.apache.tiles.impl that return TilesContextFactory | |
---|---|
TilesContextFactory |
BasicTilesContainer.getContextFactory()
Deprecated. Do not use it, it returns null . Use
BasicTilesContainer.getRequestContextFactory() . |
Methods in org.apache.tiles.impl with parameters of type TilesContextFactory | |
---|---|
void |
BasicTilesContainer.setContextFactory(TilesContextFactory contextFactory)
Deprecated. Use BasicTilesContainer.setRequestContextFactory(TilesRequestContextFactory) . |
Uses of TilesContextFactory in org.apache.tiles.jsp.context |
---|
Classes in org.apache.tiles.jsp.context that implement TilesContextFactory | |
---|---|
class |
JspTilesContextFactory
Deprecated. Use JspTilesRequestContextFactory . |
Uses of TilesContextFactory in org.apache.tiles.portlet.context |
---|
Classes in org.apache.tiles.portlet.context that implement TilesContextFactory | |
---|---|
class |
PortletTilesContextFactory
Deprecated. Use PortletTilesApplicationContextFactory or
PortletTilesRequestContextFactory . |
Uses of TilesContextFactory in org.apache.tiles.servlet.context |
---|
Classes in org.apache.tiles.servlet.context that implement TilesContextFactory | |
---|---|
class |
ServletTilesContextFactory
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |