| java.lang.Object org.blojsom.plugin.common.FileAttachmentPlugin
FileAttachmentPlugin | public class FileAttachmentPlugin implements Plugin,Listener(Code) | | FileAttachmentPlugin-The idea behind this plugin is taken from RSSEnclosure plugin.
author: Sopan Shewale version: 1.0 since: Blojsom Version 3.0 |
Inner Class :public class FileAttachment | |
_resourcesDirectory | protected String _resourcesDirectory(Code) | | |
FileAttachmentPlugin | public FileAttachmentPlugin()(Code) | | Default constructor
|
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 |
setBlojsomProperties | public void setBlojsomProperties(Properties blojsomProperties)(Code) | | Set the default blojsom properties
Parameters: blojsomProperties - Default blojsom properties |
|
|