| |
|
| java.lang.Object org.blojsom.plugin.velocity.StandaloneVelocityPlugin org.blojsom.plugin.moblog.MoblogPlugin
MoblogPlugin | public class MoblogPlugin extends StandaloneVelocityPlugin (Code) | | Moblog Plugin
author: David Czarnecki author: Mark Lussier version: $Id: MoblogPlugin.java,v 1.6 2007/01/17 02:35:11 czarneckid Exp $ since: blojsom 3.0 |
DEFAULT_IMAGE_MIME_TYPES | final public static String DEFAULT_IMAGE_MIME_TYPES(Code) | | Default mime-types for images
|
DEFAULT_MOBLOG_AUTHORIZATION_FILE | final public static String DEFAULT_MOBLOG_AUTHORIZATION_FILE(Code) | | Default moblog authorization properties file which lists valid e-mail addresses who can moblog entries
|
DEFAULT_TEXT_MIME_TYPES | final public static String DEFAULT_TEXT_MIME_TYPES(Code) | | Default mime-types for text
|
PLUGIN_MOBLOG_ATTACHMENT_MIME_TYPES | final public static String PLUGIN_MOBLOG_ATTACHMENT_MIME_TYPES(Code) | | Configuration property for attachment mime-types
|
PLUGIN_MOBLOG_AUTHORIZED_ADDRESSES | final public static String PLUGIN_MOBLOG_AUTHORIZED_ADDRESSES(Code) | | |
PLUGIN_MOBLOG_CONFIGURATION_IP | final public static String PLUGIN_MOBLOG_CONFIGURATION_IP(Code) | | Moblog confifguration parameter for web.xml
|
PLUGIN_MOBLOG_IGNORE_EXPRESSION | final public static String PLUGIN_MOBLOG_IGNORE_EXPRESSION(Code) | | Configuration property for regular expression to ignore a certain portion of text
|
PLUGIN_MOBLOG_IMAGE_MIME_TYPES | final public static String PLUGIN_MOBLOG_IMAGE_MIME_TYPES(Code) | | Configuration property for image mime-types
|
PLUGIN_MOBLOG_POLL_TIME | final public static String PLUGIN_MOBLOG_POLL_TIME(Code) | | Moblog configuration parameter for mailbox polling time (5 minutes)
|
PLUGIN_MOBLOG_SECRET_WORD | final public static String PLUGIN_MOBLOG_SECRET_WORD(Code) | | Configuration property for the secret word that must be present at the beginning of the subject
|
PLUGIN_MOBLOG_STORE_PROVIDER | final public static String PLUGIN_MOBLOG_STORE_PROVIDER(Code) | | Moblog configuration parameter for message store provider
|
PLUGIN_MOBLOG_TEXT_MIME_TYPES | final public static String PLUGIN_MOBLOG_TEXT_MIME_TYPES(Code) | | Configuration property for text mime-types
|
PROPERTY_AUTHORIZATION | final public static String PROPERTY_AUTHORIZATION(Code) | | Configuration property for moblog authorization properties file to use
|
PROPERTY_CATEGORY | final public static String PROPERTY_CATEGORY(Code) | | Configuration property for moblog category
|
PROPERTY_ENABLED | final public static String PROPERTY_ENABLED(Code) | | Configuration property for whether or not moblog is enabled for this blog
|
PROPERTY_HOSTNAME | final public static String PROPERTY_HOSTNAME(Code) | | Configuration property for mailhost
|
PROPERTY_PASSWORD | final public static String PROPERTY_PASSWORD(Code) | | Configuration property for mailbox user password
|
PROPERTY_USERID | final public static String PROPERTY_USERID(Code) | | Configuration property for mailbox user ID
|
destroy | public void destroy() throws PluginException(Code) | | Called when BlojsomServlet is taken out of service
throws: PluginException - If there is an error in finalizing this plugin |
init | public void init() throws PluginException(Code) | | Initialize this plugin. This method only called when the plugin is
instantiated.
throws: PluginException - If there is an error initializing the plugin |
sanitizeContentType | protected String sanitizeContentType(String contentType)(Code) | | Return a content type up to the first ; character
Parameters: contentType - Content type Content type without any trailing information after a ; |
|
|
|