|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
interface for all requestable objects via the webserver. ServerSide java must implement this interface to process http requests.
Field Summary | |
static java.lang.String |
htmlBaseHeader
The header for an HTTP response with the Content-type of text/html. |
static java.lang.String |
htmlHeader
The header for an HTTP response for HTML with a Content-type of text/html. |
static java.lang.String |
httpBaseHeader
The first line of an HTTP header response |
static java.lang.String |
httpHeader
for backward compatability |
static java.lang.String |
submitjavascript
JavaScript for the function: submittedform() which will be executed when a form is submitted. |
static java.lang.String |
submitjavascripttag
JavaScript entry to be added into FORM tags to make the forms execute the sumittedform() JavaScript function |
static java.lang.String |
textBaseHeader
The header for an HTTP response for plain text, with a Content-type of text/plain. |
static java.lang.String |
textHeader
The header for an HTTP response with the Content-type of text/plain. |
Method Summary | |
void |
processRequest(HTTPRequest request)
This method is called by the Webserver when the WebRequestable is requested by a client. |
Field Detail |
public static final java.lang.String submitjavascripttag
public static final java.lang.String submitjavascript
public static final java.lang.String httpBaseHeader
public static final java.lang.String htmlBaseHeader
public static final java.lang.String htmlHeader
public static final java.lang.String httpHeader
public static final java.lang.String textBaseHeader
public static final java.lang.String textHeader
Method Detail |
public void processRequest(HTTPRequest request) throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |