com.liferay.faces.util.text
Class RichTextFactory

java.lang.Object
  extended by com.liferay.faces.util.text.RichTextFactory
All Implemented Interfaces:
javax.faces.FacesWrapper<RichTextFactory>
Direct Known Subclasses:
RichTextFactoryImpl

public abstract class RichTextFactory
extends Object
implements javax.faces.FacesWrapper<RichTextFactory>

Author:
Neil Griffin

Constructor Summary
RichTextFactory()
           
 
Method Summary
abstract  RichText getRichText(RichText.Type type, String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.faces.FacesWrapper
getWrapped
 

Constructor Detail

RichTextFactory

public RichTextFactory()
Method Detail

getRichText

public abstract RichText getRichText(RichText.Type type,
                                     String value)


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