erland.webapp.homepage.act.account
Class ViewDefaultSectionAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by erland.webapp.common.act.BaseAction
          extended by erland.webapp.homepage.act.account.ViewDefaultSectionAction
Direct Known Subclasses:
ViewOfficialDefaultSectionAction

public class ViewDefaultSectionAction
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
ViewDefaultSectionAction()
           
 
Method Summary
protected  void executeLogic(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
           
 User getUser(String username)
           
protected  String getUsername(HttpServletRequest request, SelectUserFB fb)
           
 
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

ViewDefaultSectionAction

public ViewDefaultSectionAction()
Method Detail

executeLogic

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

getUsername

protected String getUsername(HttpServletRequest request,
                             SelectUserFB fb)

getUser

public User getUser(String username)


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