|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openfaces.component.filter.FilterCriterionProcessor
org.openfaces.component.filter.PredicateBuilder
public class PredicateBuilder
Constructor Summary | |
---|---|
PredicateBuilder()
|
Method Summary | |
---|---|
static org.apache.commons.collections.Predicate |
build(FilterCriterion criterion)
Converts the specified FilterCriterion object into the Commons Collections Predicate object, which
can in turn be used for manual filtering of objects against the specified criterion. |
static PredicateBuilder |
getInstance()
Returns an instance of the PredicateBuilder class, which is used by the build method
internally. |
java.lang.Object |
process(AndFilterCriterion criterion)
Used by the build method internally. |
java.lang.Object |
process(ExpressionFilterCriterion criterion)
Used by the build method internally. |
java.lang.Object |
process(OrFilterCriterion criterion)
Used by the build method internally. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PredicateBuilder()
Method Detail |
---|
public static org.apache.commons.collections.Predicate build(FilterCriterion criterion)
FilterCriterion
object into the Commons Collections Predicate object, which
can in turn be used for manual filtering of objects against the specified criterion.
public static PredicateBuilder getInstance()
build
method
internally. This method shouldn't normally be invoked by application developers.
public java.lang.Object process(ExpressionFilterCriterion criterion)
build
method internally. This method shouldn't normally be invoked by application
developers.
process
in class FilterCriterionProcessor
public java.lang.Object process(AndFilterCriterion criterion)
build
method internally. This method shouldn't normally be invoked by application
developers.
process
in class FilterCriterionProcessor
public java.lang.Object process(OrFilterCriterion criterion)
build
method internally. This method shouldn't normally be invoked by application
developers.
process
in class FilterCriterionProcessor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |