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.
|
org.apache.tiles.impl.mgmt |
It contains the basic implementations of mutable Tiles containers.
|
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. |
class |
UrlDefinitionsFactory
Deprecated.
Use
UnresolvingLocaleDefinitionsFactory and using
ResolvingLocaleUrlDefinitionDAO as Tiles DAO. |
Modifier and Type | Method and Description |
---|---|
DefinitionsFactory |
KeyedDefinitionsFactoryTilesContainerFactory.createDefinitionsFactory(Object context)
|
DefinitionsFactory |
KeyedDefinitionsFactoryTilesContainerFactory.createDefinitionsFactory(TilesApplicationContext context)
Deprecated.
Creates a definitions factory.
|
protected DefinitionsFactory |
BasicTilesContainerFactory.createDefinitionsFactory(TilesApplicationContext applicationContext,
TilesRequestContextFactory contextFactory,
LocaleResolver resolver)
Creates the definitions factory.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,DefinitionsFactory> |
KeyedDefinitionsFactoryTilesContainer.key2definitionsFactory
Deprecated.
Maps definition factories to their keys.
|
Modifier and Type | Method and Description |
---|---|
DefinitionsFactory |
BasicTilesContainer.getDefinitionsFactory()
Returns the definitions factory.
|
DefinitionsFactory |
KeyedDefinitionsFactoryTilesContainer.getDefinitionsFactory(String key)
Deprecated.
Returns a definition factory given its key.
|
DefinitionsFactory |
KeyedDefinitionsFactoryTilesContainer.getProperDefinitionsFactory(String key)
Deprecated.
Returns the proper definition factory for the given key, i.e.
|
Modifier and Type | Method and Description |
---|---|
protected void |
BasicTilesContainer.initializeDefinitionsFactory(DefinitionsFactory definitionsFactory,
String resourceString,
Map<String,String> initParameters)
Deprecated.
Do not use, the Definitions Factory should be initialized by
the Tiles Container Factory.
|
void |
BasicTilesContainer.setDefinitionsFactory(DefinitionsFactory definitionsFactory)
Set the definitions factory.
|
void |
KeyedDefinitionsFactoryTilesContainer.setDefinitionsFactory(String key,
DefinitionsFactory definitionsFactory)
Deprecated.
Set the definitions factory.
|
void |
KeyedDefinitionsFactoryTilesContainer.setDefinitionsFactory(String key,
DefinitionsFactory definitionsFactory,
Map<String,String> initParameters)
|
Modifier and Type | Method and Description |
---|---|
DefinitionsFactory |
CachingTilesContainer.getDefinitionsFactory()
Returns the definitions factory.
|
DefinitionsFactory |
CachingKeyedDefinitionsFactoryTilesContainer.getDefinitionsFactory()
Deprecated.
Returns the definitions factory.
|
DefinitionsFactory |
CachingKeyedDefinitionsFactoryTilesContainer.getDefinitionsFactory(String key)
Deprecated.
Returns a definition factory given its key.
|
DefinitionsFactory |
DefinitionManager.getFactory()
Returns the used definitions factory.
|
Modifier and Type | Method and Description |
---|---|
void |
CachingTilesContainer.setDefinitionsFactory(DefinitionsFactory definitionsFactory)
Set the definitions factory.
|
void |
CachingKeyedDefinitionsFactoryTilesContainer.setDefinitionsFactory(DefinitionsFactory definitionsFactory)
Deprecated.
Set the definitions factory.
|
void |
CachingKeyedDefinitionsFactoryTilesContainer.setDefinitionsFactory(String key,
DefinitionsFactory definitionsFactory,
Map<String,String> initParameters)
Deprecated.
|
void |
DefinitionManager.setFactory(DefinitionsFactory factory)
Sets the definitions factory to use.
|
Copyright © 2016. All rights reserved.