Interface HasRemovableKeys<V>
- Type Parameters:
- V- The type of the value of the attribute.
- All Superinterfaces:
- HasKeys<V>
- All Known Subinterfaces:
- AttributeExtractor
- All Known Implementing Classes:
- ApplicationScopeExtractor,- EnvironmentScopeExtractor,- RequestScopeExtractor,- ScopeExtractor,- SessionScopeExtractor,- SessionScopeExtractor,- VelocityScopeExtractor
Allows to get and remove attributes.
- 
Method Summary
- 
Method Details- 
removeValueRemoves an attribute.- Parameters:
- key- The key of the attribute to remove.
 
 
-