net.java.dev.moskitodemo.guestbook.presentation.action
Class DeleteCommentAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by net.java.dev.moskito.web.MoskitoAction
          extended by net.java.dev.moskitodemo.guestbook.presentation.action.BaseGuestbookAction
              extended by net.java.dev.moskitodemo.guestbook.presentation.action.ShowCommentsAction
                  extended by net.java.dev.moskitodemo.guestbook.presentation.action.DeleteCommentAction
All Implemented Interfaces:
IStatsProducer

public class DeleteCommentAction
extends ShowCommentsAction


Field Summary
 
Fields inherited from class net.java.dev.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.java.dev.moskitodemo.guestbook.presentation.action.BaseGuestbookAction
BEAN_AUTHORIZATION, PARAM_COMMENT_ID
 
Fields inherited from class org.apache.struts.action.Action
ACTION_SERVLET_KEY, APPLICATION_KEY, DATA_SOURCE_KEY, defaultLocale, ERROR_KEY, EXCEPTION_KEY, FORM_BEANS_KEY, FORWARDS_KEY, LOCALE_KEY, MAPPING_KEY, MAPPINGS_KEY, MESSAGE_KEY, MESSAGES_KEY, MULTIPART_KEY, PLUG_INS_KEY, REQUEST_PROCESSOR_KEY, servlet, SERVLET_KEY, TRANSACTION_TOKEN_KEY
 
Constructor Summary
DeleteCommentAction()
           
 
Method Summary
 ActionForward moskitoExecute(ActionMapping mapping, ActionForm af, HttpServletRequest req, HttpServletResponse res)
           
 
Methods inherited from class net.java.dev.moskitodemo.guestbook.presentation.action.ShowCommentsAction
shortenCommentLine
 
Methods inherited from class net.java.dev.moskitodemo.guestbook.presentation.action.BaseGuestbookAction
authorizeUser, getAuthorizationService, getCommentService, getProducerId, getSubsystem, isAuthorized, makeDateString, obfuscateEmail
 
Methods inherited from class net.java.dev.moskito.web.MoskitoAction
execute, getCategory, getMonitoringIntervals, getStats, postProcessExecute, preProcessExecute
 
Methods inherited from class org.apache.struts.action.Action
execute, generateToken, getDataSource, getDataSource, getLocale, getResources, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, perform, perform, resetToken, saveErrors, saveMessages, saveToken, setLocale, setServlet, toHex
 
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

moskitoExecute

public ActionForward moskitoExecute(ActionMapping mapping,
                                    ActionForm af,
                                    HttpServletRequest req,
                                    HttpServletResponse res)
                             throws Exception
Overrides:
moskitoExecute in class ShowCommentsAction
Throws:
Exception


Copyright © 2006 MoSKito Project Team. All Rights Reserved.
MoSKito, the open source java monitoring framework