java.lang.Object
com.semanticcms.core.servlet.PageContextEncoder
Convenience access to encoding to current PageContext through static import.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidencodeTextInXhtml(char ch) static voidencodeTextInXhtml(char[] cbuf) static voidencodeTextInXhtml(char[] cbuf, int start, int len) static voidstatic voidencodeTextInXhtml(CharSequence cs, int start, int end) static voidencodeTextInXhtmlAttribute(char ch) static voidencodeTextInXhtmlAttribute(char[] cbuf) static voidencodeTextInXhtmlAttribute(char[] cbuf, int start, int len) static voidstatic voidencodeTextInXhtmlAttribute(CharSequence cs, int start, int end)
-
Method Details
-
encodeTextInXhtmlAttribute
- Throws:
IOException
-
encodeTextInXhtmlAttribute
- Throws:
IOException
-
encodeTextInXhtmlAttribute
- Throws:
IOException
-
encodeTextInXhtmlAttribute
- Throws:
IOException
-
encodeTextInXhtmlAttribute
public static void encodeTextInXhtmlAttribute(CharSequence cs, int start, int end) throws IOException - Throws:
IOException
-
encodeTextInXhtml
- Throws:
IOException
-
encodeTextInXhtml
- Throws:
IOException
-
encodeTextInXhtml
- Throws:
IOException
-
encodeTextInXhtml
- Throws:
IOException
-
encodeTextInXhtml
- Throws:
IOException
-
