org.modeshape.web.jcr.rest.client.json
Class JsonUtils
java.lang.Object
org.modeshape.web.jcr.rest.client.json.JsonUtils
public final class JsonUtils
- extends Object
The JsonUtils
class provides utilities needed to work with the ModeShape REST server JSON API.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
decode
public static String decode(String text)
throws UnsupportedEncodingException
- Parameters:
text
- the text being URL decoded (never null
)
- Returns:
- the decoded text
- Throws:
UnsupportedEncodingException
- if the charset is not supported
encode
public static String encode(String text)
throws UnsupportedEncodingException
- Forward slashes ('/') are not encoded.
- Parameters:
text
- the text being URL encoded (never null
)
- Returns:
- the decoded text
- Throws:
UnsupportedEncodingException
- if the charset is not supported
Copyright © 2008-2012 JBoss, a division of Red Hat. All Rights Reserved.