Package | Description |
---|---|
org.apache.struts2.tiles | |
org.apache.tiles.core.definition |
It contains classes and interfaces to allow manipulations of "definitions", i.e.
|
org.apache.tiles.core.factory |
Factory classes, to allow creation of container instances.
|
org.apache.tiles.core.locale.impl |
Basic implementation of the locale resolver.
|
Modifier and Type | Class and Description |
---|---|
class |
StrutsTilesLocaleResolver |
Modifier and Type | Method and Description |
---|---|
protected LocaleResolver |
StrutsTilesContainerFactory.createLocaleResolver(ApplicationContext applicationContext) |
Modifier and Type | Method and Description |
---|---|
protected AttributeEvaluatorFactory |
StrutsTilesContainerFactory.createAttributeEvaluatorFactory(ApplicationContext applicationContext,
LocaleResolver 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 LocaleResolver |
BasicTilesContainerFactory.createLocaleResolver(ApplicationContext applicationContext)
Creates the locale resolver.
|
Modifier and Type | Method and Description |
---|---|
protected AttributeEvaluatorFactory |
BasicTilesContainerFactory.createAttributeEvaluatorFactory(ApplicationContext applicationContext,
LocaleResolver resolver)
Creates the attribute evaluator factory to use.
|
protected DefinitionsFactory |
BasicTilesContainerFactory.createDefinitionsFactory(ApplicationContext applicationContext,
LocaleResolver resolver)
Creates the definitions factory.
|
protected DefinitionDAO<Locale> |
BasicTilesContainerFactory.createLocaleDefinitionDao(ApplicationContext applicationContext,
LocaleResolver resolver)
Creates a Locale-based definition DAO.
|
protected UnresolvingLocaleDefinitionsFactory |
BasicTilesContainerFactory.instantiateDefinitionsFactory(ApplicationContext applicationContext,
LocaleResolver resolver)
Instantiate a new definitions factory based on Locale.
|
protected BaseLocaleUrlDefinitionDAO |
BasicTilesContainerFactory.instantiateLocaleDefinitionDao(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 © 2000–2024 Apache Software Foundation. All rights reserved.