org.apache.myfaces.extensions.cdi.jsf.impl.util
Class RequestParameter
java.lang.Object
org.apache.myfaces.extensions.cdi.jsf.impl.util.RequestParameter
public class RequestParameter
- extends Object
- Author:
- Gerhard Petracek
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestParameter
public RequestParameter(String key,
String[] values)
getKey
public String getKey()
getValueList
public List<String> getValueList()
getValues
public String[] getValues()
Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.