Package | Description |
---|---|
org.apache.tiles.access |
Utility classes to access Tiles funcionality from an application.
|
org.apache.tiles.definition |
It contains classes and interfaces to allow manipulations of "definitions", i.e.
|
org.apache.tiles.definition.digester |
Allows reading definitions with the use of Jakarta Commons Digester.
|
org.apache.tiles.evaluator |
Interfaces to manage attribute value evaluation.
|
org.apache.tiles.factory |
Factory classes, to allow creation of container instances.
|
org.apache.tiles.freemarker |
Classes for supporting FreeMarker in Tiles.
|
org.apache.tiles.impl |
It contains the basic implementations of Tiles container.
|
org.apache.tiles.portlet.context |
Classes and interfaces that allow to access the various contexts from a portlet
application.
|
org.apache.tiles.preparer |
"View preparers" are objects that allows the "preparation" of a Tiles artifact
(definition, template or attribute) before it is rendered.
It is useful, for example, when a view item should be built and stored in a particular context (e.g. |
org.apache.tiles.reflect |
Classes to manage reflection in a centralized way for Tiles.
|
org.apache.tiles.renderer |
Interfaces 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.template |
Tiles template classes, that enable to write support code for template languages (JSP, FreeMarker, Velocity).
|
org.apache.tiles.velocity |
Classes to support Velocity under a servlet environment in Tiles.
|
Modifier and Type | Class and Description |
---|---|
class |
TilesAccessException
Indicates that something went wrong in
TilesAccess use. |
Modifier and Type | Class and Description |
---|---|
class |
DefinitionsFactoryException
Exception thrown when an error occurs while the impl tries to
create a new instance mapper.
|
class |
FactoryNotFoundException
Exception thrown when definitions impl is not found.
|
class |
NoSuchDefinitionException
Exception thrown when a definition is not found.
|
Modifier and Type | Class and Description |
---|---|
class |
DigesterDefinitionsReaderException
Indicates that something went wrong during the use of
DigesterDefinitionsReader . |
Modifier and Type | Class and Description |
---|---|
class |
EvaluationException
Exception raised when an expression language evaluation fails.
|
Modifier and Type | Class and Description |
---|---|
class |
NotAvailableFeatureException
Exception that indicates that a feature could not be used since it is not
available.
|
class |
TilesContainerFactoryException
Indicates that something went wrong in
TilesContainerFactory use. |
Modifier and Type | Class and Description |
---|---|
class |
FreeMarkerTilesException
Exception connected to the usage of FreeMarker and Tiles.
|
Modifier and Type | Class and Description |
---|---|
class |
CannotRenderException
Indicates that something went wrong during the rendering process.
|
class |
InvalidTemplateException
An invalid template has been identified.
|
class |
NoSuchContainerException
Indicates that a keyed container has not been found.
|
Modifier and Type | Class and Description |
---|---|
class |
NotAPortletEnvironmentException
Exception that indicates that a resource could not be used because it is not
in a portlet environment.
|
Modifier and Type | Class and Description |
---|---|
class |
NoSuchPreparerException
Thrown when the named preparerInstance can not be found.
|
class |
PreparerException
Thrown when an exception occurs while processing
a prepare request.
|
Modifier and Type | Class and Description |
---|---|
class |
CannotAccessMethodException
Indicates that a method cannot be accessed.
|
class |
CannotInstantiateObjectException
Indicates that an object cannot be instantiated.
|
Modifier and Type | Class and Description |
---|---|
class |
RendererException
Exception for attribute rendition events.
|
Modifier and Type | Class and Description |
---|---|
class |
NotAServletEnvironmentException
Exception that indicates that a resource could not be used because it is not
in a servlet environment.
|
Modifier and Type | Class and Description |
---|---|
class |
NoSuchAttributeException
Indicates that a named attribute has not been found.
|
Modifier and Type | Class and Description |
---|---|
class |
TilesVelocityException
Exception connected to the usage of Velocity and Tiles.
|
Copyright © 2016. All rights reserved.