Package | Description |
---|---|
org.apache.tiles.compat.definition.digester |
Contains code to read old-format Tiles definition files.
|
org.apache.tiles.definition.dao |
Classes to simply load definitions depending on a customization key.
|
org.apache.tiles.definition.digester |
Allows reading definitions with the use of Jakarta Commons Digester.
|
org.apache.tiles.extras.complete |
These classes allow to start up Tiles with all features on.
|
org.apache.tiles.factory |
Factory classes, to allow creation of container instances.
|
Modifier and Type | Class and Description |
---|---|
class |
CompatibilityDigesterDefinitionsReader
Digester reader that can read Tiles 1.1, 1.2, 1.3, 1.4 and 2.0 files.
|
Modifier and Type | Field and Description |
---|---|
protected DefinitionsReader |
BaseLocaleUrlDefinitionDAO.reader
Reader used to get definitions from the sources.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseLocaleUrlDefinitionDAO.setReader(DefinitionsReader reader) |
Modifier and Type | Class and Description |
---|---|
class |
DigesterDefinitionsReader
Reads
Definition objects from
an XML InputStream using Digester. |
Modifier and Type | Method and Description |
---|---|
protected DefinitionsReader |
CompleteAutoloadTilesContainerFactory.createDefinitionsReader(org.apache.tiles.request.ApplicationContext applicationContext)
Creates the definitions reader.
|
Modifier and Type | Method and Description |
---|---|
protected DefinitionsReader |
BasicTilesContainerFactory.createDefinitionsReader(org.apache.tiles.request.ApplicationContext applicationContext)
Creates the definitions reader.
|
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.