Package de.xima.fc.gui.functions
Class FacesFunctions
- java.lang.Object
-
- de.xima.fc.gui.functions.FacesFunctions
-
public class FacesFunctions extends Object
Static methods that can be used within XHTML pages, e.g.xi:escapeHTML('<strong>')
.- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description FacesFunctions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
escapeHTML(String value)
static String
toJsonString(Object value)
-