Package org.ocpsoft.rewrite.config
Class Invoke
java.lang.Object
org.ocpsoft.rewrite.config.DefaultOperationBuilder
org.ocpsoft.rewrite.config.Invoke
- All Implemented Interfaces:
Operation,OperationBuilder
Builds
Operation instances used to directly invoke Binding submission or retrieval on Rewrite
events.- Author:
- Lincoln Baxter, III
-
Method Summary
Modifier and TypeMethodDescriptionstatic DefaultOperationBuilderInvoke the givenRetrievaland processInvocationResultHandlerinstances on the result value (if any.)static DefaultOperationBuilderbinding(Submission to, Retrieval from) InvokeSubmission.submit(Rewrite, EvaluationContext, Object), use the result of the givenRetrieval.retrieve(Rewrite, EvaluationContext)as the value for this submission.voidperform(Rewrite event, EvaluationContext context) Perform theOperation.abstract StringtoString()Methods inherited from class org.ocpsoft.rewrite.config.DefaultOperationBuilder
and
-
Method Details
-
perform
Description copied from interface:OperationPerform theOperation. -
binding
Invoke the givenRetrievaland processInvocationResultHandlerinstances on the result value (if any.) -
binding
InvokeSubmission.submit(Rewrite, EvaluationContext, Object), use the result of the givenRetrieval.retrieve(Rewrite, EvaluationContext)as the value for this submission. ProcessInvocationResultHandlerinstances on the result value (if any.) -
toString
-