|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DefinitionsFactory
Interface for creating a Definition
s and managing their contents.
DefinitionsFactory implementations are responsible for maintaining the data sources of Tiles configuration data and using the data to create Definitions sets. Implementations also know how to append locale-specific configuration data to an existing Definitions set.
Field Summary | |
---|---|
static String |
DEFINITION_DAO_INIT_PARAM
Constant representing the configuration parameter used to define the definition DAO to use. |
static String |
DEFINITIONS_CONFIG
Constant representing the configuration parameter used to define the tiles definition resources. |
static String |
LOCALE_RESOLVER_IMPL_PROPERTY
Property name that specifies the implementation of LocaleResolver . |
static String |
READER_IMPL_PROPERTY
Property name that specifies the implementation of the DefinitionsReader. |
Method Summary | |
---|---|
Definition |
getDefinition(String name,
org.apache.tiles.request.Request tilesContext)
Returns a Definition object that matches the given name and Tiles context. |
Field Detail |
---|
static final String READER_IMPL_PROPERTY
static final String LOCALE_RESOLVER_IMPL_PROPERTY
LocaleResolver
.
static final String DEFINITIONS_CONFIG
static final String DEFINITION_DAO_INIT_PARAM
Method Detail |
---|
Definition getDefinition(String name, org.apache.tiles.request.Request tilesContext)
name
- The name of the Definition to return.tilesContext
- The Tiles context to use to resolve the definition.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |