| java.lang.Object org.blojsom.plugin.velocity.StandaloneVelocityPlugin
All known Subclasses: org.blojsom.plugin.comment.CommentPlugin, org.blojsom.plugin.technorati.TechnoratiTagsPlugin, org.blojsom.plugin.moblog.MoblogPlugin, org.blojsom.plugin.delicious.DailyPostingPlugin, org.blojsom.plugin.trackback.TrackbackPlugin, org.blojsom.plugin.pingback.PingbackPlugin,
StandaloneVelocityPlugin | abstract public class StandaloneVelocityPlugin implements Plugin(Code) | | StandalongVelocityPlugin
author: David Czarnecki version: $Id: StandaloneVelocityPlugin.java,v 1.4 2007/01/17 02:35:15 czarneckid Exp $ since: blojsom 3.0 |
_logger | protected Log _logger(Code) | | |
init | public void init() throws PluginException(Code) | | Initialize this plugin. This method only called when the plugin is instantiated.
Parameters: servletConfig - Servlet config object for the plugin to retrieve any initialization parameters Parameters: blojsomConfiguration - org.blojsom.blog.BlojsomConfiguration information throws: org.blojsom.plugin.PluginException - If there is an error initializing the plugin |
mergeTemplate | protected String mergeTemplate(String template, Blog blog, Map context)(Code) | | Merge a given template for the user with the appropriate context
Parameters: template - Template Parameters: blog - Blog information Parameters: context - Context with objects for use in the template Merged template or null if there was an error setting properties, loading the template, or mergingthe template |
setVelocityProperties | public void setVelocityProperties(Properties velocityProperties)(Code) | | Set the Velocity properties
Parameters: velocityProperties - Velocity properties |
|
|