| 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.attribute |
Methods to get, set and remove attributes from different sources (like HTTP requests
or sessions).
|
| Modifier and Type | Method and Description |
|---|---|
Addable<String> |
Request.getResponseHeaders()
Return an Addable object that can be used to write headers to the response.
|
Addable<String> |
DispatchRequestWrapper.getResponseHeaders()
Deprecated.
Return an Addable object that can be used to write headers to the response.
|
Addable<String> |
DefaultRequestWrapper.getResponseHeaders()
Return an Addable object that can be used to write headers to the response.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AttributeExtractor
Allows to get, put and remove Object-type attributes.
|
interface |
EnumeratedValuesExtractor
Allows to get values from multi-valued attributes.
|
interface |
HasAddableKeys<V>
Allows to get and set attributes.
|
Copyright © 2001-2017 The Apache Software Foundation. All Rights Reserved.