Package | Description |
---|---|
org.ocpsoft.rewrite.config | |
org.ocpsoft.rewrite.param | |
org.ocpsoft.rewrite.transposition |
Modifier and Type | Method and Description |
---|---|
ConfigurationRuleParameterMatches |
ConfigurationRuleParameterMatches.configuredBy(ParameterConfigurator configurator)
Add a
ParameterConfigurator with which this Parameter will be configured. |
ConfigurationRuleParameterBuilder |
ConfigurationRuleParameterBuilder.configuredBy(ParameterConfigurator configurator) |
Modifier and Type | Interface and Description |
---|---|
interface |
Constraint<T>
Used to verify or restrict values before they are converted via the
Converter API. |
interface |
Converter<T>
|
interface |
Transposition<S>
Used to modify
Parameter values after they have been verified by the Constraint API. |
interface |
Validator<T>
|
Modifier and Type | Class and Description |
---|---|
class |
RegexConstraint
Defines a
Constraint using a regular expression. |
Modifier and Type | Method and Description |
---|---|
IMPLTYPE |
ParameterConfiguration.configuredBy(ParameterConfigurator configurator)
Add a
ParameterConfigurator with which this ParameterConfiguration will be configured. |
IMPLTYPE |
ParameterBuilder.configuredBy(ParameterConfigurator configurator) |
Modifier and Type | Class and Description |
---|---|
class |
LocaleTransposition
A
Transposition and/or Constraint responsible for translating values from their matching translation
from a ResourceBundle . |
Copyright © 2014 OCPsoft. All Rights Reserved.