Uses of Interface
org.apache.tiles.request.attribute.AttributeExtractor

Packages that use AttributeExtractor
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.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. 
 

Uses of AttributeExtractor in org.apache.tiles.request.collection
 

Constructors in org.apache.tiles.request.collection with parameters of type AttributeExtractor
ScopeMap(AttributeExtractor context)
          Constructor.
 

Uses of AttributeExtractor in org.apache.tiles.request.freemarker.extractor
 

Classes in org.apache.tiles.request.freemarker.extractor that implement AttributeExtractor
 class EnvironmentScopeExtractor
          Extract attributes from Environment objects as a scope.
 

Uses of AttributeExtractor in org.apache.tiles.request.jsp.extractor
 

Classes in org.apache.tiles.request.jsp.extractor that implement AttributeExtractor
 class ScopeExtractor
          Extracts attributes from a numbered scope from JspContext.
 

Uses of AttributeExtractor in org.apache.tiles.request.mustache
 

Classes in org.apache.tiles.request.mustache that implement AttributeExtractor
 class MustacheScopeExtractor
           
 

Uses of AttributeExtractor in org.apache.tiles.request.servlet.extractor
 

Classes in org.apache.tiles.request.servlet.extractor that implement AttributeExtractor
 class ApplicationScopeExtractor
          Extract attributes from application scope.
 class RequestScopeExtractor
          Extracts attributes from request scope.
 class SessionScopeExtractor
          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 AttributeExtractor
 class VelocityScopeExtractor
          Extracts attributes from Velocity context..
 



Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.