Uses of Class
org.apache.taglibs.standard.extra.spath.Predicate
-
Packages that use Predicate Package Description org.apache.taglibs.standard.extra.spath -
-
Uses of Predicate in org.apache.taglibs.standard.extra.spath
Subclasses of Predicate in org.apache.taglibs.standard.extra.spath Modifier and Type Class Description classAttributePredicateRepresents a predicate expression concerning a single attribute.Methods in org.apache.taglibs.standard.extra.spath that return Predicate Modifier and Type Method Description PredicateSPathParser. attributePredicate()PredicateSPathParser. predicate()Methods in org.apache.taglibs.standard.extra.spath that return types with arguments of type Predicate Modifier and Type Method Description List<Predicate>Step. getPredicates()Returns a list of this Step object's predicates.Constructor parameters in org.apache.taglibs.standard.extra.spath with type arguments of type Predicate Constructor Description Step(boolean depthUnlimited, String name, List<Predicate> predicates)Constructs a new Step object, given a name and a (possibly null) list of predicates.
-