Uses of Class
org.exoplatform.web.controller.regexp.RENode.Disjunction
Packages that use RENode.Disjunction
-
Uses of RENode.Disjunction in org.exoplatform.web.controller.regexp
Methods in org.exoplatform.web.controller.regexp that return RENode.DisjunctionModifier and TypeMethodDescriptionRENode.Group.getDisjunction()RENode.Disjunction.getNext()REParser.parseDisjunction()Methods in org.exoplatform.web.controller.regexp with parameters of type RENode.DisjunctionModifier and TypeMethodDescriptionvoidRENode.Group.setDisjunction(RENode.Disjunction disjunction) voidRENode.Disjunction.setNext(RENode.Disjunction next) protected voidRERenderer.visit(RENode.Disjunction disjunction) protected voidREVisitor.visit(RENode.Disjunction disjunction) Constructors in org.exoplatform.web.controller.regexp with parameters of type RENode.DisjunctionModifierConstructorDescriptionDisjunction(RENode.Alternative alternative, RENode.Disjunction next) Group(RENode.Disjunction disjunction, GroupType type) -
Uses of RENode.Disjunction in org.exoplatform.web.controller.router
Methods in org.exoplatform.web.controller.router with parameters of type RENode.DisjunctionModifier and TypeMethodDescriptionprotected voidValueResolverFactory.visit(RENode.Disjunction disjunction)