Package | Description |
---|---|
org.apache.tiles.definition |
It contains classes and interfaces to allow manipulations of "definitions", i.e.
|
org.apache.tiles.factory |
Factory classes, to allow creation of container instances.
|
org.apache.tiles.impl |
It contains the basic implementations of Tiles container.
|
Modifier and Type | Class | Description |
---|---|---|
class |
LocaleDefinitionsFactory |
DefinitionsFactory implementation that manages
Definitions configuration data from URLs, but resolving definition
inheritance when a definition is returned.. |
class |
UnresolvingLocaleDefinitionsFactory |
DefinitionsFactory implementation that manages
Definitions configuration data from URLs, without resolving definition
inheritance when a definition is returned. |
Modifier and Type | Method | Description |
---|---|---|
protected DefinitionsFactory |
BasicTilesContainerFactory.createDefinitionsFactory(org.apache.tiles.request.ApplicationContext applicationContext,
LocaleResolver resolver) |
Creates the definitions factory.
|
Modifier and Type | Method | Description |
---|---|---|
DefinitionsFactory |
BasicTilesContainer.getDefinitionsFactory() |
Returns the definitions factory.
|
Modifier and Type | Method | Description |
---|---|---|
void |
BasicTilesContainer.setDefinitionsFactory(DefinitionsFactory definitionsFactory) |
Set the definitions factory.
|
Copyright © 2018. All rights reserved.