This project has retired. For details please refer to its
Attic page.
KeyedDefinitionsFactoryTilesContainer.DefaultKeyExtractor (Tiles 2 2.1.4 API)
org.apache.tiles.impl
Class KeyedDefinitionsFactoryTilesContainer.DefaultKeyExtractor
java.lang.Object
org.apache.tiles.impl.KeyedDefinitionsFactoryTilesContainer.DefaultKeyExtractor
- All Implemented Interfaces:
- KeyedDefinitionsFactoryTilesContainer.KeyExtractor
- Enclosing class:
- KeyedDefinitionsFactoryTilesContainer
public static class KeyedDefinitionsFactoryTilesContainer.DefaultKeyExtractor
- extends Object
- implements KeyedDefinitionsFactoryTilesContainer.KeyExtractor
This is the default factory key. Takes the key from the request-scoped
attribute DEFINITIONS_FACTORY_KEY_ATTRIBUTE_NAME
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DEFINITIONS_FACTORY_KEY_ATTRIBUTE_NAME
public static final 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.
- See Also:
- Constant Field Values
KeyedDefinitionsFactoryTilesContainer.DefaultKeyExtractor
public KeyedDefinitionsFactoryTilesContainer.DefaultKeyExtractor()
getDefinitionsFactoryKey
public String getDefinitionsFactoryKey(TilesRequestContext request)
- Returns the definitions factory key.
- Specified by:
getDefinitionsFactoryKey
in interface KeyedDefinitionsFactoryTilesContainer.KeyExtractor
- Parameters:
request
- The request object.
- Returns:
- The needed factory key.
Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.