org.kuali.student.common.ui.server.start
Class IndexPageServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.kuali.student.common.ui.server.start.IndexPageServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class IndexPageServlet
- extends HttpServlet
- See Also:
- Serialized Form
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
IndexPageServlet
public IndexPageServlet()
doPost
protected void doPost(HttpServletRequest req,
HttpServletResponse resp)
throws ServletException,
IOException
- Overrides:
doPost
in class HttpServlet
- Throws:
ServletException
IOException
doGet
protected void doGet(HttpServletRequest request,
HttpServletResponse response)
throws ServletException,
IOException
- Overrides:
doGet
in class HttpServlet
- Throws:
ServletException
IOException
processRequest
private void processRequest(HttpServletRequest request,
HttpServletResponse response)
throws IOException
- Throws:
IOException
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.