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
-
removeValue
Removes an attribute.- Parameters:
key
- The key of the attribute to remove.
-