Package | Description |
---|---|
bradleyross.j2ee.servlets |
Demonstration servlets.
|
Modifier and Type | Field and Description |
---|---|
protected Hashtable<String,UploadServlet.Contents> |
UploadServlet.ThisPage.items
Contains the various elements from the requesting form.
|
Modifier and Type | Method and Description |
---|---|
UploadServlet.Contents |
UploadServlet.ThisPage.getElement(String key)
Retrieve the object associated with an element based on the
element name.
|
Modifier and Type | Method and Description |
---|---|
void |
UploadServlet.ThisPage.addElement(UploadServlet.Contents value)
Adds an element to the list associated with the HTTP request.
|