Class ApplicationScopeExtractor
java.lang.Object
org.apache.tiles.request.jakarta.servlet.extractor.ApplicationScopeExtractor
- All Implemented Interfaces:
 Addable<Object>,AttributeExtractor,HasAddableKeys<Object>,HasKeys<Object>,HasRemovableKeys<Object>
Extract attributes from application scope.
 
Copied from Apache tiles-request-servlet 1.0.7 and adapted for Jakarta EE 9.
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetKeys()The enumeration of the keys of the stored attributes.Returns the value of the attribute with the given key.voidremoveValue(String name) Removes an attribute.voidSets a value for the given key. 
- 
Constructor Details
- 
ApplicationScopeExtractor
Constructor.- Parameters:
 context- The servlet context.
 
 - 
 - 
Method Details
- 
setValue
Sets a value for the given key. - 
removeValue
Removes an attribute.- Specified by:
 removeValuein interfaceHasRemovableKeys<Object>- Parameters:
 name- The key of the attribute to remove.
 - 
getKeys
The enumeration of the keys of the stored attributes. - 
getValue
Returns the value of the attribute with the given key. 
 -