com.bea.apps.groupspace.richtext
Class RichText

java.lang.Object
  extended by com.bea.apps.groupspace.content.ContentBaseImpl
      extended by com.bea.apps.groupspace.content.CommunityContent
          extended by com.bea.apps.groupspace.richtext.RichText
All Implemented Interfaces
ContentBase, Serializable

public class RichText
extends CommunityContent

See Also
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.bea.apps.groupspace.content.CommunityContent
CommunityContent.NodeType, CommunityContent.Visibility
 
Field Summary
static String ENCODING
           
static String HTML_BODY
           
static String TYPE_NAME
           
 
Fields inherited from class com.bea.apps.groupspace.content.CommunityContent
CC_DESCRIPTION, CC_OWNER, CC_RELATED_NODES, CC_TITLE, CC_VISIBILITY, hiddenRelatedContent, hiddenRelatedContentIsSet, relatedContent, relatedContentIsSet, visibility
 
Fields inherited from class com.bea.apps.groupspace.content.ContentBaseImpl
node, typeName
 
Constructor Summary
RichText()
          Need this
RichText(Node node)
          Create a RichTextDoc from a Node
 
Method Summary
 String getEncoding()
           
 String getHtmlBody()
           
 void setEncoding(String encoding)
           
 void setHtmlBody(String htmlBody, String encoding)
           
 
Methods inherited from class com.bea.apps.groupspace.content.CommunityContent
convertVisibilityString, getDescription, getDisplayName, getIcon, getIcon, getOwner, getTitle, getVisibility, getVisibilityString, isPrivate, setDescription, setOwner, setRelatedContent, setTitle, setVisibility
 
Methods inherited from class com.bea.apps.groupspace.content.ContentBaseImpl
arrayAsValueArray, equals, getContentType, getCreatedBy, getCreatedDate, getCurrentParentFolderId, getDestinationFolderId, getId, getModifiedBy, getModifiedDate, getName, getNode, getNodePath, getNodeProperties, getNodeProperty, getNodeType, getParentId, getStringValues, getValue, hashCode, isContentNode, isHierarchyNode, setCurrentParentFolderId, setDestinationFolderId, setNode, setProperty, setProperty, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE_NAME

public static final String TYPE_NAME
See Also
Constants Summary

HTML_BODY

public static final String HTML_BODY
See Also
Constants Summary

ENCODING

public static final String ENCODING
See Also
Constants Summary
Constructor Detail

RichText

public RichText()
Need this


RichText

public RichText(Node node)
Create a RichTextDoc from a Node

Method Detail

getEncoding

public String getEncoding()

setEncoding

public void setEncoding(String encoding)

getHtmlBody

public String getHtmlBody()
                   throws AuthorizationException,
                          NoSuchPropertyException,
                          IOException
Throws
AuthorizationException
NoSuchPropertyException
IOException

setHtmlBody

public void setHtmlBody(String htmlBody,
                        String encoding)
                 throws CharacterCodingException
Throws
CharacterCodingException


Copyright © 2006 BEA Systems, Inc. All Rights Reserved