|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.server.csw.provider.components.ParseHelper
public class ParseHelper
Provides utilities supporting request parsing.
Constructor Summary | |
---|---|
ParseHelper()
Default constructor |
Method Summary | |
---|---|
String[] |
getParameterValues(HttpServletRequest request,
String name)
Gets the HTTP request parameter values associated with a key. |
String[] |
getParameterValues(HttpServletRequest request,
String name,
String delimiter)
Gets the HTTP request parameter values associated with a key then tokenizes all values based upon a supplied delimiter. |
String[] |
getParameterValues(Node parent,
XPath xpath,
String expr)
Generates a String array of child text node values. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ParseHelper()
Method Detail |
---|
public String[] getParameterValues(HttpServletRequest request, String name)
request
- the HTTP requestname
- the parameter name
public String[] getParameterValues(HttpServletRequest request, String name, String delimiter)
request
- the HTTP requestname
- the parameter namedelimiter
- the delimiter
public String[] getParameterValues(Node parent, XPath xpath, String expr) throws XPathExpressionException
parent
- the parent nodexpath
- an XPath to enable queries (properly configured with name spaces)expr
- the XPath locator expression
XPathExpressionException
- if an XPath related exception occurs
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |