org.itracker.web.actions.admin
Class AdminHomeAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by org.itracker.web.actions.base.ItrackerBaseAction
          extended by org.itracker.web.actions.admin.AdminHomeAction

public class AdminHomeAction
extends ItrackerBaseAction


Field Summary
 
Fields inherited from class org.apache.struts.action.Action
defaultLocale, servlet
 
Constructor Summary
AdminHomeAction()
           
 
Method Summary
static void execSetupJspEnv(javax.servlet.http.HttpServletRequest request)
          This utility has to be called for any page forwarding to the admin-home, before forwarding.
 org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mapping, org.apache.struts.action.ActionForm form, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 
Methods inherited from class org.itracker.web.actions.base.ItrackerBaseAction
getBaseURL, getITrackerServices, getLocale, getName, getPage, getPermission, getUserPermissions, handleException, hasPermission, hasPermission, isLoggedIn, loginRouter, logTimeMillies, setName, setPage, setPermission
 
Methods inherited from class org.apache.struts.action.Action
addErrors, addMessages, execute, generateToken, getDataSource, getDataSource, getErrors, getMessages, getResources, getResources, getServlet, isCancelled, isTokenValid, isTokenValid, resetToken, saveErrors, 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

AdminHomeAction

public AdminHomeAction()
Method Detail

execute

public org.apache.struts.action.ActionForward execute(org.apache.struts.action.ActionMapping mapping,
                                                      org.apache.struts.action.ActionForm form,
                                                      javax.servlet.http.HttpServletRequest request,
                                                      javax.servlet.http.HttpServletResponse response)
                                               throws Exception
Overrides:
execute in class org.apache.struts.action.Action
Throws:
Exception

execSetupJspEnv

public static final void execSetupJspEnv(javax.servlet.http.HttpServletRequest request)
This utility has to be called for any page forwarding to the admin-home, before forwarding. Else the page will contain no data.

Parameters:
request -


Copyright © 2002-2012 itracker. All Rights Reserved.