com.liferay.faces.util.text
Class RichTextWrapper

java.lang.Object
  extended by com.liferay.faces.util.text.RichTextWrapper
All Implemented Interfaces:
RichText, javax.faces.FacesWrapper<RichText>

public abstract class RichTextWrapper
extends Object
implements RichText, javax.faces.FacesWrapper<RichText>

Author:
Neil Griffin

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

Constructor Detail

RichTextWrapper

public RichTextWrapper()
Method Detail

getPlainTextLength

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

getWrapped

public abstract RichText getWrapped()
Specified by:
getWrapped in interface javax.faces.FacesWrapper<RichText>


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