org.jasig.portal.tools.checks
Class ChecksServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.jasig.portal.tools.checks.ChecksServlet
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class ChecksServlet
- extends HttpServlet
A Servlet which renders the results of the checks.
- Since:
- uPortal 2.5
- Version:
- $Revision: 19776 $ $Date: 2010-01-14 16:17:21 -0600 (Thu, 14 Jan 2010) $
- 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 |
ChecksServlet
public ChecksServlet()
doPost
protected final void doPost(HttpServletRequest request,
HttpServletResponse response)
throws IOException
- Overrides:
doPost in class HttpServlet
- Throws:
IOException
doGet
protected final void doGet(HttpServletRequest request,
HttpServletResponse response)
throws IOException
- Overrides:
doGet in class HttpServlet
- Throws:
IOException
Copyright © 2010 Jasig. All Rights Reserved.