Package com.servingxml.expr.substitution

Provides a variety of general purpose classes for resolving values and names.

See:
          Description

Interface Summary
EscapeSubstitutionVariables  
ValueExpression  
 

Class Summary
DoEscapeSubstitutionVariables  
EscapedSubstitutionExpression The SubstitutionExpr implements a class that does parameter substitution in strings.
EscapeSubstitutionVariables.DoNotEscapeSubstitutionVariables  
FieldSubstitutor The SubstitutionExpr implements a class that does parameter substitution in strings.
FieldValueExpression The FieldValueExpression implements a class that does parameter substitution in strings.
IndexedSubstitutionExpression The SubstitutionExpr implements a class that does parameter substitution in strings.
IndexedValueExpression The IndexedValueExpression implements a ValueExpression.
IntegerSubstitutionExpr  
LiteralSubstitutionExpr The LiteralSubstitutionExpr implements a class that evaluates to a literal value.
MultiPartSubstitutionExpr The MultiPartSubstitutionExpr implements a class that when evaluated concatenates the valueResolvers of its parts.
ParameterSubstitutor The ParameterSubstitutor implements a class that does parameter substitution in strings.
ParameterValueExpression The ParameterValueExpression implements a class that does parameter substitution in strings.
SubstitutionExpr  
SubstitutionExprParser The SubstitutionExpr implements a class that does parameter substitution in strings.
SubstitutionParser The SubstitutionParser implements a class that does parameter substitution in strings.
ValueExpressionParser The ValueExpressionParser implements a class that does parameter substitution in strings.
 

Package com.servingxml.expr.substitution Description

Provides a variety of general purpose classes for resolving values and names.