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 void
encodeTextInXhtml
(char ch) static void
encodeTextInXhtml
(char[] cbuf) static void
encodeTextInXhtml
(char[] cbuf, int start, int len) static void
static void
encodeTextInXhtml
(CharSequence cs, int start, int end) static void
encodeTextInXhtmlAttribute
(char ch) static void
encodeTextInXhtmlAttribute
(char[] cbuf) static void
encodeTextInXhtmlAttribute
(char[] cbuf, int start, int len) static void
static void
encodeTextInXhtmlAttribute
(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
-