|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tiles.request.servlet.extractor.ParameterExtractor
public class ParameterExtractor
Extract parameters from the request.
Constructor Summary | |
---|---|
ParameterExtractor(HttpServletRequest request)
Constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParameterExtractor(HttpServletRequest request)
request
- The servlet request.Method Detail |
---|
public Enumeration<String> getKeys()
HasKeys
getKeys
in interface HasKeys<String>
public String getValue(String key)
HasKeys
getValue
in interface HasKeys<String>
key
- The key of the attribute.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |