All Classes Interface Summary Class Summary Exception Summary
Class |
Description |
AbstractAttributeEvaluator |
|
AbstractDefaultToStringRenderable |
Renderable that provides a default implementation of Renderable#toString()
and allows access to parameters and context objects.
|
AbstractPatternDefinitionResolver<T> |
|
AbstractTilesContainerFactory |
Abstract Factory that creates instances of TilesContainerFactory .
|
AbstractTilesInitializer |
Default Tiles initialization delegate implementation under a servlet
environment.
|
AbstractTilesInitializerServlet |
Deprecated.
|
AbstractTilesListener |
Listener for the initialization of the Tiles container.
|
AddAttributeDirective |
Add an element to the surrounding list.
|
AddAttributeFMModel |
Add an element to the surrounding list.
|
AddAttributeModel |
Add an element to the surrounding list.
|
AddAttributeTag |
Add an element to the surrounding list.
|
AddListAttributeDirective |
Declare a list that will be pass as an attribute.
|
AddListAttributeFMModel |
Declare a list that will be pass as an attribute.
|
AddListAttributeModel |
Declare a list that will be pass as an attribute.
|
AddListAttributeTag |
Declare a list that will be pass as an attribute.
|
AnyScopePropertyAccessor |
Accesses attributes in any scope.
|
Attribute |
Common implementation of attribute definition.
|
AttributeContext |
Encapsulation of the current state of execution.
|
AttributeContextMutator |
It represents an object able to manipulate a AttributeContext .
|
AttributeEvaluator |
It represents an object that resolves a string to return an object.
|
AttributeEvaluatorFactory |
Creates an attribute evaluator using the language or an attribute.
|
AttributeEvaluatorFactoryAware |
|
AttributeResolver |
Resolves an attribute, depending on the given parameters.
|
BaseLocaleUrlDefinitionDAO |
Base abstract class for a DAO that is based on URLs and locale as a
customization key.
|
BasicAttributeContext |
Basic implementation for AttributeContext .
|
BasicAttributeEvaluatorFactory |
|
BasicPatternDefinitionResolver<T> |
|
BasicPreparerFactory |
|
BasicTilesContainer |
Basic implementation of the tiles container interface.
|
BasicTilesContainerFactory |
Factory that builds a standard Tiles container using only Java code.
|
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.
|
CachingTilesContainer |
Manages custom and configured definitions, so they can be used by the
container, instead of using a simple DefinitionsFactory .
|
CombinedBeanInfo |
Contains the bean infos about one or more classes.
|
CompareUtil |
Utilities to work with comparation between objects.
|
CompatibilityDigesterDefinitionsReader |
Digester reader that can read Tiles 1.1, 1.2, 1.3, 1.4 and 2.0 files.
|
CompatibilityDigesterDefinitionsReader.SetValueToAttributeRule |
Digester rule to manage assignment of an object as an attribute value.
|
CompatibilityPreparerFactory |
Factory used to instantiate preparers in a Struts 1 / Tiles 2 environment.
|
CompleteAutoloadTilesContainerFactory |
Tiles container factory that:
create supporting objects for Velocity and FreeMarker;
create renderers for Velocity, FreeMarker, and Mustache templates;
allows using EL, MVEL and OGNL as attribute expressions;
allows using Wildcards and Regular Expressions in definition names;
loads Tiles 1.x definition files;
loads all the definition files that have the "tiles*.xml" pattern under
/WEB-INF directory (and subdirectories) and under
META-INF directories (and subdirectories) in every jar.
|
CompleteAutoloadTilesInitializer |
This initializer uses WildcardServletApplicationContext to
retrieve resources using Ant-style patterns and creates a
CompleteAutoloadTilesContainerFactory to load all new features of
Tiles at once.
|
CompleteAutoloadTilesListener |
|
ComposeStackUtil |
Utilities to work with compose stacks.
|
ContextHolder |
An object that holds the current state of Velocity in a Servlet environment.
|
DefaultAttributeResolver |
The default implementation of AttributeResolver.
|
DefaultLocaleResolver |
|
DefaultTilesInitializer |
Loads Tiles with the default settings.
|
Definition |
A definition, i.e.
|
DefinitionDAO<K> |
It represents an object that provides definitions, depending on a
customization key.
|
DefinitionDirective |
Create a definition at runtime.
|
DefinitionFMModel |
Create a definition at runtime.
|
DefinitionModel |
Create a definition at runtime.
|
DefinitionPatternMatcher |
Matches a definition name to a definition, through pattern-matching.
|
DefinitionPatternMatcherFactory |
Creates a new definition pattern matcher for the given pattern and the given
base definition with pattern expressions.
|
DefinitionRenderer |
Renders an attribute that contains a reference to a definition.
|
DefinitionsFactory |
Interface for creating a Definition s and managing their contents.
|
DefinitionsFactoryException |
Exception thrown when an error occurs while the impl tries to
create a new instance mapper.
|
DefinitionsReader |
|
DefinitionTag |
Create a definition at runtime.
|
DelegatePropertyAccessor<T> |
|
DigesterDefinitionsReader |
Reads Definition objects from
an XML InputStream using Digester.
|
DigesterDefinitionsReader.FillAttributeRule |
Digester rule to manage attribute filling.
|
DigesterDefinitionsReader.FillDefinitionRule |
Digester rule to manage definition filling.
|
DigesterDefinitionsReader.PutAttributeRule |
Digester rule to manage assignment of the attribute to the parent
element.
|
DigesterDefinitionsReaderException |
|
DirectAttributeEvaluator |
Resolves a string and returns the string itself.
|
ELAttributeEvaluator |
Evaluates string expression with typical EL syntax.
You can use normal EL syntax, knowing that the root objects are
Request , ApplicationContext and beans
contained in request, session and application scope.
|
ELContextImpl |
Implementation of ELContext.
Copied from Apache Tomcat 6.0.16 source code.
|
EvaluationException |
Exception raised when an expression language evaluation fails.
|
Expression |
It is an expression, along with the expression language (e.g.
|
ExpressionFactoryFactory |
Interface to define a factory of ExpressionFactory .
|
FactoryNotFoundException |
Exception thrown when definitions impl is not found.
|
GetAsStringDirective |
Render the value of the specified template attribute to the current
Writer
|
GetAsStringFMModel |
Render the value of the specified template attribute to the current
Writer
|
GetAsStringModel |
Render the value of the specified template attribute to the current
Writer
|
GetAsStringTag |
Render the value of the specified template attribute to the current
Writer
|
ImportAttributeDirective |
Import attribute(s) in specified context.
|
ImportAttributeFMModel |
Import attribute(s) in specified context.
|
ImportAttributeModel |
Import attribute(s) in specified context.
|
ImportAttributeTag |
Import attribute(s) in specified context.
|
InsertAttributeDirective |
Inserts the value of an attribute into the page.
|
InsertAttributeFMModel |
Inserts the value of an attribute into the page.
|
InsertAttributeModel |
Inserts the value of an attribute into the page.
|
InsertAttributeTag |
Inserts the value of an attribute into the page.
|
InsertDefinitionDirective |
Insert a definition.
|
InsertDefinitionFMModel |
Insert a definition.
|
InsertDefinitionModel |
Insert a definition.
|
InsertDefinitionTag |
Insert a definition.
|
InsertTemplateDirective |
Insert a template.
|
InsertTemplateFMModel |
Insert a template.
|
InsertTemplateModel |
Insert a template.
|
InsertTemplateTag |
Insert a template.
|
InvalidTemplateException |
An invalid template has been identified.
|
JspExpressionFactoryFactory |
Uses the JSP 2.1 ExpressionFactory to be used in Tiles.
|
ListAttribute |
An attribute as a List .
|
LocaleDefinitionsFactory |
DefinitionsFactory implementation that manages
Definitions configuration data from URLs, but resolving definition
inheritance when a definition is returned..
|
LocaleResolver |
It represents an object able to resolve the current locale for the current
request, where its strategy depends on its implementation.
|
LocaleUrlDefinitionDAO |
A definition DAO that uses Locale as a customization key and loads
definitions from URLs.
|
MenuItem |
Interface for MenuItems.
|
ModularTilesInitializer |
Loads Tiles modules, initializes them and destroy them at the end.
It loads all META-INF/MANIFEST.MF files, checks for the "Tiles-Initializer"
property that must contain a valid class name of a TilesInitializer .
|
ModularTilesListener |
|
MutableTilesContainer |
Defines a mutable version of the TilesContainer.
|
MVELAttributeEvaluator |
Allows to use MVEL as the language to evaluate attribute values.
|
NestedObjectDelegatePropertyAccessor<T> |
Uses a PropertyAccessor as a delegate, but passing a nested object as
target.
|
NestedObjectExtractor<T> |
Extracts an object using another object as a basis.
|
NoSuchAttributeException |
Indicates that a named attribute has not been found.
|
NoSuchContainerException |
Indicates that a keyed container has not been found.
|
NoSuchDefinitionException |
Exception thrown when a definition is not found.
|
NoSuchPreparerException |
Thrown when the named preparerInstance can not be found.
|
OGNLAttributeEvaluator |
Evaluates attribute expressions and expressions with OGNL language.
|
OptionsRenderer |
Provides a custom "options" syntax for attributes.
|
PatternDefinitionResolver<T> |
Resolves a definition starting from patterns stored in definition maps.
|
PatternDefinitionResolverAware<T> |
|
PatternRecognizer |
Checks if a pattern (or a candidate one) is recognized as a pattern.
|
PatternUtil |
Utilities for pattern matching and substitution.
|
PrefixedPatternDefinitionResolver<T> |
This resolver allows the use of multiple pattern matching languages.
|
PreparerException |
Thrown when an exception occurs while processing
a prepare request.
|
PreparerFactory |
Factory interface used to create/retrieve instances of
the ViewPreparer interface.
|
PropertyAccessorDelegateFactory<T> |
Decides a PropertyAccessor depending on the property name and the
object to evaluate.
|
PutAttributeDirective |
Put an attribute in enclosing attribute container tag.
|
PutAttributeFMModel |
Put an attribute in enclosing attribute container tag.
|
PutAttributeModel |
Put an attribute in enclosing attribute container tag.
|
PutAttributeTag |
Put an attribute in enclosing attribute container tag.
|
PutListAttributeDirective |
Declare a list that will be pass as attribute to tile.
|
PutListAttributeFMModel |
Declare a list that will be pass as attribute to tile.
|
PutListAttributeModel |
Declare a list that will be pass as attribute to tile.
|
PutListAttributeTag |
Declare a list that will be pass as attribute to tile.
|
ReadOnlyVariableResolverFactory |
A base variable resolver factory that is read-only.
|
ReadOnlyVariableResolverFactory.ReadOnlyVariableResolver |
Base variable resolver.
|
RefreshMonitor |
Implementing this interface means that the object monitors the sources it
uses to check when they change.
|
RegexpDefinitionPatternMatcher |
Matches regular expression patterns in definitions.
|
RegexpDefinitionPatternMatcherFactory |
|
ResolvingLocaleUrlDefinitionDAO |
A definitions DAO (loading URLs and using Locale as a customization key) that
caches definitions that have been loaded and resolves inheritances.
|
ScopeELResolver |
Resolves beans in request, session and application scope.
|
ScopePropertyAccessor |
Accesses a scope.
|
ScopeVariableResolverFactory |
Resolves beans stored in request, session and application scopes.
|
ServletContextAdapter |
Adapts a servlet config and a servlet context to become a unique servlet
context.
|
SetCurrentContainerDirective |
Selects a container to be used as the "current" container.
|
SetCurrentContainerFMModel |
Selects a container to be used as the "current" container.
|
SetCurrentContainerModel |
Selects a container to be used as the "current" container.
|
SetCurrentContainerTag |
Selects a container to be used as the "current" container.
|
SimpleMenuItem |
A MenuItem implementation.
|
SimpleTilesInitializerServlet |
Deprecated.
|
SimpleTilesListener |
A Tiles listener that loads Tiles in the default way.
|
TilesAccess |
Provides static access to the tiles container.
|
TilesApplicationContextNestedObjectExtractor |
Extracts the application context from a Tiles request.
|
TilesContainer |
An encapsulation of the tiles framework.
|
TilesContainerAware |
It represents an object that can have a reference to the
TilesContainer .
|
TilesContainerFactoryException |
Indicates that something went wrong in TilesContainerFactory use.
|
TilesContainerWrapper |
Wraps a Tiles container to allow easy decoration.
|
TilesContextBeanELResolver |
Resolves beans in request, session and application scope.
|
TilesContextBeanVariableResolverFactory |
Resolves beans stored in request, session and application scopes.
|
TilesContextELResolver |
Resolves properties of Request and
ApplicationContext .
|
TilesContextPropertyAccessorDelegateFactory |
Decides the appropriate PropertyAccessor for the given property name
and Request .
|
TilesContextVariableResolverFactory |
Resolves Request and
ApplicationContext properties as variables.
|
TilesDecorationFilter |
Decoration Filter.
|
TilesDispatchServlet |
Tiles dispatching servlet.
|
TilesException |
Root class for all Tiles-exceptions.
|
TilesFMModelRepository |
|
TilesInitializer |
Tiles initialization delegate.
|
TilesRequestContextHolder |
Holds in a ThreadLocal object a Request .
|
TilesSharedVariableFactory |
Creates a shared variable that contains the Tiles Freemarker model repository.
|
TilesVelocityException |
Exception connected to the usage of Velocity and Tiles.
|
UnresolvingLocaleDefinitionsFactory |
DefinitionsFactory implementation that manages
Definitions configuration data from URLs, without resolving definition
inheritance when a definition is returned.
|
UrlPreparer |
Uses a URL that acts as a preparer.
|
UseAttributeTag |
Exposes am attribute as a scripting variable within the page.
|
UseAttributeTag.Tei |
Implementation of TagExtraInfo which identifies the
scripting object(s) to be made visible.
|
VelocityStyleTilesTool |
Tiles Tool to be used "the classic way".
|
ViewPreparer |
Executed prior to rendering a view.
|
WildcardDefinitionPatternMatcher |
Matches wildcard patterns in definitions.
|
WildcardDefinitionPatternMatcherFactory |
|
WildcardHelper |
This class is an utility class that perform wilcard-patterns matching and
isolation taken from Apache Struts that is taken, in turn, from Apache
Struts.
|