Uses of Interface
org.apache.tiles.request.attribute.HasAddableKeys
Packages that use HasAddableKeys
Package
Description
Methods to get, set and remove attributes from different sources (like HTTP requests
 or sessions).
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 HasAddableKeys in org.apache.tiles.request.attributeSubinterfaces of HasAddableKeys in org.apache.tiles.request.attributeModifier and TypeInterfaceDescriptioninterfaceAllows to get, put and remove Object-type attributes.interfaceAllows to get values from multi-valued attributes.
- 
Uses of HasAddableKeys in org.apache.tiles.request.collectionConstructors in org.apache.tiles.request.collection with parameters of type HasAddableKeys
- 
Uses of HasAddableKeys in org.apache.tiles.request.freemarker.extractorClasses in org.apache.tiles.request.freemarker.extractor that implement HasAddableKeysModifier and TypeClassDescriptionclassExtract attributes fromEnvironmentobjects as a scope.
- 
Uses of HasAddableKeys in org.apache.tiles.request.jsp.extractorClasses in org.apache.tiles.request.jsp.extractor that implement HasAddableKeysModifier and TypeClassDescriptionclassExtracts attributes from a numbered scope fromJspContext.classExtracts attributes from session scope fromPageContext.
- 
Uses of HasAddableKeys in org.apache.tiles.request.servlet.extractorClasses in org.apache.tiles.request.servlet.extractor that implement HasAddableKeysModifier and TypeClassDescriptionclassExtract attributes from application scope.classExtract header values from an HTTP request.classExtracts attributes from request scope.classExtract attributes from session scope.
- 
Uses of HasAddableKeys in org.apache.tiles.request.velocity.extractorClasses in org.apache.tiles.request.velocity.extractor that implement HasAddableKeysModifier and TypeClassDescriptionclassExtracts attributes from Velocity context..