Class WelcomeAction

java.lang.Object
org.apache.struts.action.Action

public class WelcomeAction extends CategoryAction
Struts action class that corresponds to the welcome page. Used for requests to "/Welcome.do".

The execute method of this class first attempts to load a content page whose code is '_welcome'. If the content page isn't found, for backwards compatibility, it forwards the request to the core.welcome forward.

In addition, this class collapses the category tree.

Author:
David Tobey
  • Field Details

    • log

      static org.apache.commons.logging.Log log
  • Constructor Details

    • WelcomeAction

      public WelcomeAction()
  • Method Details

    • 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 CategoryAction
      Throws:
      Exception