Class ReservedStringExpression
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
org.apache.synapse.commons.templates.uri.parser.ReservedStringExpression
- Direct Known Subclasses:
FragmentExpression
-
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 StringencodeValue(String value) protected booleanisReserved(char ch) protected booleansetVariables(String expressionValue, Map<String, String> variables) Methods inherited from class org.apache.synapse.commons.templates.uri.parser.SimpleStringExpression
getSeparatorMethods inherited from class org.apache.synapse.commons.templates.uri.parser.Expression
decodeValueMethods inherited from class org.apache.synapse.commons.templates.uri.parser.Node
expandAll, hasQueryTemplate, matchAll, setNext
-
Constructor Details
-
ReservedStringExpression
- Throws:
URITemplateException
-
-
Method Details
-
isReserved
protected boolean isReserved(char ch) - Overrides:
isReservedin classSimpleStringExpression
-
encodeValue
- Overrides:
encodeValuein classExpression
-
setVariables
- Overrides:
setVariablesin classSimpleStringExpression
-