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