net.anotheria.moskitodemo.guestbook.presentation.action
Class DeleteCommentAction

java.lang.Object
  extended by net.anotheria.maf.action.AbstractAction
      extended by net.anotheria.moskitodemo.guestbook.presentation.action.BaseGuestbookAction
          extended by net.anotheria.moskitodemo.guestbook.presentation.action.ShowCommentsAction
              extended by net.anotheria.moskitodemo.guestbook.presentation.action.DeleteCommentAction
All Implemented Interfaces:
net.anotheria.maf.action.Action

public class DeleteCommentAction
extends ShowCommentsAction


Field Summary
 
Fields inherited from class net.anotheria.moskitodemo.guestbook.presentation.action.ShowCommentsAction
CAPTIONS, OVERVIEW_COMMENT_LENGTH, P_SORT_BY, P_SORT_ORDER, SORT_BYS, SORT_ORDER_CAPTIONS, SORT_ORDERS, V_SORT_ORDER_ASC, V_SORT_ORDER_DESC, V_SORT_ORDERS
 
Fields inherited from class net.anotheria.moskitodemo.guestbook.presentation.action.BaseGuestbookAction
BEAN_AUTHORIZATION, PARAM_COMMENT_ID
 
Constructor Summary
DeleteCommentAction()
           
 
Method Summary
 net.anotheria.maf.action.ActionCommand execute(net.anotheria.maf.action.ActionMapping mapping, net.anotheria.maf.bean.FormBean af, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 
Methods inherited from class net.anotheria.moskitodemo.guestbook.presentation.action.ShowCommentsAction
shortenCommentLine
 
Methods inherited from class net.anotheria.moskitodemo.guestbook.presentation.action.BaseGuestbookAction
authorizeUser, getAuthorizationService, getCommentService, getProducerId, getSubsystem, isAuthorized, makeDateString, obfuscateEmail
 
Methods inherited from class net.anotheria.maf.action.AbstractAction
postProcess, preProcess
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteCommentAction

public DeleteCommentAction()
Method Detail

execute

public net.anotheria.maf.action.ActionCommand execute(net.anotheria.maf.action.ActionMapping mapping,
                                                      net.anotheria.maf.bean.FormBean af,
                                                      javax.servlet.http.HttpServletRequest req,
                                                      javax.servlet.http.HttpServletResponse res)
                                               throws Exception
Specified by:
execute in interface net.anotheria.maf.action.Action
Overrides:
execute in class ShowCommentsAction
Throws:
Exception


Copyright © 2010-2012 anotheria.net. All Rights Reserved.