|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.trinidadinternal.ui.io.EscapedText
public final class EscapedText
Text that is pre-escaped for output in the specified MimeType.
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
|
java.lang.String |
getAttributeText()
Returns the escaped form of the text for use as an element attribute |
java.lang.String |
getContentText()
Returns the escaped form of the text for use as element content |
java.lang.String |
getMimeType()
|
int |
hashCode()
|
java.lang.String |
toString()
Returns the unescaped form of the String |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String getMimeType()
public java.lang.String getContentText()
public java.lang.String getAttributeText()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |