Package | Description |
---|---|
org.apache.tiles.request.attribute |
Methods to get, set and remove attributes from different sources (like HTTP requests
or sessions).
|
org.apache.tiles.request.collection |
Special collections and maps for attributes (like HTTP request
or session attributes).
|
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.mustache |
Support of Tiles request for Mustache.
|
org.apache.tiles.request.portlet.extractor |
Extractors to get scopes from Portlet requests.
|
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 | 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.
|
interface |
HasRemovableKeys<V>
Allows to get and remove attributes.
|
Modifier and Type | Field and Description |
---|---|
protected HasKeys<V> |
ReadOnlyEnumerationMap.request
The request.
|
Constructor and Description |
---|
KeySet(HasKeys<?> request)
Constructor.
|
ReadOnlyEnumerationMap(HasKeys<V> request)
Constructor.
|
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 | Class and Description |
---|---|
class |
MustacheScopeExtractor |
Modifier and Type | Class and Description |
---|---|
class |
StateAwareParameterExtractor
Extracts parameters from a request and allows putting render parameters in a state aware response.
|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationScopeExtractor
Extract attributes from application scope.
|
class |
HeaderExtractor
Extract header values from an HTTP request.
|
class |
InitParameterExtractor
Extract initialization parameters from the servlet context.
|
class |
ParameterExtractor
Extract parameters from the 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 © 2001-2017 The Apache Software Foundation. All Rights Reserved.