Uses of Package
org.apache.tiles.core.definition
Packages that use org.apache.tiles.core.definition
Package
Description
It contains classes and interfaces to allow manipulations of "definitions", i.e.
Classes to simply load definitions depending on a customization key.
Allows reading definitions with the use of Jakarta Commons Digester.
Factory classes, to allow creation of container instances.
It contains the basic implementations of Tiles container.
-
Classes in org.apache.tiles.core.definition used by org.apache.tiles.core.definitionClassDescriptionInterface for creating a
Definition
s and managing their contents.Exception thrown when an error occurs while the impl tries to create a new instance mapper. -
Classes in org.apache.tiles.core.definition used by org.apache.tiles.core.definition.daoClassDescriptionInterface for reading
from a source.Definition
Implementing this interface means that the object monitors the sources it uses to check when they change. -
Classes in org.apache.tiles.core.definition used by org.apache.tiles.core.definition.digester
-
Classes in org.apache.tiles.core.definition used by org.apache.tiles.core.factoryClassDescriptionInterface for creating a
Definition
s and managing their contents.Interface for reading
from a source.Definition
DefinitionsFactory
implementation that manages Definitions configuration data from URLs, without resolving definition inheritance when a definition is returned. -
Classes in org.apache.tiles.core.definition used by org.apache.tiles.core.impl