Uses of Interface
org.ocpsoft.rewrite.config.Condition
Packages that use Condition
-
Uses of Condition in org.ocpsoft.rewrite.config
Subinterfaces of Condition in org.ocpsoft.rewrite.configModifier and TypeInterfaceDescriptioninterfaceAConditionthat aggregates one or more conditions.interfaceinterfaceinterfaceDefines aRelocatableRule, which can be moved to a priority position in the compiled rule set that differs from theConfigurationProviderin which it was created.interfaceClasses in org.ocpsoft.rewrite.config that implement ConditionModifier and TypeClassDescriptionfinal classEvaluates all providedConditioninstances.classAn intermediate stageRuleconfiguration.classUsed as a base class to create fluent relationships betweenConditionobjects; this class adds logical operators to any class extending it.classResponsible for evaluatingRewriteevents on whether they areInboundRewriteorOutboundRewriteevents.final classConditionthat always returnsfalse.classfinal classEvaluates all providedConditioninstances.final classEvaluates all providedConditioninstances.final classBuilder for fluently defining new compositeRuleinstances.final classConditionthat always returnstrue.Methods in org.ocpsoft.rewrite.config that return types with arguments of type ConditionModifier and TypeMethodDescriptionAnd.getConditions()CompositeCondition.getConditions()Returns allConditionobjects contained within thisCompositeCondition; otherwise, returns an emptyList.Not.getConditions()Or.getConditions()RuleBuilder.getConditions()Methods in org.ocpsoft.rewrite.config with parameters of type ConditionModifier and TypeMethodDescriptionstatic AndCreates a newAndcondition.static NotEvaluates all providedConditioninstances.static OrCreates a newOrcondition.Append a newConditionto this builder.Append a newConditionto this builder.voidstatic ConditionBuilderWrap a givenConditionas a newDefaultConditionBuilderthat evaluates the the originalConditionwhen#evaluate(Rewrite, EvaluationContext)is invoked.Method parameters in org.ocpsoft.rewrite.config with type arguments of type ConditionModifier and TypeMethodDescriptionvoidSubmit the supplied visitor and apply it to allConditioninstances in the treevoidThis method will call the supplied visitor for all conditions attached to the rule builder.Constructors in org.ocpsoft.rewrite.config with parameters of type ConditionModifierConstructorDescriptionConditionVisit(Condition root) Initialize class with the supplied rootCondition -
Uses of Condition in org.ocpsoft.rewrite.param
Subinterfaces of Condition in org.ocpsoft.rewrite.param -
Uses of Condition in org.ocpsoft.rewrite.spi
Methods in org.ocpsoft.rewrite.spi that return ConditionMethods in org.ocpsoft.rewrite.spi that return types with arguments of type ConditionMethods in org.ocpsoft.rewrite.spi with parameters of type ConditionMethod parameters in org.ocpsoft.rewrite.spi with type arguments of type Condition