Constructor and Description |
---|
ParameterExtractor(javax.servlet.http.HttpServletRequest request)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<String> |
getKeys()
The enumeration of the keys of the stored attributes.
|
String |
getValue(String key)
Returns the value of the attribute with the given key.
|
public ParameterExtractor(javax.servlet.http.HttpServletRequest request)
request
- The servlet request.public Enumeration<String> getKeys()
HasKeys
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.