public class ParameterParser extends Object
Constructor and Description |
---|
ParameterParser(String query) |
Modifier and Type | Method and Description |
---|---|
Set<String> |
extractParameterNames()
Returns set of parameter names found in the query
|
ParameterParserResponse |
extractParameters()
Returns parameter parser response for the query
|
static int |
getParameterPrefixLength()
Returns the length of the parameter prefix configured.
|
static String |
getPatternStringFor(String baseParameterPattern) |
public ParameterParser(String query)
public static String getPatternStringFor(String baseParameterPattern)
baseParameterPattern,
- regex denoting the parameters to matchpublic static int getParameterPrefixLength()
public Set<String> extractParameterNames()
public ParameterParserResponse extractParameters()
Copyright © 2014–2015 Apache Software Foundation. All rights reserved.