org.blojsom.plugin.calendar
Class VelocityCalendarPlugin

java.lang.Object
  extended byorg.blojsom.plugin.calendar.AbstractCalendarPlugin
      extended byorg.blojsom.plugin.calendar.AbstractVisualCalendarPlugin
          extended byorg.blojsom.plugin.calendar.VelocityCalendarPlugin
All Implemented Interfaces:
Plugin

public class VelocityCalendarPlugin
extends AbstractVisualCalendarPlugin

VelocityCalendarPlugin

Since:
blojsom 3.0
Version:
$Id: VelocityCalendarPlugin.java,v 1.2 2007/01/17 02:35:08 czarneckid Exp $
Author:
David Czarnecki, Mark Lussier

Field Summary
 
Fields inherited from class org.blojsom.plugin.calendar.AbstractVisualCalendarPlugin
_blogCalendar
 
Fields inherited from class org.blojsom.plugin.calendar.AbstractCalendarPlugin
_fetcher, BLOJSOM_CALENDAR, BLOJSOM_CALENDAR_FORMAT, BLOJSOM_CALENDAR_LOCALE, BLOJSOM_CALENDAR_SHORTFORMAT, BLOJSOM_CALENDAR_VTLHELPER, BLOJSOM_FILTER_END_DATE, BLOJSOM_FILTER_START_DATE, DAY_PARAM, MONTH_PARAM, YEAR_PARAM
 
Constructor Summary
VelocityCalendarPlugin()
           
 
Method Summary
 Entry[] process(javax.servlet.http.HttpServletRequest httpServletRequest, javax.servlet.http.HttpServletResponse httpServletResponse, Blog blog, java.util.Map context, Entry[] entries)
          Process the blog entries
 
Methods inherited from class org.blojsom.plugin.calendar.AbstractCalendarPlugin
cleanup, destroy, init, setFetcher
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VelocityCalendarPlugin

public VelocityCalendarPlugin()
Method Detail

process

public Entry[] process(javax.servlet.http.HttpServletRequest httpServletRequest,
                       javax.servlet.http.HttpServletResponse httpServletResponse,
                       Blog blog,
                       java.util.Map context,
                       Entry[] entries)
                throws PluginException
Process the blog entries

Specified by:
process in interface Plugin
Overrides:
process in class AbstractVisualCalendarPlugin
Parameters:
httpServletRequest - Request
httpServletResponse - Response
blog - Blog instance
context - Context
entries - Blog entries retrieved for the particular request
Returns:
Modified set of blog entries
Throws:
PluginException - If there is an error processing the blog entries