public class AlwaysMatch extends BaseCriteria
| Constructor and Description |
|---|
AlwaysMatch() |
| Modifier and Type | Method and Description |
|---|---|
Criteria |
and(Criteria other)
Produce a criteria that is the boolean "and" of this and the given other criteria
|
boolean |
execute(Element e,
Map<String,AttributeExtractor> attributeExtractors)
Test this criteria against a cache element
|
Criteria |
or(Criteria other)
Produce a criteria that is the boolean "or" of this and the given other criteria
|
getExtractor, notpublic boolean execute(Element e, Map<String,AttributeExtractor> attributeExtractors)
e - cache elementattributeExtractors - map of attribute extractors to attribute value namespublic Criteria and(Criteria other)
and in interface Criteriaand in class BaseCriteriaCopyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.