Uses of Interface
org.apache.tiles.request.ApplicationResource

Packages that use ApplicationResource
org.apache.tiles.request This package defines the concept of "request" as the event causing a document to be generated from a template. 
org.apache.tiles.request.locale   
 

Uses of ApplicationResource in org.apache.tiles.request
 

Methods in org.apache.tiles.request that return ApplicationResource
 ApplicationResource ApplicationContextWrapper.getResource(ApplicationResource base, Locale locale)
          Return a localized version of an ApplicationResource.
 ApplicationResource ApplicationContext.getResource(ApplicationResource base, Locale locale)
          Return a localized version of an ApplicationResource.
 ApplicationResource ApplicationContextWrapper.getResource(String localePath)
          Return the application resource mapped to the specified path.
 ApplicationResource ApplicationContext.getResource(String localePath)
          Return the application resource mapped to the specified path.
 

Methods in org.apache.tiles.request that return types with arguments of type ApplicationResource
 Collection<ApplicationResource> ApplicationContextWrapper.getResources(String path)
          Return the application resources mapped to the specified path.
 Collection<ApplicationResource> ApplicationContext.getResources(String path)
          Return the application resources mapped to the specified path.
 

Methods in org.apache.tiles.request with parameters of type ApplicationResource
 ApplicationResource ApplicationContextWrapper.getResource(ApplicationResource base, Locale locale)
          Return a localized version of an ApplicationResource.
 ApplicationResource ApplicationContext.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 ApplicationResource
 class PostfixedApplicationResource
          An ApplicationResource whose localization is managed by postfixing the file name.
 class URLApplicationResource
          A PostfixedApplicationResource that can be accessed through a URL.
 



Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.