| java.lang.Object org.blojsom.plugin.obfuscation.SimpleObfuscationPlugin
SimpleObfuscationPlugin | public class SimpleObfuscationPlugin implements Plugin(Code) | | SimpleObfuscationPlugin
author: David Czarnecki since: blojsom 3.0 version: $Id: SimpleObfuscationPlugin.java,v 1.2 2007/01/17 02:35:12 czarneckid Exp $ |
BLOJSOM_PLUGIN_SIMPLE_OBFUSCATION | final public static String BLOJSOM_PLUGIN_SIMPLE_OBFUSCATION(Code) | | |
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 |
obfuscate | public String obfuscate(String data)(Code) | | Simple obfuscation technique. Take every character and output a hex equivalent.
Parameters: data - Data to be obfuscated Data that has been obfuscated |
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 |
|
|