org.apache.chemistry.opencmis.server.impl.browser
Class ControlParser
java.lang.Object
org.apache.chemistry.opencmis.server.impl.browser.ControlParser
public class ControlParser
- extends Object
Parses HTML form controls.
Constructor Summary |
ControlParser(javax.servlet.http.HttpServletRequest request)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ControlParser
public ControlParser(javax.servlet.http.HttpServletRequest request)
getValue
public String getValue(String controlName)
getValues
public List<String> getValues(String controlName)
getValues
public List<String> getValues(String controlName,
int index)
getOneDimMap
public Map<Integer,String> getOneDimMap(String controlName)
getTwoDimMap
public Map<Integer,Map<Integer,String>> getTwoDimMap(String controlName)
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.