Class SimpleStringExpression
java.lang.Object
org.apache.synapse.commons.templates.uri.parser.Node
org.apache.synapse.commons.templates.uri.parser.Expression
org.apache.synapse.commons.templates.uri.parser.SimpleStringExpression
- Direct Known Subclasses:
LabelExpression,ReservedStringExpression
-
Field Summary
Fields inherited from class org.apache.synapse.commons.templates.uri.parser.Expression
variableListFields inherited from class org.apache.synapse.commons.templates.uri.parser.Node
hasQueryTemplate, next, token -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected charprotected booleanisReserved(char ch) protected booleansetVariables(String expressionValue, Map<String, String> variables) Methods inherited from class org.apache.synapse.commons.templates.uri.parser.Expression
decodeValue, encodeValueMethods inherited from class org.apache.synapse.commons.templates.uri.parser.Node
expandAll, hasQueryTemplate, matchAll, setNext
-
Constructor Details
-
SimpleStringExpression
- Throws:
URITemplateException
-
-
Method Details
-
getSeparator
protected char getSeparator() -
setVariables
-
isReserved
protected boolean isReserved(char ch)
-