Fish & Chips Club 4.10.0.0

hirondelle.fish.util
Class WelcomeFileController

Object
  extended by GenericServlet
      extended by HttpServlet
          extended by hirondelle.fish.util.WelcomeFileController
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public final class WelcomeFileController
extends HttpServlet

Redirect requests for the home page to a specific Action.

Configuration in web.xml :
This Controller servlet is mapped to '/welcome', and a corresponding welcome-file entry is listed as 'welcome', without the leading slash.

See Also:
Serialized Form

Constructor Summary
WelcomeFileController()
           
 
Method Summary
 void destroy()
           
protected  void doGet(HttpServletRequest aRequest, HttpServletResponse aResponse)
           
 void init(ServletConfig aConfig)
           
 
Methods inherited from class HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
Methods inherited from class GenericServlet
getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WelcomeFileController

public WelcomeFileController()
Method Detail

init

public void init(ServletConfig aConfig)
          throws ServletException
Specified by:
init in interface Servlet
Overrides:
init in class GenericServlet
Throws:
ServletException

destroy

public void destroy()
Specified by:
destroy in interface Servlet
Overrides:
destroy in class GenericServlet

doGet

protected void doGet(HttpServletRequest aRequest,
                     HttpServletResponse aResponse)
              throws ServletException,
                     IOException
Overrides:
doGet in class HttpServlet
Throws:
ServletException
IOException

Fish & Chips Club 4.10.0.0

Copyright Hirondelle Systems - Generated 2013Oct19.12.26