erland.webapp.homepage.act.section
Class RemoveSectionAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by erland.webapp.common.act.BaseAction
          extended by erland.webapp.homepage.act.section.RemoveSectionAction

public class RemoveSectionAction
extends BaseAction


Field Summary
 
Fields inherited from class erland.webapp.common.act.BaseAction
FORWARD_FAILURE, FORWARD_SUCCESS
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
RemoveSectionAction()
           
 
Method Summary
protected  void deleteTree(Section section)
           
protected  void executeLogic(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class erland.webapp.common.act.BaseAction
catchException, execute, findFailure, findSuccess, getDynamicParameters, getEnvironment, getErrors, getException, getMessages, isErrors, isMessages, mergeAlerts, postProcess, preProcess, replaceDynamicParameters, saveErrors, saveMessages, setException
 
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getLocale, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, saveErrors, saveMessages, saveMessages, saveToken, setLocale, setServlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveSectionAction

public RemoveSectionAction()
Method Detail

executeLogic

protected void executeLogic(ActionMapping mapping,
                            ActionForm form,
                            HttpServletRequest request,
                            HttpServletResponse response)
                     throws Exception
Overrides:
executeLogic in class BaseAction
Throws:
Exception

deleteTree

protected void deleteTree(Section section)


Copyright © 2003-2005 Erland Isaksson. All Rights Reserved.