| org.blojsom.plugin.admin.WebAdminPlugin org.blojsom.plugin.macro.admin.MacroExpansionAdminPlugin
MacroExpansionAdminPlugin | public class MacroExpansionAdminPlugin extends WebAdminPlugin (Code) | | Macro Expansion Admin Plugin
author: David Czarnecki version: $Id: MacroExpansionAdminPlugin.java,v 1.3 2007/01/17 02:35:11 czarneckid Exp $ since: blojsom 3.0 |
MacroExpansionAdminPlugin | public MacroExpansionAdminPlugin()(Code) | | Default constructor
|
getDisplayName | public String getDisplayName()(Code) | | Return the display name for the plugin
Display name for the plugin |
getInitialPage | public String getInitialPage()(Code) | | Return the name of the initial editing page for the plugin
Name of the initial editing page for 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 |
|
|