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 and 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 and Description |
---|---|
protected DefinitionsFactory |
BasicTilesContainerFactory.createDefinitionsFactory(org.apache.tiles.request.ApplicationContext applicationContext,
LocaleResolver resolver)
Creates the definitions factory.
|
Modifier and Type | Method and Description |
---|---|
DefinitionsFactory |
BasicTilesContainer.getDefinitionsFactory()
Returns the definitions factory.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicTilesContainer.setDefinitionsFactory(DefinitionsFactory definitionsFactory)
Set the definitions factory.
|
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.