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

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

Uses of Addable in org.apache.tiles.request
 

Methods in org.apache.tiles.request that return Addable
 Addable<String> Request.getResponseHeaders()
          Return an Addable object that can be used to write headers to the response.
 Addable<String> DispatchRequestWrapper.getResponseHeaders()
          Return an Addable object that can be used to write headers to the response.
 Addable<String> DefaultRequestWrapper.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.attribute
 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.
 



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