edu.internet2.middleware.grouper.ui.actions
Class HomeAction
java.lang.Object
org.apache.struts.action.Action
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.
HomeAction
public HomeAction()
execute
public ActionForward execute(ActionMapping mapping,
ActionForm form,
HttpServletRequest request,
HttpServletResponse response)
throws Exception
- Overrides:
execute
in class Action
- Throws:
Exception