|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.extensions.cdi.jsf.impl.util.RequestParameter
public class RequestParameter
Constructor Summary | |
---|---|
RequestParameter(String key,
String[] values)
Constructor for creating a parameter for the given key and values |
Method Summary | |
---|---|
String |
getKey()
Key of the parameter |
List<String> |
getValueList()
Exposes the values of the parameter as list |
String[] |
getValues()
Exposes the values of the parameter as array |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RequestParameter(String key, String[] values)
key
- current keyvalues
- current valuesMethod Detail |
---|
public String getKey()
public List<String> getValueList()
public String[] getValues()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |