org.apache.myfaces.trinidadinternal.ui.io
Class EscapedText

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.ui.io.EscapedText

public final class EscapedText
extends java.lang.Object

Text that is pre-escaped for output in the specified MimeType.

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/ui/io/EscapedText.java#0 $) $Date: 10-nov-2005.18:56:22 $
Author:
The Oracle ADF Faces Team

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

getMimeType

public java.lang.String getMimeType()

getContentText

public java.lang.String getContentText()
Returns the escaped form of the text for use as element content


getAttributeText

public java.lang.String getAttributeText()
Returns the escaped form of the text for use as an element attribute


toString

public java.lang.String toString()
Returns the unescaped form of the String

Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.