- All Implemented Interfaces:
- HasKeys<String>
Extract parameters from the request.
- 
Constructor SummaryConstructors 
- 
Method Summary
The enumeration of the keys of the stored attributes. 
 
Returns the value of the attribute with the given key. 
 
 
 
 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
- 
Constructor Details
- 
ParameterExtractorpublic ParameterExtractor(jakarta.servlet.http.HttpServletRequest request) Constructor. 
- Parameters:
- request- The servlet request.
 
 
- 
Method Details
- 
getKeysDescription copied from interface: HasKeys
 The enumeration of the keys of the stored attributes. 
- Specified by:
- getKeysin interface- HasKeys<String>
- Returns:
- The keys.
 
- 
getValueDescription copied from interface: HasKeys
 Returns the value of the attribute with the given key. 
- Specified by:
- getValuein interface- HasKeys<String>
- Parameters:
- key- The key of the attribute.
- Returns:
- The value.