| java.lang.Object org.blojsom.plugin.emoticons.EnhancedEmoticonsPlugin
EnhancedEmoticonsPlugin | public class EnhancedEmoticonsPlugin implements Plugin(Code) | | Enhanced Emoticons Plugin. This is slightly modified version of the built-in
Emoticon Plugin. It just adds the ability to configure the available
emoticons and the patterns they correspond to via the emoticons properties
file.
author: David Czarnecki author: Jan Wessely version: $Id: EnhancedEmoticonsPlugin.java,v 1.6 2007/01/22 14:45:07 czarneckid Exp $ since: blojsom 3.0 |
EnhancedEmoticonsPlugin | public EnhancedEmoticonsPlugin()(Code) | | Default constructor
|
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 |
setEmoticons | public void setEmoticons(Map emoticons)(Code) | | Set the emoticons configuration data
Parameters: emoticons - Emoticons configuration data |
setParseComments | public void setParseComments(boolean parseComments)(Code) | | Set whether or not to parse comments for emoticons
Parameters: parseComments - Parse comments |
|
|