public class Query extends Object
| Modifier and Type | Field and Description |
|---|---|
static Query |
CURRENT |
protected static ConcurrentMap<String,Query> |
queriesMap |
| Modifier and Type | Method and Description |
|---|---|
static Query |
getQuery(String queryString)
Create a new Query and cache it for faster processing;
|
QuerySegment[] |
getSegments()
Returns the parsed query segments.
|
String |
toString()
String representation of this object.
|
protected static ConcurrentMap<String,Query> queriesMap
public static final Query CURRENT
public static Query getQuery(String queryString)
queryString - the webwork EL expressionpublic QuerySegment[] getSegments()
Copyright © 2013 Atlassian. All Rights Reserved.