Uses of Interface
org.apache.tiles.request.attribute.Addable
Packages that use Addable
Package
Description
Methods to get, set and remove attributes from different sources (like HTTP requests
or sessions).
Extractors to get information from Freemarker objects.
Extractors to get scopes from
PageContext
.Tiles request support for Servlet technology.
Extractors to get attributes and other info from servlet requests and contexts.
Extractors to get info about Velocity-specific objects.
-
Uses of Addable in org.apache.tiles.request
Methods in org.apache.tiles.request that return AddableModifier and TypeMethodDescriptionDispatchRequestWrapper.getResponseHeaders()
Return an Addable object that can be used to write headers to the response.Request.getResponseHeaders()
Return an Addable object that can be used to write headers to the response. -
Uses of Addable in org.apache.tiles.request.attribute
Subinterfaces of Addable in org.apache.tiles.request.attributeModifier and TypeInterfaceDescriptioninterface
Allows to get, put and remove Object-type attributes.interface
Allows to get values from multi-valued attributes.interface
Allows to get and set attributes. -
Uses of Addable in org.apache.tiles.request.freemarker.extractor
Classes in org.apache.tiles.request.freemarker.extractor that implement AddableModifier and TypeClassDescriptionclass
Extract attributes fromEnvironment
objects as a scope. -
Uses of Addable in org.apache.tiles.request.jsp.extractor
Classes in org.apache.tiles.request.jsp.extractor that implement AddableModifier and TypeClassDescriptionclass
Extracts attributes from a numbered scope fromJspContext
.class
Extracts attributes from session scope fromPageContext
. -
Uses of Addable in org.apache.tiles.request.servlet
Methods in org.apache.tiles.request.servlet that return AddableModifier and TypeMethodDescriptionServletRequest.getResponseHeaders()
Return an Addable object that can be used to write headers to the response. -
Uses of Addable in org.apache.tiles.request.servlet.extractor
Classes in org.apache.tiles.request.servlet.extractor that implement AddableModifier and TypeClassDescriptionclass
Extract attributes from application scope.class
Extract header values from an HTTP request.class
Extracts attributes from request scope.class
Extract attributes from session scope. -
Uses of Addable in org.apache.tiles.request.velocity.extractor
Classes in org.apache.tiles.request.velocity.extractor that implement AddableModifier and TypeClassDescriptionclass
Extracts attributes from Velocity context..