Package | Description |
---|---|
org.apache.tiles.definition |
It contains classes and interfaces to allow manipulations of "definitions", i.e.
|
org.apache.tiles.extras.complete |
These classes allow to start up Tiles with all features on.
|
org.apache.tiles.factory |
Factory classes, to allow creation of container instances.
|
org.apache.tiles.locale.impl |
Basic implementation of the locale resolver.
|
Modifier and Type | Field and Description |
---|---|
protected LocaleResolver |
UnresolvingLocaleDefinitionsFactory.localeResolver
The locale resolver object.
|
Modifier and Type | Method and Description |
---|---|
void |
UnresolvingLocaleDefinitionsFactory.setLocaleResolver(LocaleResolver localeResolver)
Sets the locale resolver to use.
|
Modifier and Type | Method and Description |
---|---|
protected AttributeEvaluatorFactory |
CompleteAutoloadTilesContainerFactory.createAttributeEvaluatorFactory(org.apache.tiles.request.ApplicationContext applicationContext,
LocaleResolver resolver)
Creates the attribute evaluator factory to use.
|
Modifier and Type | Method and Description |
---|---|
protected LocaleResolver |
BasicTilesContainerFactory.createLocaleResolver(org.apache.tiles.request.ApplicationContext applicationContext)
Creates the locale resolver.
|
Modifier and Type | Method and Description |
---|---|
protected AttributeEvaluatorFactory |
BasicTilesContainerFactory.createAttributeEvaluatorFactory(org.apache.tiles.request.ApplicationContext applicationContext,
LocaleResolver resolver)
Creates the attribute evaluator factory to use.
|
protected DefinitionsFactory |
BasicTilesContainerFactory.createDefinitionsFactory(org.apache.tiles.request.ApplicationContext applicationContext,
LocaleResolver resolver)
Creates the definitions factory.
|
protected DefinitionDAO<Locale> |
BasicTilesContainerFactory.createLocaleDefinitionDao(org.apache.tiles.request.ApplicationContext applicationContext,
LocaleResolver resolver)
Creates a Locale-based definition DAO.
|
protected UnresolvingLocaleDefinitionsFactory |
BasicTilesContainerFactory.instantiateDefinitionsFactory(org.apache.tiles.request.ApplicationContext applicationContext,
LocaleResolver resolver)
Instantiate a new definitions factory based on Locale.
|
protected BaseLocaleUrlDefinitionDAO |
BasicTilesContainerFactory.instantiateLocaleDefinitionDao(org.apache.tiles.request.ApplicationContext applicationContext,
LocaleResolver resolver)
Instantiate (and does not initialize) a Locale-based definition DAO.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultLocaleResolver
Default implementation of
LocaleResolver It tries to take the locale from the session-scoped attribute DefaultLocaleResolver.LOCALE_KEY . |
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.