net.sourceforge.pebble.web.action
Class ViewBlogEntryAction

java.lang.Object
  extended by net.sourceforge.pebble.web.action.Action
      extended by net.sourceforge.pebble.web.action.AbstractCommentAction
          extended by net.sourceforge.pebble.web.action.ViewBlogEntryAction

public class ViewBlogEntryAction
extends AbstractCommentAction

Finds a particular blog entry, ready to be displayed.

Author:
Simon Brown

Constructor Summary
ViewBlogEntryAction()
           
 
Method Summary
 View process(HttpServletRequest request, HttpServletResponse response)
          Peforms the processing associated with this action.
 
Methods inherited from class net.sourceforge.pebble.web.action.AbstractCommentAction
createBlankComment, createComment, saveComment, validateComment
 
Methods inherited from class net.sourceforge.pebble.web.action.Action
getModel, setModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewBlogEntryAction

public ViewBlogEntryAction()
Method Detail

process

public View process(HttpServletRequest request,
                    HttpServletResponse response)
             throws ServletException
Peforms the processing associated with this action.

Specified by:
process in class Action
Parameters:
request - the HttpServletRequest instance
response - the HttpServletResponse instance
Returns:
the name of the next view
Throws:
ServletException


Copyright © 2003-2006, Simon Brown. All Rights Reserved.