| java.lang.Object org.blojsom.plugin.language.LanguageSelectionPlugin
LanguageSelectionPlugin | public class LanguageSelectionPlugin implements Plugin,Listener(Code) | | Language selection plugin allows you to attach a language attribute to a blog entry.
author: David Czarnecki since: blojsom 3.0 version: $Id: LanguageSelectionPlugin.java,v 1.3 2007/01/17 02:35:10 czarneckid Exp $ |
LanguageSelectionPlugin | public LanguageSelectionPlugin()(Code) | | Create a new instance of the language selection 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 |
|
|