hep.physics.yappi.servlet
Class Lookup
java.lang.Object
   javax.servlet.GenericServlet
javax.servlet.GenericServlet
       javax.servlet.http.HttpServlet
javax.servlet.http.HttpServlet
           hep.physics.yappi.servlet.Lookup
hep.physics.yappi.servlet.Lookup
- All Implemented Interfaces: 
- Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
- public class Lookup- extends javax.servlet.http.HttpServlet
YaPPI Servlet
 This class implements a servlet for the following URLs:
 ..../Lookup?particle=eta(c)(1S)
 ..../Lookup?pdgid=448
 ..../Lookup?family=leptons
- Version:
- $Id: Lookup.java,v 1.3 2001/01/22 10:58:12 duns Exp $
- Author:
- Patrick Hellwig, Mark Donszelmann
- See Also:
- Serialized Form
- Source Code:
- Lookup.java
 
| Method Summary | 
|  void | doGet(javax.servlet.http.HttpServletRequest request,
      javax.servlet.http.HttpServletResponse response)
 | 
|  void | init(javax.servlet.ServletConfig config)
 | 
 
| 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, log, log | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Lookup
public Lookup()
init
public void init(javax.servlet.ServletConfig config)
          throws javax.servlet.ServletException
- 
- Throws:
- javax.servlet.ServletException
 
doGet
public void doGet(javax.servlet.http.HttpServletRequest request,
                  javax.servlet.http.HttpServletResponse response)
           throws IOException,
                  javax.servlet.ServletException
- 
- Throws:
- IOException
- javax.servlet.ServletException
 
Copyright © 2000-2004 FreeHEP, All Rights Reserved.