|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.trinidadinternal.io.HTMLEscapes
public class HTMLEscapes
Utility class for escaping HTML text.
| Method Summary | |
|---|---|
static void |
writeAttribute(java.io.Writer out,
char[] buff,
java.lang.String attributeValue)
Write a string attribute |
static void |
writeText(java.io.Writer out,
char[] buff,
char[] text,
int start,
int length)
Write char array text. |
static void |
writeText(java.io.Writer out,
char[] buff,
java.lang.String text)
Write String text. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void writeText(java.io.Writer out,
char[] buff,
char[] text,
int start,
int length)
throws java.io.IOException
java.io.IOException
public static void writeText(java.io.Writer out,
char[] buff,
java.lang.String text)
throws java.io.IOException
java.io.IOException
public static void writeAttribute(java.io.Writer out,
char[] buff,
java.lang.String attributeValue)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||