org.jasig.portal
Class Problems

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.jasig.portal.Problems
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public class Problems
extends HttpServlet

A servlet that reports portal problems. This servlet attempts to accomodate both the ErrorID approach and the display recent PortalExceptions approach.

Version:
$Revision: 19776 $
Author:
Howard Gilbert, andrew.petro@yale.edu
See Also:
Serialized Form

Constructor Summary
Problems()
           
 
Method Summary
protected  void doGet(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service, service
 
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
 

Constructor Detail

Problems

public Problems()
Method Detail

doGet

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


Copyright © 2010 Jasig. All Rights Reserved.