Package | Description |
---|---|
org.ocpsoft.rewrite.bind | |
org.ocpsoft.rewrite.config | |
org.ocpsoft.rewrite.param | |
org.ocpsoft.rewrite.spi | |
org.ocpsoft.rewrite.transposition | |
org.ocpsoft.rewrite.util |
Modifier and Type | Method and Description |
---|---|
boolean |
Evaluation.hasValue(Rewrite event,
EvaluationContext context) |
Object |
Retrieval.retrieve(Rewrite event,
EvaluationContext context)
Retrieve the value from its storage location.
|
Object |
Evaluation.retrieve(Rewrite event,
EvaluationContext context) |
Object |
Evaluation.retrieveConverted(Rewrite inbound,
EvaluationContext context,
Parameter<?> parameter) |
Object |
Submission.submit(Rewrite event,
EvaluationContext context,
Object value)
Store a value into the designated storage location.
|
Object |
Evaluation.submit(Rewrite event,
EvaluationContext context,
Object value) |
Object |
Evaluation.submitConverted(Rewrite event,
EvaluationContext context,
Object value) |
Modifier and Type | Method and Description |
---|---|
boolean |
True.evaluate(Rewrite event,
EvaluationContext context) |
boolean |
RuleBuilder.evaluate(Rewrite event,
EvaluationContext context) |
boolean |
Or.evaluate(Rewrite event,
EvaluationContext context) |
boolean |
Not.evaluate(Rewrite event,
EvaluationContext context) |
boolean |
Filesystem.evaluate(Rewrite event,
EvaluationContext context) |
boolean |
False.evaluate(Rewrite event,
EvaluationContext context) |
boolean |
ConfigurationRuleBuilder.evaluate(Rewrite event,
EvaluationContext context) |
boolean |
Condition.evaluate(Rewrite event,
EvaluationContext context)
Evaluate this condition against the given
Rewrite event. |
boolean |
And.evaluate(Rewrite event,
EvaluationContext context) |
void |
Subset.perform(Rewrite rewrite,
EvaluationContext context) |
void |
RuleBuilder.perform(Rewrite event,
EvaluationContext context) |
void |
OutboundOperation.perform(Rewrite event,
EvaluationContext context) |
void |
Operations.NoOp.perform(Rewrite event,
EvaluationContext context) |
void |
Operation.perform(Rewrite event,
EvaluationContext context)
Perform the
Operation . |
void |
Log.perform(Rewrite event,
EvaluationContext context) |
void |
Invoke.perform(Rewrite event,
EvaluationContext context) |
void |
InboundOperation.perform(Rewrite event,
EvaluationContext context) |
void |
ConfigurationRuleBuilder.perform(Rewrite event,
EvaluationContext context) |
abstract void |
InboundOperation.performInbound(InboundRewrite event,
EvaluationContext context)
Perform the
Operation . |
abstract void |
OutboundOperation.performOutbound(OutboundRewrite event,
EvaluationContext context)
Perform the operation.
|
Modifier and Type | Method and Description |
---|---|
String |
RegexParameterizedPatternBuilder.build(Rewrite event,
EvaluationContext context) |
String |
ParameterizedPatternBuilder.build(Rewrite event,
EvaluationContext context)
Use this expression to build a
String from this expression's pattern. |
String |
RegexParameterizedPatternBuilder.build(Rewrite event,
EvaluationContext context,
Transposition<String> transposition) |
String |
ParameterizedPatternBuilder.build(Rewrite event,
EvaluationContext context,
Transposition<String> transposition)
Use this expression to build a
String from this expression's pattern. |
T |
Converter.convert(Rewrite event,
EvaluationContext context,
Object value)
Convert the given
Object into the expected type. |
boolean |
RegexParameterizedPatternBuilder.isParameterComplete(Rewrite event,
EvaluationContext context) |
boolean |
ParameterizedPatternBuilder.isParameterComplete(Rewrite event,
EvaluationContext context)
Returns
true if all parameters required by this builder are available; otherwise, returns
false . |
boolean |
RegexConstraint.isSatisfiedBy(Rewrite event,
EvaluationContext context,
String value) |
boolean |
Constraint.isSatisfiedBy(Rewrite event,
EvaluationContext context,
T value)
|
boolean |
Validator.isValid(Rewrite event,
EvaluationContext context,
T value)
Return
true if the given value is valid; otherwise return false . |
boolean |
RegexParameterizedPatternParser.matches(Rewrite event,
EvaluationContext context,
String value) |
boolean |
ParameterizedPatternParser.matches(Rewrite rewrite,
EvaluationContext context,
String value)
Return true if this expression matches the given
String . |
Map<Parameter<?>,String> |
RegexParameterizedPatternParser.parse(Rewrite event,
EvaluationContext context,
String value) |
Map<Parameter<?>,String> |
ParameterizedPatternParser.parse(Rewrite rewrite,
EvaluationContext context,
String value)
Parses the given string if it matches this expression.
|
static String |
Parameters.retrieve(EvaluationContext context,
String string)
Retrieve a single parameter value from the
ParameterValueStore . |
boolean |
ParameterValueStore.submit(Rewrite event,
EvaluationContext context,
Parameter<?> param,
String value)
Submit the given
Parameter and value. |
boolean |
DefaultParameterValueStore.submit(Rewrite event,
EvaluationContext context,
Parameter<?> param,
String value) |
S |
Transposition.transpose(Rewrite event,
EvaluationContext context,
S value)
Perform an operation on the given value.
|
Modifier and Type | Method and Description |
---|---|
Object |
RuleCacheProvider.createKey(Rewrite event,
EvaluationContext context)
Create a unique key for the given
Rewrite event and EvaluationContext states. |
void |
InvocationResultHandler.handle(Rewrite event,
EvaluationContext context,
Object result)
|
Modifier and Type | Method and Description |
---|---|
boolean |
LocaleTransposition.isSatisfiedBy(Rewrite event,
EvaluationContext context,
String value) |
String |
LocaleTransposition.transpose(Rewrite event,
EvaluationContext context,
String value) |
Modifier and Type | Method and Description |
---|---|
static Object |
ValueHolderUtil.convert(Rewrite event,
EvaluationContext context,
Converter<?> converter,
Object value) |
static boolean |
ParameterUtils.enqueueSubmission(Rewrite event,
EvaluationContext context,
Parameter<?> parameter,
Object value)
|
static Object |
ParameterUtils.performRetrieval(Rewrite event,
EvaluationContext context,
Parameter<?> parameter)
Extract bound values from configured
Parameter instances. |
static boolean |
ValueHolderUtil.validates(Rewrite event,
EvaluationContext context,
Validator<?> validator,
Object value) |
Copyright © 2014 OCPsoft. All Rights Reserved.