public class

Query

extends Object
java.lang.Object
   ↳ webwork.util.Query

Class Overview

ValueStack Query. This class parsers the ValueStack Query string and caches the parsed query.

Summary

Fields
public static final Query CURRENT
protected static ConcurrentMap<StringQuery> queriesMap
Public Methods
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.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public static final Query CURRENT

protected static ConcurrentMap<StringQuery> queriesMap

Public Methods

public static Query getQuery (String queryString)

Create a new Query and cache it for faster processing;

Parameters
queryString the webwork EL expression
Returns
  • a parsed Query object representing that EL

public QuerySegment[] getSegments ()

Returns the parsed query segments.

public String toString ()

String representation of this object.