Uses of Interface
org.apache.tiles.request.attribute.AttributeExtractor
Packages that use AttributeExtractor
Package
Description
Special collections and maps for attributes (like HTTP request
or session attributes).
Extractors to get information from Freemarker objects.
Extractors to get scopes from
PageContext
.Extractors to get attributes and other info from servlet requests and contexts.
Extractors to get info about Velocity-specific objects.
-
Uses of AttributeExtractor in org.apache.tiles.request.collection
Constructors in org.apache.tiles.request.collection with parameters of type AttributeExtractor -
Uses of AttributeExtractor in org.apache.tiles.request.freemarker.extractor
Classes in org.apache.tiles.request.freemarker.extractor that implement AttributeExtractorModifier and TypeClassDescriptionclass
Extract attributes fromEnvironment
objects as a scope. -
Uses of AttributeExtractor in org.apache.tiles.request.jsp.extractor
Classes in org.apache.tiles.request.jsp.extractor that implement AttributeExtractorModifier and TypeClassDescriptionclass
Extracts attributes from a numbered scope fromJspContext
.class
Extracts attributes from session scope fromPageContext
. -
Uses of AttributeExtractor in org.apache.tiles.request.servlet.extractor
Classes in org.apache.tiles.request.servlet.extractor that implement AttributeExtractorModifier and TypeClassDescriptionclass
Extract attributes from application scope.class
Extracts attributes from request scope.class
Extract attributes from session scope. -
Uses of AttributeExtractor in org.apache.tiles.request.velocity.extractor
Classes in org.apache.tiles.request.velocity.extractor that implement AttributeExtractorModifier and TypeClassDescriptionclass
Extracts attributes from Velocity context..