Package | Description |
---|---|
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.freemarker.context |
Context classes to make FreeMarker work with Tiles.
|
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.
|
org.apache.tiles.velocity.context |
Context classes to make Velocity work with Tiles.
|
Modifier and Type | Method and Description |
---|---|
void |
TilesRequestContextFactoryAware.setRequestContextFactory(TilesRequestContextFactory contextFactory)
Sets the Tiles request context factory.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TilesContextFactory
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
ChainedTilesContextFactory
Deprecated.
|
class |
ChainedTilesRequestContextFactory
Default implementation for TilesRequestContextFactory, that creates a chain
of sub-factories, trying each one until it returns a not-null value.
|
Modifier and Type | Method and Description |
---|---|
void |
ChainedTilesRequestContextFactory.setFactories(List<TilesRequestContextFactory> factories)
Sets the factories to be used.
|
Modifier and Type | Class and Description |
---|---|
class |
EnhancedContextFactory
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected TilesRequestContextFactory |
BasicTilesContainerFactory.createRequestContextFactory(TilesApplicationContext context)
Create a Tiles request context factory.
|
Modifier and Type | Method and Description |
---|---|
protected List<TilesRequestContextFactory> |
BasicTilesContainerFactory.getTilesRequestContextFactoriesToBeChained(ChainedTilesRequestContextFactory parent)
Returns the list of
TilesRequestContextFactory instances to be
chained together. |
Modifier and Type | Method and Description |
---|---|
protected AttributeEvaluatorFactory |
BasicTilesContainerFactory.createAttributeEvaluatorFactory(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory,
LocaleResolver resolver)
Creates the attribute evaluator factory to use.
|
protected AttributeRenderer |
BasicTilesContainerFactory.createDefaultAttributeRenderer(BasicRendererFactory rendererFactory,
TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory,
TilesContainer container,
AttributeEvaluatorFactory attributeEvaluatorFactory)
Creates the default attribute renderer.
|
protected AttributeRenderer |
BasicTilesContainerFactory.createDefinitionAttributeRenderer(BasicRendererFactory rendererFactory,
TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory,
TilesContainer container,
AttributeEvaluatorFactory attributeEvaluatorFactory)
Creates a
DefinitionAttributeRenderer . |
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 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,
AttributeEvaluatorFactory attributeEvaluatorFactory)
Creates a renderer factory.
|
protected AttributeRenderer |
BasicTilesContainerFactory.createStringAttributeRenderer(BasicRendererFactory rendererFactory,
TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory,
TilesContainer container,
AttributeEvaluatorFactory attributeEvaluatorFactory)
Creates a
StringAttributeRenderer . |
protected AttributeRenderer |
BasicTilesContainerFactory.createTemplateAttributeRenderer(BasicRendererFactory rendererFactory,
TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory,
TilesContainer container,
AttributeEvaluatorFactory attributeEvaluatorFactory)
Creates a
TemplateAttributeRenderer . |
protected List<URL> |
BasicTilesContainerFactory.getSourceURLs(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory)
Returns a list containing the URLs to be parsed.
|
protected UnresolvingLocaleDefinitionsFactory |
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)
Deprecated.
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)
Deprecated.
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,
AttributeEvaluatorFactory attributeEvaluatorFactory)
Registers attribute renderers in a
BasicRendererFactory . |
protected void |
BasicTilesContainerFactory.registerRequestContextFactory(String className,
List<TilesRequestContextFactory> factories,
TilesRequestContextFactory parent)
Registers a
TilesRequestContextFactory specifying its
classname. |
Modifier and Type | Method and Description |
---|---|
protected void |
BasicTilesContainerFactory.registerRequestContextFactory(String className,
List<TilesRequestContextFactory> factories,
TilesRequestContextFactory parent)
Registers a
TilesRequestContextFactory specifying its
classname. |
Modifier and Type | Class and Description |
---|---|
class |
FreeMarkerTilesRequestContextFactory
The FreeMarker-specific request context factory.
|
Modifier and Type | Method and Description |
---|---|
void |
FreeMarkerTilesRequestContextFactory.setRequestContextFactory(TilesRequestContextFactory contextFactory)
Sets the Tiles request context factory.
|
Modifier and Type | Method and Description |
---|---|
protected TilesRequestContextFactory |
BasicTilesContainer.getRequestContextFactory()
Returns the request context factory.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicTilesContainer.setRequestContextFactory(TilesRequestContextFactory contextFactory)
Sets the request context factory.
|
Modifier and Type | Class and Description |
---|---|
class |
JspTilesContextFactory
Deprecated.
|
class |
JspTilesRequestContextFactory
Creates an instance of the appropriate
TilesRequestContext
implementation under a JSP environment. |
Modifier and Type | Method and Description |
---|---|
void |
JspTilesRequestContextFactory.setRequestContextFactory(TilesRequestContextFactory contextFactory)
Sets the Tiles request context factory.
|
Modifier and Type | Class and Description |
---|---|
class |
PortletTilesContextFactory
Deprecated.
|
class |
PortletTilesRequestContextFactory
Creates an instance of the appropriate
TilesRequestContext
implementation under a portlet environment. |
Modifier and Type | Field and Description |
---|---|
protected TilesRequestContextFactory |
BasicRendererFactory.contextFactory
The Tiles context factory.
|
protected TilesRequestContextFactory |
AbstractBaseAttributeRenderer.contextFactory
The Tiles request context factory.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicRendererFactory.setRequestContextFactory(TilesRequestContextFactory contextFactory)
Sets the Tiles request context factory.
|
void |
AbstractBaseAttributeRenderer.setRequestContextFactory(TilesRequestContextFactory contextFactory)
Sets the Tiles request context factory.
|
Modifier and Type | Class and Description |
---|---|
class |
ServletTilesContextFactory
Deprecated.
|
class |
ServletTilesRequestContextFactory
Creates an instance of the appropriate
TilesRequestContext
implementation in a servlet environment. |
Modifier and Type | Class and Description |
---|---|
class |
VelocityTilesRequestContextFactory
The implementation of the Tiles request context factory specific for Velocity.
|
Modifier and Type | Method and Description |
---|---|
void |
VelocityTilesRequestContextFactory.setRequestContextFactory(TilesRequestContextFactory contextFactory)
Sets the Tiles request context factory.
|
Copyright © 2016. All rights reserved.