Class PercentEncoding
java.lang.Object
org.exoplatform.web.controller.router.PercentEncoding
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PercentEncodingPath segment.static final PercentEncodingQuery params name or value. -
Method Summary
Modifier and TypeMethodDescriptionvoidencode(char c, Appendable appendable) voidencode(CharSequence s, Appendable appendable)
-
Field Details
-
PATH_SEGMENT
Path segment. -
QUERY_PARAM
Query params name or value.
-
-
Method Details
-
encode
- Throws:
IOException
-
encode
-
encode
- Throws:
IOException
-