Uses of Package
org.apache.tiles.request.attribute

Packages that use org.apache.tiles.request.attribute
org.apache.tiles.request This package defines the concept of "request" as the event causing a document to be generated from a template. 
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 Support of Tiles requests to portlets. 
org.apache.tiles.request.portlet.extractor Extractors to get scopes from Portlet requests. 
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. 
 

Classes in org.apache.tiles.request.attribute used by org.apache.tiles.request
Addable
          Allows to get and set attributes.
 

Classes in org.apache.tiles.request.attribute used by org.apache.tiles.request.attribute
Addable
          Allows to get and set attributes.
HasAddableKeys
          Allows to get and set attributes.
HasKeys
          Allows to get attributes.
HasRemovableKeys
          Allows to get and remove attributes.
 

Classes in org.apache.tiles.request.attribute used by org.apache.tiles.request.collection
AttributeExtractor
          Allows to get, put and remove Object-type attributes.
EnumeratedValuesExtractor
          Allows to get values from multi-valued attributes.
HasAddableKeys
          Allows to get and set attributes.
HasKeys
          Allows to get attributes.
HasRemovableKeys
          Allows to get and remove attributes.
 

Classes in org.apache.tiles.request.attribute used by org.apache.tiles.request.freemarker.extractor
Addable
          Allows to get and set attributes.
AttributeExtractor
          Allows to get, put and remove Object-type attributes.
HasAddableKeys
          Allows to get and set attributes.
HasKeys
          Allows to get attributes.
HasRemovableKeys
          Allows to get and remove attributes.
 

Classes in org.apache.tiles.request.attribute used by org.apache.tiles.request.jsp.extractor
Addable
          Allows to get and set attributes.
AttributeExtractor
          Allows to get, put and remove Object-type attributes.
HasAddableKeys
          Allows to get and set attributes.
HasKeys
          Allows to get attributes.
HasRemovableKeys
          Allows to get and remove attributes.
 

Classes in org.apache.tiles.request.attribute used by org.apache.tiles.request.mustache
Addable
          Allows to get and set attributes.
AttributeExtractor
          Allows to get, put and remove Object-type attributes.
HasAddableKeys
          Allows to get and set attributes.
HasKeys
          Allows to get attributes.
HasRemovableKeys
          Allows to get and remove attributes.
 

Classes in org.apache.tiles.request.attribute used by org.apache.tiles.request.portlet
Addable
          Allows to get and set attributes.
 

Classes in org.apache.tiles.request.attribute used by org.apache.tiles.request.portlet.extractor
Addable
          Allows to get and set attributes.
HasAddableKeys
          Allows to get and set attributes.
HasKeys
          Allows to get attributes.
 

Classes in org.apache.tiles.request.attribute used by org.apache.tiles.request.servlet
Addable
          Allows to get and set attributes.
 

Classes in org.apache.tiles.request.attribute used by org.apache.tiles.request.servlet.extractor
Addable
          Allows to get and set attributes.
AttributeExtractor
          Allows to get, put and remove Object-type attributes.
EnumeratedValuesExtractor
          Allows to get values from multi-valued attributes.
HasAddableKeys
          Allows to get and set attributes.
HasKeys
          Allows to get attributes.
HasRemovableKeys
          Allows to get and remove attributes.
 

Classes in org.apache.tiles.request.attribute used by org.apache.tiles.request.velocity.extractor
Addable
          Allows to get and set attributes.
AttributeExtractor
          Allows to get, put and remove Object-type attributes.
HasAddableKeys
          Allows to get and set attributes.
HasKeys
          Allows to get attributes.
HasRemovableKeys
          Allows to get and remove attributes.
 



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