|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TilesRequestContextFactory | |
---|---|
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.factory | Factory classes, to allow creation of container instances. |
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.renderer.impl | Default implementations to manage attribute rendering. |
org.apache.tiles.servlet.context | Classes and interfaces that allow to access the various contexts from a servlet application. |
Uses of TilesRequestContextFactory in org.apache.tiles.awareness |
---|
Methods in org.apache.tiles.awareness with parameters of type TilesRequestContextFactory | |
---|---|
void |
TilesRequestContextFactoryAware.setRequestContextFactory(TilesRequestContextFactory contextFactory)
Sets the Tiles request context factory. |
Uses of TilesRequestContextFactory in org.apache.tiles.context |
---|
Subinterfaces of TilesRequestContextFactory in org.apache.tiles.context | |
---|---|
interface |
TilesContextFactory
Deprecated. Use TilesApplicationContextFactory or
TilesRequestContextFactory . |
Classes in org.apache.tiles.context that implement TilesRequestContextFactory | |
---|---|
class |
ChainedTilesContextFactory
Deprecated. Use ChainedTilesApplicationContextFactory
and ChainedTilesRequestContextFactory . |
class |
ChainedTilesRequestContextFactory
Default implementation for TilesRequestContextFactory, that creates a chain of sub-factories, trying each one until it returns a not-null value. |
Method parameters in org.apache.tiles.context with type arguments of type TilesRequestContextFactory | |
---|---|
void |
ChainedTilesRequestContextFactory.setFactories(List<TilesRequestContextFactory> factories)
Sets the factories to be used. |
Uses of TilesRequestContextFactory in org.apache.tiles.context.enhanced |
---|
Classes in org.apache.tiles.context.enhanced that implement TilesRequestContextFactory | |
---|---|
class |
EnhancedContextFactory
Deprecated. Use EnhancedTilesApplicationContextFactory . |
Uses of TilesRequestContextFactory in org.apache.tiles.factory |
---|
Methods in org.apache.tiles.factory that return TilesRequestContextFactory | |
---|---|
protected TilesRequestContextFactory |
BasicTilesContainerFactory.createRequestContextFactory(TilesApplicationContext context)
Create a Tiles request context factory. |
Methods in org.apache.tiles.factory with parameters of type TilesRequestContextFactory | |
---|---|
protected AttributeRenderer |
BasicTilesContainerFactory.createDefaultAttributeRenderer(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory,
TilesContainer container,
AttributeEvaluator evaluator)
Creates the default attribute renderer. |
protected DefinitionsFactory |
BasicTilesContainerFactory.createDefinitionsFactory(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory,
LocaleResolver resolver)
Creates the definitions factory. |
protected DefinitionsReader |
BasicTilesContainerFactory.createDefinitionsReader(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory)
Creates the definitions reader. |
protected AttributeEvaluator |
BasicTilesContainerFactory.createEvaluator(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory,
LocaleResolver resolver)
Creates the attribute evaluator to use. |
protected DefinitionDAO<Locale> |
BasicTilesContainerFactory.createLocaleDefinitionDao(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory,
LocaleResolver resolver)
Creates a Locale-based definition DAO. |
protected LocaleResolver |
BasicTilesContainerFactory.createLocaleResolver(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory)
Creates the locale resolver. |
protected PreparerFactory |
BasicTilesContainerFactory.createPreparerFactory(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory)
Creates the preparer factory to use. |
protected RendererFactory |
BasicTilesContainerFactory.createRendererFactory(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory,
TilesContainer container,
AttributeEvaluator evaluator)
Creates a renderer factory. |
protected List<URL> |
BasicTilesContainerFactory.getSourceURLs(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory)
Returns a list containing the URLs to be parsed. |
protected LocaleDefinitionsFactory |
BasicTilesContainerFactory.instantiateDefinitionsFactory(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory,
LocaleResolver resolver)
Instantiate a new definitions factory based on Locale. |
protected BaseLocaleUrlDefinitionDAO |
BasicTilesContainerFactory.instantiateLocaleDefinitionDao(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory,
LocaleResolver resolver)
Instantiate (and does not initialize) a Locale-based definition DAO. |
protected void |
TilesContainerFactory.postCreationOperations(TilesRequestContextFactory contextFactory,
TilesApplicationContext tilesContext,
RendererFactory rendererFactory,
AttributeEvaluator evaluator,
Map<String,String> initParameters,
Map<String,String> configuration,
BasicTilesContainer container)
After the creation of the elements, it is possible to do other operations that will be done after the creation and before the assignment to the container. |
protected void |
KeyedDefinitionsFactoryTilesContainerFactory.postCreationOperations(TilesRequestContextFactory contextFactory,
TilesApplicationContext tilesContext,
RendererFactory rendererFactory,
AttributeEvaluator evaluator,
Map<String,String> initParameters,
Map<String,String> configuration,
BasicTilesContainer container)
After the creation of the elements, it is possible to do other operations that will be done after the creation and before the assignment to the container. |
protected void |
BasicTilesContainerFactory.registerAttributeRenderers(BasicRendererFactory rendererFactory,
TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory,
TilesContainer container,
AttributeEvaluator evaluator)
Registers attribute renderers in a BasicRendererFactory . |
protected void |
BasicTilesContainerFactory.registerRequestContextFactory(String className,
List<TilesRequestContextFactory> factories,
TilesRequestContextFactory parent)
Registers a TilesRequestContextFactory specifying its
classname. |
Method parameters in org.apache.tiles.factory with type arguments of type TilesRequestContextFactory | |
---|---|
protected void |
BasicTilesContainerFactory.registerRequestContextFactory(String className,
List<TilesRequestContextFactory> factories,
TilesRequestContextFactory parent)
Registers a TilesRequestContextFactory specifying its
classname. |
Uses of TilesRequestContextFactory in org.apache.tiles.impl |
---|
Methods in org.apache.tiles.impl that return TilesRequestContextFactory | |
---|---|
protected TilesRequestContextFactory |
BasicTilesContainer.getRequestContextFactory()
Returns the request context factory. |
Methods in org.apache.tiles.impl with parameters of type TilesRequestContextFactory | |
---|---|
void |
BasicTilesContainer.setRequestContextFactory(TilesRequestContextFactory contextFactory)
Sets the request context factory. |
Uses of TilesRequestContextFactory in org.apache.tiles.jsp.context |
---|
Classes in org.apache.tiles.jsp.context that implement TilesRequestContextFactory | |
---|---|
class |
JspTilesContextFactory
Deprecated. Use JspTilesRequestContextFactory . |
class |
JspTilesRequestContextFactory
Creates an instance of the appropriate TilesRequestContext
implementation under a JSP environment. |
Methods in org.apache.tiles.jsp.context with parameters of type TilesRequestContextFactory | |
---|---|
void |
JspTilesRequestContextFactory.setRequestContextFactory(TilesRequestContextFactory contextFactory)
Sets the Tiles request context factory. |
Uses of TilesRequestContextFactory in org.apache.tiles.portlet.context |
---|
Classes in org.apache.tiles.portlet.context that implement TilesRequestContextFactory | |
---|---|
class |
PortletTilesContextFactory
Deprecated. Use PortletTilesApplicationContextFactory or
PortletTilesRequestContextFactory . |
class |
PortletTilesRequestContextFactory
Creates an instance of the appropriate TilesRequestContext
implementation under a portlet environment. |
Uses of TilesRequestContextFactory in org.apache.tiles.renderer.impl |
---|
Fields in org.apache.tiles.renderer.impl declared as TilesRequestContextFactory | |
---|---|
protected TilesRequestContextFactory |
BasicRendererFactory.contextFactory
The Tiles context factory. |
protected TilesRequestContextFactory |
AbstractBaseAttributeRenderer.contextFactory
The Tiles request context factory. |
Methods in org.apache.tiles.renderer.impl with parameters of type TilesRequestContextFactory | |
---|---|
void |
BasicRendererFactory.setRequestContextFactory(TilesRequestContextFactory contextFactory)
Sets the Tiles request context factory. |
void |
AbstractBaseAttributeRenderer.setRequestContextFactory(TilesRequestContextFactory contextFactory)
Sets the Tiles request context factory. |
Uses of TilesRequestContextFactory in org.apache.tiles.servlet.context |
---|
Classes in org.apache.tiles.servlet.context that implement TilesRequestContextFactory | |
---|---|
class |
ServletTilesContextFactory
Deprecated. |
class |
ServletTilesRequestContextFactory
Creates an instance of the appropriate TilesRequestContext
implementation in a servlet environment. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |