public class ControlParser extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CONTROL_PROP_ID_LOWER |
Constructor and Description |
---|
ControlParser(javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
Map<Integer,String> |
getOneDimMap(String controlName) |
Map<String,List<String>> |
getProperties() |
Map<Integer,Map<Integer,String>> |
getTwoDimMap(String controlName) |
String |
getValue(String controlName) |
List<String> |
getValues(String controlName) |
List<String> |
getValues(String controlName,
int index) |
public static final String CONTROL_PROP_ID_LOWER
public ControlParser(javax.servlet.http.HttpServletRequest request)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.