uPortal 2.4.1
API Documentation

org.jasig.portal
Class Problems

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

public class Problems
extends javax.servlet.http.HttpServlet

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

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

Constructor Summary
Problems()
           
 
Methods inherited from class javax.servlet.http.HttpServlet
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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Problems

public Problems()

uPortal 2.4.1
API Documentation