erland.webapp.homepage.act.section
Class LoadMenuAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by erland.webapp.common.act.BaseAction
          extended by erland.webapp.homepage.act.section.LoadMenuAction
Direct Known Subclasses:
LoadOfficialMenuAction

public class LoadMenuAction
extends BaseAction


Field Summary
protected  Comparator SORT_BY_ORDERNO
           
 
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
LoadMenuAction()
           
 
Method Summary
protected  void addNewSectionMenuItem(MenuItemPB section, String path)
           
protected  void executeLogic(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
           
protected  String getQueryFilter()
           
 
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
 

Field Detail

SORT_BY_ORDERNO

protected Comparator SORT_BY_ORDERNO
Constructor Detail

LoadMenuAction

public LoadMenuAction()
Method Detail

executeLogic

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

addNewSectionMenuItem

protected void addNewSectionMenuItem(MenuItemPB section,
                                     String path)

getQueryFilter

protected String getQueryFilter()


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