Package | Description |
---|---|
org.ocpsoft.rewrite.config | |
org.ocpsoft.rewrite.param | |
org.ocpsoft.rewrite.spi |
Modifier and Type | Interface and Description |
---|---|
interface |
RelocatableRule
Defines a
Relocatable Rule , which can be moved to a priority position in the compiled rule set that
differs from the ConfigurationProvider in which it was created. |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationRuleBuilder
An intermediate stage
Rule configuration. |
class |
RuleBuilder
Builder for fluently defining new composite
Rule instances. |
Modifier and Type | Method and Description |
---|---|
List<Rule> |
ConfigurationRuleParameterBuilder.getRules() |
List<Rule> |
ConfigurationRuleBuilder.getRules() |
List<Rule> |
ConfigurationBuilder.getRules() |
List<Rule> |
Configuration.getRules()
Get the list of
Rule instances defined by this Configuration |
Modifier and Type | Method and Description |
---|---|
ConfigurationRuleBuilder |
ConfigurationRuleParameterBuilder.addRule(Rule rule) |
ConfigurationRuleBuilder |
ConfigurationRuleBuilder.addRule(Rule rule) |
ConfigurationRuleBuilder |
ConfigurationBuilderRoot.addRule(Rule rule)
Add a pre-defined
Rule . |
ConfigurationRuleBuilder |
ConfigurationBuilder.addRule(Rule rule)
Add a
Rule . |
static RuleBuilder |
RuleBuilder.wrap(Rule rule)
Returns a new
RuleBuilder instance wrapping the given Rule . |
Modifier and Type | Interface and Description |
---|---|
interface |
ParameterizedRule
Represents a
Rule that has a ParameterStore . |
Modifier and Type | Method and Description |
---|---|
List<Rule> |
RuleCacheProvider.get(Object key)
Get
Rule instances matching the given cache key. |
Modifier and Type | Method and Description |
---|---|
void |
RuleCacheProvider.put(Object key,
List<Rule> rules)
Store a list of
Rule instances matching the given cache key. |
Copyright © 2014 OCPsoft. All Rights Reserved.