|
|||||||||
| Home >> All >> com >> prolifics >> [ servlet overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.prolifics.servlet
Class App

java.lang.Objectcom.prolifics.servlet.App
- class App
- extends java.lang.Object
test servlet. This servlet simply echos back the request line and headers that were sent by the client, plus any HTTPS information which is accessible.
- Version:
- @(#)App.java 77.1 99/04/22 15:03:03
| Field Summary | |
private static java.util.Hashtable |
AppTable
|
private java.lang.String |
name
|
private static java.lang.String |
sccsid
|
| Constructor Summary | |
private |
App(java.lang.String name)
|
| Method Summary | |
static App |
getApp(java.lang.String name)
|
java.lang.String |
getName()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
sccsid
private static java.lang.String sccsid
AppTable
private static java.util.Hashtable AppTable
name
private java.lang.String name
| Constructor Detail |
App
private App(java.lang.String name)
| Method Detail |
getApp
public static App getApp(java.lang.String name)
getName
public java.lang.String getName()
|
|||||||||
| Home >> All >> com >> prolifics >> [ servlet overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.prolifics.servlet.App