Package | Description |
---|---|
org.ocpsoft.rewrite.config |
Modifier and Type | Class and Description |
---|---|
class |
InboundOperation
|
class |
Invoke
|
class |
Log
An
Operation responsible for logging a message. |
static class |
Operations.NoOp |
class |
OutboundOperation
An operation that is only performed if the current
Rewrite event is an OutboundRewrite event. |
class |
Subset
|
Modifier and Type | Method and Description |
---|---|
static DefaultOperationBuilder |
Invoke.binding(Retrieval retrieval)
Invoke the given
Retrieval and process InvocationResultHandler instances on the result value (if
any.) |
static DefaultOperationBuilder |
Invoke.binding(Submission to,
Retrieval from)
Invoke
Submission.submit(Rewrite, EvaluationContext, Object) , use the result of the given
Retrieval.retrieve(Rewrite, EvaluationContext) as the value for this submission. |
DefaultOperationBuilder |
RuleBuilder.getOperationBuilder()
Return the underlying
OperationBuilder |
Copyright © 2014 OCPsoft. All Rights Reserved.