com.bea.netuix.application.communities.invitations.email.formatting
Class EmailContent

java.lang.Object
  extended by com.bea.netuix.application.communities.invitations.email.formatting.EmailContent

public class EmailContent
extends Object

Represents a content portion of an email, including the content type, the encoding and content

The overview of community functionality contains a description of the community framework.


Field Summary
static String DEFAULT_CHARSET
           
static String DEFAULT_CONTENT_TYPE
           
 
Constructor Summary
EmailContent(String content)
           
EmailContent(String content, String contentType, String charset)
           
 
Method Summary
 String getCharset()
           
 String getContent()
           
 String getContentType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_CONTENT_TYPE

public static String DEFAULT_CONTENT_TYPE

DEFAULT_CHARSET

public static String DEFAULT_CHARSET
Constructor Detail

EmailContent

public EmailContent(String content,
                    String contentType,
                    String charset)

EmailContent

public EmailContent(String content)
Method Detail

getContent

public String getContent()

getContentType

public String getContentType()

getCharset

public String getCharset()


Copyright © 2011, Oracle. All rights reserved.