edu.internet2.middleware.grouper.ui.actions
Class HomeAction

java.lang.Object
  extended by org.apache.struts.action.Action
      extended by edu.internet2.middleware.grouper.ui.actions.HomeAction

public class HomeAction
extends Action

Top level Strut's action which forward to the home page defined in the Struts Config file. Sites can override the definition so a different tab is the default home TODO: make a user preference?

Version:
$Id: HomeAction.java,v 1.2 2005-12-08 15:30:52 isgwb Exp $
Author:
Gary Brown.

Constructor Summary
HomeAction()
           
 
Method Summary
 ActionForward execute(ActionMapping mapping, ActionForm form, HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class org.apache.struts.action.Action
execute, getServlet, setServlet
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HomeAction

public HomeAction()
Method Detail

execute

public ActionForward execute(ActionMapping mapping,
                             ActionForm form,
                             HttpServletRequest request,
                             HttpServletResponse response)
                      throws Exception
Overrides:
execute in class Action
Throws:
Exception