Package | Description |
---|---|
org.apache.struts2.tiles | |
org.apache.tiles.core.definition.dao |
Classes to simply load definitions depending on a customization key.
|
org.apache.tiles.core.factory |
Factory classes, to allow creation of container instances.
|
org.apache.tiles.request | |
org.apache.tiles.request.locale | |
org.apache.tiles.request.servlet |
Tiles request support for Servlet technology.
|
Modifier and Type | Class and Description |
---|---|
class |
StrutsApplicationResource |
Modifier and Type | Method and Description |
---|---|
ApplicationResource |
StrutsWildcardServletApplicationContext.getResource(ApplicationResource base,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
protected Set<ApplicationResource> |
StrutsWildcardServletApplicationContext.findResources(String path) |
Collection<ApplicationResource> |
StrutsWildcardServletApplicationContext.getResources(String path) |
protected List<ApplicationResource> |
StrutsTilesContainerFactory.getSources(ApplicationContext applicationContext) |
Modifier and Type | Method and Description |
---|---|
ApplicationResource |
StrutsWildcardServletApplicationContext.getResource(ApplicationResource base,
Locale locale) |
Modifier and Type | Field and Description |
---|---|
protected List<ApplicationResource> |
BaseLocaleUrlDefinitionDAO.sources
Contains the URL objects identifying where configuration data is found.
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,Definition> |
BaseLocaleUrlDefinitionDAO.loadDefinitionsFromResource(ApplicationResource resource)
Loads definitions from an URL without loading from "parent" URLs.
|
Modifier and Type | Method and Description |
---|---|
void |
BaseLocaleUrlDefinitionDAO.setSources(List<ApplicationResource> sources) |
Modifier and Type | Method and Description |
---|---|
protected List<ApplicationResource> |
BasicTilesContainerFactory.getSources(ApplicationContext applicationContext)
Returns a list containing the resources to be parsed.
|
Modifier and Type | Method and Description |
---|---|
ApplicationResource |
ApplicationContext.getResource(ApplicationResource base,
Locale locale)
Return a localized version of an ApplicationResource.
|
ApplicationResource |
ApplicationContext.getResource(String localePath)
Return the application resource mapped to the specified path.
|
Modifier and Type | Method and Description |
---|---|
Collection<ApplicationResource> |
ApplicationContext.getResources(String path)
Return the application resources mapped to the specified path.
|
Modifier and Type | Method and Description |
---|---|
ApplicationResource |
ApplicationContext.getResource(ApplicationResource base,
Locale locale)
Return a localized version of an ApplicationResource.
|
Modifier and Type | Class and Description |
---|---|
class |
PostfixedApplicationResource
An ApplicationResource whose localization is managed by postfixing the file name.
|
class |
URLApplicationResource
A
PostfixedApplicationResource that can be accessed through a URL. |
Modifier and Type | Method and Description |
---|---|
ApplicationResource |
ServletApplicationContext.getResource(ApplicationResource base,
Locale locale)
Return a localized version of an ApplicationResource.
|
ApplicationResource |
ServletApplicationContext.getResource(String localePath)
Return the application resource mapped to the specified path.
|
Modifier and Type | Method and Description |
---|---|
Collection<ApplicationResource> |
ServletApplicationContext.getResources(String path)
Return the application resources mapped to the specified path.
|
Modifier and Type | Method and Description |
---|---|
ApplicationResource |
ServletApplicationContext.getResource(ApplicationResource base,
Locale locale)
Return a localized version of an ApplicationResource.
|
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.