Package | Description |
---|---|
bradleyross.j2ee.servlets |
Demonstration servlets.
|
Modifier and Type | Method and Description |
---|---|
protected void |
UploadServlet.ender(UploadServlet.ThisPage thisPage)
Perform common operations on the contents of the request packet
to be carried out after running the main program.
|
void |
UploadServlet.loadByteArray(DatabaseProperties data,
PreparedStatement stmt,
UploadServlet.ThisPage thisPage,
int position,
String element)
Utility method for moving the contents of one of the parts into
a prepared statement as a string object.
|
void |
UploadServlet.loadByteArray(DatabaseProperties data,
PreparedStatement stmt,
UploadServlet.ThisPage thisPage,
int position,
String element,
boolean convertFlag)
Utility method for moving the contents of one of the parts into
a prepared statement as a string object.
|
void |
UploadServlet.loadByteArray(DatabaseProperties data,
PreparedStatement stmt,
UploadServlet.ThisPage thisPage,
int position,
String element,
boolean convertFlag,
int SQLType)
Utility method for moving the contents of one of the parts into
a prepared statement as a string object.
|
protected void |
UploadServlet.processor(UploadServlet.ThisPage thisPage)
This method generates the web page based on the contents
of the request packet.
|
protected byte[] |
UploadServlet.readPart(ServletInputStream input,
UploadServlet.ThisPage thisPage,
String encoding)
Obtain the byte array for this part of the request.
|
protected void |
UploadServlet.starter(UploadServlet.ThisPage thisPage)
Perform common operations on the contents of the
request packet before running the main program.
|