Class ParameterExtractor
java.lang.Object
org.apache.tiles.request.jakarta.servlet.extractor.ParameterExtractor
Extract parameters from the request.
Copied from Apache tiles-request-servlet 1.0.7 and adapted for Jakarta EE 9.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ParameterExtractor
Constructor.- Parameters:
request
- The servlet request.
-
-
Method Details
-
getKeys
The enumeration of the keys in the stored attributes. -
getValue
Returns the value of the attribute with the given key.
-