Uses of Interface
org.apache.tiles.request.ApplicationResource
Packages that use ApplicationResource
Package
Description
Classes to simply load definitions depending on a customization key.
Factory classes, to allow creation of container instances.
Tiles request support for Servlet technology.
-
Uses of ApplicationResource in org.apache.struts2.tiles
Classes in org.apache.struts2.tiles that implement ApplicationResourceMethods in org.apache.struts2.tiles that return ApplicationResourceModifier and TypeMethodDescriptionStrutsWildcardServletApplicationContext.getResource
(ApplicationResource base, Locale locale) Methods in org.apache.struts2.tiles that return types with arguments of type ApplicationResourceModifier and TypeMethodDescriptionprotected Set<ApplicationResource>
StrutsWildcardServletApplicationContext.findResources
(String path) StrutsWildcardServletApplicationContext.getResources
(String path) protected List<ApplicationResource>
StrutsTilesContainerFactory.getSources
(ApplicationContext applicationContext) Methods in org.apache.struts2.tiles with parameters of type ApplicationResourceModifier and TypeMethodDescriptionStrutsWildcardServletApplicationContext.getResource
(ApplicationResource base, Locale locale) -
Uses of ApplicationResource in org.apache.tiles.core.definition.dao
Fields in org.apache.tiles.core.definition.dao with type parameters of type ApplicationResourceModifier and TypeFieldDescriptionprotected List<ApplicationResource>
BaseLocaleUrlDefinitionDAO.sources
Contains the URL objects identifying where configuration data is found.Methods in org.apache.tiles.core.definition.dao with parameters of type ApplicationResourceModifier and TypeMethodDescriptionprotected Map<String,
Definition> BaseLocaleUrlDefinitionDAO.loadDefinitionsFromResource
(ApplicationResource resource) Loads definitions from an URL without loading from "parent" URLs.Method parameters in org.apache.tiles.core.definition.dao with type arguments of type ApplicationResourceModifier and TypeMethodDescriptionvoid
BaseLocaleUrlDefinitionDAO.setSources
(List<ApplicationResource> sources) -
Uses of ApplicationResource in org.apache.tiles.core.factory
Methods in org.apache.tiles.core.factory that return types with arguments of type ApplicationResourceModifier and TypeMethodDescriptionprotected List<ApplicationResource>
BasicTilesContainerFactory.getSources
(ApplicationContext applicationContext) Returns a list containing the resources to be parsed. -
Uses of ApplicationResource in org.apache.tiles.request
Methods in org.apache.tiles.request that return ApplicationResourceModifier and TypeMethodDescriptionApplicationContext.getResource
(String localePath) Return the application resource mapped to the specified path.ApplicationContext.getResource
(ApplicationResource base, Locale locale) Return a localized version of an ApplicationResource.Methods in org.apache.tiles.request that return types with arguments of type ApplicationResourceModifier and TypeMethodDescriptionApplicationContext.getResources
(String path) Return the application resources mapped to the specified path.Methods in org.apache.tiles.request with parameters of type ApplicationResourceModifier and TypeMethodDescriptionApplicationContext.getResource
(ApplicationResource base, Locale locale) Return a localized version of an ApplicationResource. -
Uses of ApplicationResource in org.apache.tiles.request.locale
Classes in org.apache.tiles.request.locale that implement ApplicationResourceModifier and TypeClassDescriptionclass
An ApplicationResource whose localization is managed by postfixing the file name.class
APostfixedApplicationResource
that can be accessed through a URL. -
Uses of ApplicationResource in org.apache.tiles.request.servlet
Methods in org.apache.tiles.request.servlet that return ApplicationResourceModifier and TypeMethodDescriptionServletApplicationContext.getResource
(String localePath) Return the application resource mapped to the specified path.ServletApplicationContext.getResource
(ApplicationResource base, Locale locale) Return a localized version of an ApplicationResource.Methods in org.apache.tiles.request.servlet that return types with arguments of type ApplicationResourceModifier and TypeMethodDescriptionServletApplicationContext.getResources
(String path) Return the application resources mapped to the specified path.Methods in org.apache.tiles.request.servlet with parameters of type ApplicationResourceModifier and TypeMethodDescriptionServletApplicationContext.getResource
(ApplicationResource base, Locale locale) Return a localized version of an ApplicationResource.