| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ApplicationContextWrapper
Delegate for ease of customization.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationContext |
AbstractClientRequest.getApplicationContext() |
ApplicationContext |
DispatchRequestWrapper.getApplicationContext()
Deprecated.
Returns the associated application context.
|
ApplicationContext |
Request.getApplicationContext()
Returns the associated application context.
|
ApplicationContext |
DefaultRequestWrapper.getApplicationContext()
Returns the associated application context.
|
ApplicationContext |
ApplicationContextWrapper.getWrappedApplicationContext()
Returns the wrapped application context.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ApplicationAccess.register(ApplicationContext applicationContext)
Registers an application context.
|
void |
ApplicationContextAware.setApplicationContext(ApplicationContext applicationContext)
Sets the Tiles application context.
|
| Constructor and Description |
|---|
AbstractClientRequest(ApplicationContext applicationContext)
Constructor.
|
ApplicationContextWrapper(ApplicationContext context)
Constructor.
|
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.