|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
org.apache.tiles.request.portlet | Support of Tiles requests to portlets. |
org.apache.tiles.request.portlet.wildcard | Classes and interfaces that allow to access the various contexts from a portlet application. |
org.apache.tiles.request.servlet | Tiles request support for Servlet technology. |
org.apache.tiles.request.servlet.wildcard | Classes and interfaces that allow to access the various contexts from a servlet application. |
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. |
Uses of ApplicationResource in org.apache.tiles.request.portlet |
---|
Methods in org.apache.tiles.request.portlet that return ApplicationResource | |
---|---|
ApplicationResource |
PortletApplicationContext.getResource(ApplicationResource base,
Locale locale)
Return a localized version of an ApplicationResource. |
ApplicationResource |
PortletApplicationContext.getResource(String localePath)
Return the application resource mapped to the specified path. |
Methods in org.apache.tiles.request.portlet that return types with arguments of type ApplicationResource | |
---|---|
Collection<ApplicationResource> |
PortletApplicationContext.getResources(String path)
Return the application resources mapped to the specified path. |
Methods in org.apache.tiles.request.portlet with parameters of type ApplicationResource | |
---|---|
ApplicationResource |
PortletApplicationContext.getResource(ApplicationResource base,
Locale locale)
Return a localized version of an ApplicationResource. |
Uses of ApplicationResource in org.apache.tiles.request.portlet.wildcard |
---|
Methods in org.apache.tiles.request.portlet.wildcard that return ApplicationResource | |
---|---|
ApplicationResource |
WildcardPortletApplicationContext.getResource(ApplicationResource base,
Locale locale)
Return a localized version of an ApplicationResource. |
ApplicationResource |
WildcardPortletApplicationContext.getResource(String localePath)
Return the application resource mapped to the specified path. |
Methods in org.apache.tiles.request.portlet.wildcard that return types with arguments of type ApplicationResource | |
---|---|
Collection<ApplicationResource> |
WildcardPortletApplicationContext.getResources(String path)
Return the application resources mapped to the specified path. |
Methods in org.apache.tiles.request.portlet.wildcard with parameters of type ApplicationResource | |
---|---|
ApplicationResource |
WildcardPortletApplicationContext.getResource(ApplicationResource base,
Locale locale)
Return a localized version of an ApplicationResource. |
Uses of ApplicationResource in org.apache.tiles.request.servlet |
---|
Methods in org.apache.tiles.request.servlet that return ApplicationResource | |
---|---|
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. |
Methods in org.apache.tiles.request.servlet that return types with arguments of type ApplicationResource | |
---|---|
Collection<ApplicationResource> |
ServletApplicationContext.getResources(String path)
Return the application resources mapped to the specified path. |
Methods in org.apache.tiles.request.servlet with parameters of type ApplicationResource | |
---|---|
ApplicationResource |
ServletApplicationContext.getResource(ApplicationResource base,
Locale locale)
Return a localized version of an ApplicationResource. |
Uses of ApplicationResource in org.apache.tiles.request.servlet.wildcard |
---|
Methods in org.apache.tiles.request.servlet.wildcard that return ApplicationResource | |
---|---|
ApplicationResource |
WildcardServletApplicationContext.getResource(ApplicationResource base,
Locale locale)
Return a localized version of an ApplicationResource. |
ApplicationResource |
WildcardServletApplicationContext.getResource(String localePath)
Return the application resource mapped to the specified path. |
Methods in org.apache.tiles.request.servlet.wildcard that return types with arguments of type ApplicationResource | |
---|---|
Collection<ApplicationResource> |
WildcardServletApplicationContext.getResources(String path)
Return the application resources mapped to the specified path. |
Methods in org.apache.tiles.request.servlet.wildcard with parameters of type ApplicationResource | |
---|---|
ApplicationResource |
WildcardServletApplicationContext.getResource(ApplicationResource base,
Locale locale)
Return a localized version of an ApplicationResource. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |