Public Instance Methods : SstHttpServlet

* doGet: message
Categories
	! javax.servlet.http.HttpServlet
* doHead: message
Categories
	! javax.servlet.http.HttpServlet
* doPost: message
Categories
	! javax.servlet.http.HttpServlet
* getLastModified: message
Categories
	! javax.servlet.http.HttpServlet
* getServletInfo
Categories
	! javax.servlet.http.HttpServlet
* service: message
Categories
	! javax.servlet.http.HttpServlet
* errorReply: error for: request
	"ACTION
		Answer an HTTP message for reporting errors for @request.  The status of
		the response is set to @error (for example, '503 Service Unavailable')
		See SstHttpConstants.  Users should fill in the body of the response
		as required.

	PARAMETERS
		error : <String>
		request : <IuSstCommunicationMessage>

	RETURN VALUE
		<IuSstCommunicationMessage>"
Categories
	SST-API Developer
* errorReply: error message: message for: request
	"ACTION
		Answer an HTTP message for reporting errors which occur during the 
		processing of @request.  The status of the response is set to @error 
		(for example, '503 Service Unavailable')  See SstHttpConstants.  
		The body of the response is set to the HTML containing the text in @message.

	PARAMETERS
		error : <String>
		message : <String>
		request : <IuSstCommunicationMessage>

	RETURN VALUE
		<IuSstCommunicationMessage>"
Categories
	SST-API Developer
* responseHeaderFor: request
	"ACTION
		Answer the header for the response to @request.  This is the header
		that is automatically supplied by the system and will be used when
		the response to @request is sent.  Users can add fields etc. as they 
		see fit.

	PARAMETERS
		request : <SstCommunicationsMessage>

	RETURN VALUE
		<SstHttpResponseHeader>"
Categories
	SST-API Developer

[FIRST] [PREV] [NEXT] [LAST]