org.alfresco.repo.imap
Class ImapService.EmailBodyFormat
java.lang.Object
java.lang.Enum
org.alfresco.repo.imap.ImapService.EmailBodyFormat
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
- Enclosing interface:
- ImapService
public static final class ImapService.EmailBodyFormat
- extends java.lang.Enum
Helper enumeration to handle email body format text/html and text/plain for Alfresco/Share webapp
- See Also:
- Serialized Form
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
ALFRESCO_TEXT_PLAIN
public static final ImapService.EmailBodyFormat ALFRESCO_TEXT_PLAIN
SHARE_TEXT_PLAIN
public static final ImapService.EmailBodyFormat SHARE_TEXT_PLAIN
ALFRESCO_TEXT_HTML
public static final ImapService.EmailBodyFormat ALFRESCO_TEXT_HTML
SHARE_TEXT_HTML
public static final ImapService.EmailBodyFormat SHARE_TEXT_HTML
values
public static ImapService.EmailBodyFormat[] values()
valueOf
public static ImapService.EmailBodyFormat valueOf(java.lang.String name)
getSubtype
public java.lang.String getSubtype()
getTypeSubtype
public java.lang.String getTypeSubtype()
getMimeType
public java.lang.String getMimeType()
getClasspathTemplatePath
public java.lang.String getClasspathTemplatePath()
getWebApp
public java.lang.String getWebApp()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.