org.apache.tiles.impl
public static class KeyedDefinitionsFactoryTilesContainer.DefaultKeyExtractor extends java.lang.Object implements KeyedDefinitionsFactoryTilesContainer.KeyExtractor
DEFINITIONS_FACTORY_KEY_ATTRIBUTE_NAME
.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFINITIONS_FACTORY_KEY_ATTRIBUTE_NAME
Name of the attribute inside the request that will be used to get the
key of the definitions factory to be used.
|
Constructor and Description |
---|
KeyedDefinitionsFactoryTilesContainer.DefaultKeyExtractor() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefinitionsFactoryKey(TilesRequestContext request)
Returns the definitions factory key.
|
public static final java.lang.String DEFINITIONS_FACTORY_KEY_ATTRIBUTE_NAME
public KeyedDefinitionsFactoryTilesContainer.DefaultKeyExtractor()
public java.lang.String getDefinitionsFactoryKey(TilesRequestContext request)
getDefinitionsFactoryKey
in interface KeyedDefinitionsFactoryTilesContainer.KeyExtractor
request
- The request object.