org.openanzo.standalone
Class ValidationServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by org.openanzo.standalone.ValidationServlet
All Implemented Interfaces:
java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

public class ValidationServlet
extends javax.servlet.http.HttpServlet

Test servlet that allows one to validate that the server is running correctly

Author:
Ben Szekely ( bhszekel@us.ibm.com
See Also:
Serialized Form

Constructor Summary
ValidationServlet()
          Create servlet
 
Method Summary
 void init()
           
 
Methods inherited from class javax.servlet.http.HttpServlet
service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValidationServlet

public ValidationServlet()
Create servlet

Method Detail

init

public void init()
          throws javax.servlet.ServletException
Overrides:
init in class javax.servlet.GenericServlet
Throws:
javax.servlet.ServletException


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.