Searched refs:matchValue (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/appserv/web/cache/mapping/
H A DValueConstraint.java67 private String matchValue = null; field in class:ValueConstraint
131 this.matchValue = value;
211 this.matchValue = value;
258 result = matchValue.equals(value);
261 result = !(matchValue.equals(value));
296 str = "match value = " + matchValue + " match expr = "

Completed in 240 milliseconds