Package | Description |
---|---|
org.ocpsoft.rewrite.bind | |
org.ocpsoft.rewrite.config | |
org.ocpsoft.rewrite.param | |
org.ocpsoft.rewrite.spi | |
org.ocpsoft.rewrite.util |
Modifier and Type | Method and Description |
---|---|
Object |
Evaluation.retrieveConverted(Rewrite inbound,
EvaluationContext context,
Parameter<?> parameter) |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationRuleParameterBuilder
|
Modifier and Type | Interface and Description |
---|---|
interface |
Parameter<IMPLTYPE extends Parameter<IMPLTYPE>>
Provides metadata for handling parameter behavior in
Parameterized Condition , Operation , and
Rule instances. |
Modifier and Type | Interface and Description |
---|---|
interface |
ConfigurableParameter<IMPLTYPE extends ConfigurableParameter<IMPLTYPE>>
Provides mutable metadata for handling parameter behavior in
Parameterized Condition ,
Operation , and Rule instances. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultParameter
A default implementation of
Parameter . |
class |
ImmutableParameter
A an immutable implementation of
Parameter . |
class |
ParameterBuilder<IMPLTYPE extends ParameterBuilder<IMPLTYPE>>
An base implementation of
Parameter |
Modifier and Type | Method and Description |
---|---|
Parameter<?> |
ParameterStore.get(String name)
Get the
Parameter with the given name. |
Parameter<?> |
DefaultParameterStore.get(String name) |
Parameter<?> |
ParameterStore.get(String name,
Parameter<?> deflt)
Retrieve the
Parameter with the given name, otherwise use the default, if supplied. |
Parameter<?> |
DefaultParameterStore.get(String name,
Parameter<?> deflt) |
Parameter<?> |
DefaultParameterStore.store(Parameter<?> value) |
Modifier and Type | Method and Description |
---|---|
Iterator<Map.Entry<Parameter<?>,String>> |
DefaultParameterValueStore.iterator() |
Iterator<Map.Entry<String,Parameter<?>>> |
DefaultParameterStore.iterator() |
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.
|
Map<Parameter<?>,String> |
RegexParameterizedPatternParser.parse(String value) |
Map<Parameter<?>,String> |
ParameterizedPatternParser.parse(String value)
Parses the given string if it matches this expression.
|
Modifier and Type | Method and Description |
---|---|
String |
DefaultParameterValueStore.get(Parameter<?> parameter) |
Parameter<?> |
ParameterStore.get(String name,
Parameter<?> deflt)
Retrieve the
Parameter with the given name, otherwise use the default, if supplied. |
Parameter<?> |
DefaultParameterStore.get(String name,
Parameter<?> deflt) |
String |
ParameterValueStore.retrieve(Parameter<?> parameter)
Retrieve the value for the given
Parameter |
String |
DefaultParameterValueStore.retrieve(Parameter<?> parameter) |
Parameter<?> |
DefaultParameterStore.store(Parameter<?> value) |
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) |
Constructor and Description |
---|
ImmutableParameter(Parameter<?> wrapped) |
Modifier and Type | Method and Description |
---|---|
Set<Parameter<?>> |
GlobalParameterProvider.getParameters()
|
Modifier and Type | Method and Description |
---|---|
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. |
Copyright © 2014 OCPsoft. All Rights Reserved.