|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TilesApplicationContextAware | |
---|---|
org.apache.tiles.definition | It contains classes and interfaces to allow manipulations of "definitions", i.e. objects made of a template page and a number of filled attributes. |
org.apache.tiles.definition.dao | Classes to simply load definitions depending on a customization key. |
org.apache.tiles.evaluator.el | Attribute evaluator classes that can perform EL evaluation for attributes. |
org.apache.tiles.jsp.evaluator.el | Attribute evaluator classes that can perform EL evaluation for attributes when a JSP environment is available. |
org.apache.tiles.renderer.impl | Default implementations to manage attribute rendering. |
Uses of TilesApplicationContextAware in org.apache.tiles.definition |
---|
Classes in org.apache.tiles.definition that implement TilesApplicationContextAware | |
---|---|
class |
LocaleDefinitionsFactory
DefinitionsFactory implementation that manages
Definitions configuration data from URLs, but resolving definition
inheritance when a definition is returned.. |
class |
UrlDefinitionsFactory
DefinitionsFactory implementation that manages
Definitions configuration data from URLs, resolving inheritance when the URL
is loaded. |
Uses of TilesApplicationContextAware in org.apache.tiles.definition.dao |
---|
Classes in org.apache.tiles.definition.dao that implement TilesApplicationContextAware | |
---|---|
class |
BaseLocaleUrlDefinitionDAO
Base abstract class for a DAO that is based on URLs and locale as a customization key. |
class |
CachingLocaleUrlDefinitionDAO
A definitions DAO (loading URLs and using Locale as a customization key) that caches definitions that have been loaded in a raw way (i.e. with inheritance that is not resolved). |
class |
LocaleUrlDefinitionDAO
A definition DAO that uses Locale as a customization key and loads
definitions from URLs. |
class |
ResolvingLocaleUrlDefinitionDAO
A definitions DAO (loading URLs and using Locale as a customization key) that caches definitions that have been loaded and resolves inheritances. |
Uses of TilesApplicationContextAware in org.apache.tiles.evaluator.el |
---|
Classes in org.apache.tiles.evaluator.el that implement TilesApplicationContextAware | |
---|---|
class |
ELAttributeEvaluator
Evaluates string expression with typical EL syntax. |
Uses of TilesApplicationContextAware in org.apache.tiles.jsp.evaluator.el |
---|
Classes in org.apache.tiles.jsp.evaluator.el that implement TilesApplicationContextAware | |
---|---|
class |
JspExpressionFactoryFactory
Uses the JSP 2.1 ExpressionFactory to be used in Tiles. |
Uses of TilesApplicationContextAware in org.apache.tiles.renderer.impl |
---|
Classes in org.apache.tiles.renderer.impl that implement TilesApplicationContextAware | |
---|---|
class |
AbstractBaseAttributeRenderer
Base abstract class that manages authorization to display the attribute. |
class |
BasicRendererFactory
Basic renderer factory implementation. |
class |
DefinitionAttributeRenderer
Renders an attribute that contains a reference to a definition. |
class |
StringAttributeRenderer
Renders an attribute that contains a string. |
class |
TemplateAttributeRenderer
Renders an attribute that contains a reference to a template. |
class |
UntypedAttributeRenderer
Renders an attribute that has no associated renderer. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |