Uses of Interface
org.ocpsoft.rewrite.config.Operation
Packages that use Operation
Package
Description
-
Uses of Operation in org.ocpsoft.rewrite.config
Subinterfaces of Operation in org.ocpsoft.rewrite.configModifier and TypeInterfaceDescriptioninterfaceAnOperationthat aggregates one or more operations.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 OperationModifier and TypeClassDescriptionclassAn intermediate stageRuleconfiguration.classUsed as a base class to create fluent relationships betweenOperationobjects; this class adds logical operators to any class extending it.classclassAnOperationresponsible for logging a message.final classAnOperationBuilderthat does nothing.final classEvaluates all providedOperationinstances.final classBuilder for fluently defining new compositeRuleinstances.classMethods in org.ocpsoft.rewrite.config that return OperationModifier and TypeMethodDescriptionstatic OperationWrap the givenOperationin a newInboundOperationwhich will invoke the wrapped operation only for inbound rewrites.static OperationOperations.onOutbound(Operation operation) Methods in org.ocpsoft.rewrite.config that return types with arguments of type OperationModifier and TypeMethodDescriptionCompositeOperation.getOperations()Returns allOperationobjects contained within thisCompositeOperation; otherwise, returns an emptyList.Perform.getOperations()RuleBuilder.getOperations()Subset.getOperations()Methods in org.ocpsoft.rewrite.config with parameters of type OperationModifier and TypeMethodDescriptionstatic PerformCreates a newPerformoperation.Join this instance with anotherOperation.static OperationWrap the givenOperationin a newInboundOperationwhich will invoke the wrapped operation only for inbound rewrites.static OperationOperations.onOutbound(Operation operation) voidstatic OperationBuilderWrap a givenOperationas a newDefaultOperationBuilderthat performs the action of the originalOperationwhen#perform(Rewrite, EvaluationContext)is invoked.Method parameters in org.ocpsoft.rewrite.config with type arguments of type OperationModifier and TypeMethodDescriptionvoidSubmit the supplied visitor and apply it to allOperationinstances in the treeConstructors in org.ocpsoft.rewrite.config with parameters of type OperationModifierConstructorDescriptionOperationVisit(Operation root) Initialize class with the supplied rootOperation -
Uses of Operation in org.ocpsoft.rewrite.context
Methods in org.ocpsoft.rewrite.context with parameters of type OperationModifier and TypeMethodDescriptionvoidEvaluationContext.addPostOperation(Operation operation) Add a newOperationto be performed if all conditions of this rule are met.voidEvaluationContext.addPreOperation(Operation operation) Add a newOperationto be performed if all conditions of this rule are met. -
Uses of Operation in org.ocpsoft.rewrite.param
Subinterfaces of Operation in org.ocpsoft.rewrite.param -
Uses of Operation in org.ocpsoft.rewrite.spi
Methods in org.ocpsoft.rewrite.spi that return OperationModifier and TypeMethodDescriptionIntercept, modify, or replace the givenOperationIntercept, modify, or replace the givenOperationMethods in org.ocpsoft.rewrite.spi that return types with arguments of type OperationModifier and TypeMethodDescriptionIntercept, modify, or replace the givenOperationinstancesIntercept, modify, or replace the givenOperationinstancesMethods in org.ocpsoft.rewrite.spi with parameters of type OperationModifier and TypeMethodDescriptionIntercept, modify, or replace the givenOperationIntercept, modify, or replace the givenOperationMethod parameters in org.ocpsoft.rewrite.spi with type arguments of type Operation -
Uses of Operation in org.ocpsoft.rewrite.transposition
Methods in org.ocpsoft.rewrite.transposition with parameters of type OperationModifier and TypeMethodDescriptionLocaleTransposition.onTranspositionFailed(Operation onFailureOperation) Specify anOperationto be added as a preOperation in case theTranspositionfailed.