Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
Collection<ApplicationResource> |
PortletApplicationContext.getResources(String path)
Return the application resources mapped to the specified path.
|
Modifier and Type | Method and Description |
---|---|
ApplicationResource |
PortletApplicationContext.getResource(ApplicationResource base,
Locale locale)
Return a localized version of an ApplicationResource.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Collection<ApplicationResource> |
WildcardPortletApplicationContext.getResources(String path)
Return the application resources mapped to the specified path.
|
Modifier and Type | Method and Description |
---|---|
ApplicationResource |
WildcardPortletApplicationContext.getResource(ApplicationResource base,
Locale locale)
Return a localized version of an ApplicationResource.
|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Collection<ApplicationResource> |
WildcardServletApplicationContext.getResources(String path)
Return the application resources mapped to the specified path.
|
Modifier and Type | Method and Description |
---|---|
ApplicationResource |
WildcardServletApplicationContext.getResource(ApplicationResource base,
Locale locale)
Return a localized version of an ApplicationResource.
|
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.