|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.shindig.expressions.OpensocialFunctions
public final class OpensocialFunctions
Default functions in the "os:" namespace prefix.
| Method Summary | |
|---|---|
static String |
decodeBase64(String text)
Decode a base-64 encoded string. |
static String |
formDecode(String text)
Form decode a string |
static String |
formEncode(String text)
Form encode a string |
static Object |
parseJson(String text)
Convert a string to a JSON Object or JSON Array. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Object parseJson(String text)
public static String decodeBase64(String text)
public static String formEncode(String text)
public static String formDecode(String text)
text -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||