com.dyuproject.demos.openidservlet
Class HomeServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.dyuproject.demos.openidservlet.HomeServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class HomeServlet
- extends HttpServlet
Home Servlet. If authenticated, goes to the home page. If not, goes to the login page.
- Author:
- David Yu
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HomeServlet
public HomeServlet()
init
public void init()
- Overrides:
init
in class GenericServlet
doGet
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws IOException,
ServletException
- Overrides:
doGet
in class HttpServlet
- Throws:
IOException
ServletException
doPost
public void doPost(HttpServletRequest request,
HttpServletResponse response)
throws IOException,
ServletException
- Overrides:
doPost
in class HttpServlet
- Throws:
IOException
ServletException
Copyright © 2013. All Rights Reserved.