| java.lang.Object org.blojsom.plugin.textile.TextilePlugin
TextilePlugin | public class TextilePlugin implements Plugin(Code) | | Textile Plugin
An implementation of the Textism's Textile. See http://www.textism.com/tools/textile
author: David Czarnecki author: Mark Lussier since: blojsom 3.0 version: $Id: TextilePlugin.java,v 1.3 2007/01/17 02:35:14 czarneckid Exp $ |
METADATA_RUN_TEXTILE | final public static String METADATA_RUN_TEXTILE(Code) | | MetaData Key to identify a Textile post
|
TEXTILE_EXTENSION | final public static String TEXTILE_EXTENSION(Code) | | Extension of Textile Post
|
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 |
process | public Entry[] process(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse, Blog blog, Map context, Entry[] entries) throws PluginException(Code) | | Process the blog entries
Parameters: httpServletRequest - Request Parameters: httpServletResponse - Response Parameters: blog - Blog instance Parameters: context - Context Parameters: entries - Blog entries retrieved for the particular request Modified set of blog entries throws: PluginException - If there is an error processing the blog entries |
|
|