uPortal 2.4.1
API Documentation

org.jasig.portal.properties
Class MissingPropertiesServlet

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

public class MissingPropertiesServlet
extends javax.servlet.http.HttpServlet

A servlet that reports missing properties. Exposes as XML the list of properties the PropertiesManager has been asked about but for which it has no values.

Version:
$Revision: 1.2 $ $Date: 2004/09/21 00:27:04 $
Author:
andrew.petro@yale.edu
See Also:
Serialized Form

Constructor Summary
MissingPropertiesServlet()
           
 
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

MissingPropertiesServlet

public MissingPropertiesServlet()

uPortal 2.4.1
API Documentation