public interface DefinitionsFactory
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.
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Definition |
getDefinition(String name,
org.apache.tiles.request.Request tilesContext)
Returns a Definition object that matches the given name and
Tiles context.
|
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
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.Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.