com.liferay.faces.util.text.internal
Class RichTextBaseImpl

java.lang.Object
  extended by com.liferay.faces.util.text.internal.RichTextBaseImpl
All Implemented Interfaces:
RichText
Direct Known Subclasses:
RichTextBBCodeImpl, RichTextCreoleImpl, RichTextHTMLImpl

public abstract class RichTextBaseImpl
extends Object
implements RichText

Author:
Neil Griffin

Nested Class Summary
 
Nested classes/interfaces inherited from interface com.liferay.faces.util.text.RichText
RichText.Type
 
Constructor Summary
RichTextBaseImpl(String value)
           
 
Method Summary
 int getPlainTextLength()
           
 String getValue()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.faces.util.text.RichText
getType
 

Constructor Detail

RichTextBaseImpl

public RichTextBaseImpl(String value)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getPlainTextLength

public int getPlainTextLength()
Specified by:
getPlainTextLength in interface RichText

getValue

public String getValue()
Specified by:
getValue in interface RichText


Copyright © 2015 Liferay, Inc.. All rights reserved.