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

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

Uses of HasKeys in org.apache.tiles.request.attribute
 

Subinterfaces of HasKeys 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.
 interface HasRemovableKeys<V>
          Allows to get and remove attributes.
 

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

Fields in org.apache.tiles.request.collection declared as HasKeys
protected  HasKeys<V> ReadOnlyEnumerationMap.request
          The request.
 

Constructors in org.apache.tiles.request.collection with parameters of type HasKeys
KeySet(HasKeys<?> request)
          Constructor.
ReadOnlyEnumerationMap(HasKeys<V> request)
          Constructor.
 



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