| 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 |
| 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. |
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.