Package | Description |
---|---|
org.apache.tiles.request | |
org.apache.tiles.request.attribute |
Methods to get, set and remove attributes from different sources (like HTTP requests
or sessions).
|
org.apache.tiles.request.freemarker.extractor |
Extractors to get information from Freemarker objects.
|
org.apache.tiles.request.jsp.extractor |
Extractors to get scopes from
PageContext . |
org.apache.tiles.request.servlet |
Tiles request support for Servlet technology.
|
org.apache.tiles.request.servlet.extractor |
Extractors to get attributes and other info from servlet requests and contexts.
|
org.apache.tiles.request.velocity.extractor |
Extractors to get info about Velocity-specific objects.
|
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()
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.
|
Modifier and Type | Class and Description |
---|---|
class |
EnvironmentScopeExtractor
Extract attributes from
Environment objects as a scope. |
Modifier and Type | Class and Description |
---|---|
class |
ScopeExtractor
Extracts attributes from a numbered scope from
JspContext . |
Modifier and Type | Method and Description |
---|---|
Addable<String> |
ServletRequest.getResponseHeaders()
Return an Addable object that can be used to write headers to the response.
|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationScopeExtractor
Extract attributes from application scope.
|
class |
HeaderExtractor
Extract header values from an HTTP request.
|
class |
RequestScopeExtractor
Extracts attributes from request scope.
|
class |
SessionScopeExtractor
Extract attributes from session scope.
|
Modifier and Type | Class and Description |
---|---|
class |
VelocityScopeExtractor
Extracts attributes from Velocity context..
|
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.