|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
# | Consultingwerk.Framework.Collections.CharacterDictionary GetQueryStringAsDictionary (IWebRequest) |
Returns a CharacterDictionary containing the query string for
a web request Inherited from Consultingwerk.OERA.JsdoGenericService.WebHandler.SmartWebHandler |
|
# | HandleError (Error, IHttpResponse) |
Handles an error. The error is written into the logfile and returned
to the client in the body. Inherited from Consultingwerk.OERA.JsdoGenericService.WebHandler.SmartWebHandler |
|
# | INTEGER HandleNotAllowedMethod (IWebRequest) |
Handler for unsupported methods. The request being serviced and
an optional status code is returned. A zero or null value means
this method will deal with all errors. Inherited from Consultingwerk.OERA.JsdoGenericService.WebHandler.SmartWebHandler |
|
# | INTEGER HandleNotImplemented (IWebRequest) |
Handler for unknown methods. The request being serviced and an
optional status code is returned. A zero or null value means
this method will deal with all errors. Inherited from Consultingwerk.OERA.JsdoGenericService.WebHandler.SmartWebHandler |
|
# | INTEGER HandlePost (IWebRequest) |
Default handler for the HTTP POST method. The request being
serviced and an optional status code is returned. A zero or
null value means this method will deal with all errors. |
|
# | LogRequestDetail (IWebRequest) |
Logs details about the current web handler request Inherited from Consultingwerk.OERA.JsdoGenericService.WebHandler.SmartWebHandler |
|
# | LogRequestEnd (IWebRequest, IHttpResponse) |
Logs details about the end of current web handler request Inherited from Consultingwerk.OERA.JsdoGenericService.WebHandler.SmartWebHandler |
|
# | OnBeginRequest (BeginRequestEventArgs) |
Raises the BeginRequest Inherited from Consultingwerk.OERA.JsdoGenericService.WebHandler.SmartWebHandler |
|
# | OnEndRequest (EndRequestEventArgs) |
Raises the EndRequest Inherited from Consultingwerk.OERA.JsdoGenericService.WebHandler.SmartWebHandler |
|
# | WriteResponse (IHttpResponse) |
Writes the HttpResponse to the stream Inherited from Consultingwerk.OERA.JsdoGenericService.WebHandler.SmartWebHandler |
Options | Name | Purpose | |
---|---|---|---|
+ | BeginRequest (Object, BeginRequestEventArgs) |
Raised when the web handler begins a request Inherited from Consultingwerk.OERA.JsdoGenericService.WebHandler.SmartWebHandler |
|
+ | EndRequest (Object, EndRequestEventArgs) |
Raised when the web handler begins a request Inherited from Consultingwerk.OERA.JsdoGenericService.WebHandler.SmartWebHandler |
Options | Name | Purpose | |
---|---|---|---|
+ | OpenEdge.Web.IWebRequest CurrentRequest |
Inherited from Consultingwerk.OERA.JsdoGenericService.WebHandler.SmartWebHandler |
Top
PROTECTED Consultingwerk.Framework.Collections.CharacterDictionary GetQueryStringAsDictionary (IWebRequest)
|
||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED HandleError (Error, IHttpResponse)
|
||||||||||||||||||||||||||||
PROTECTED INTEGER HandleNotAllowedMethod (IWebRequest)
|
||||||||||||||||||||||||||||
PROTECTED INTEGER HandleNotImplemented (IWebRequest)
|
||||||||||||||||||||||||||||
PROTECTED INTEGER HandlePost (IWebRequest)
|
||||||||||||||||||||||||||||
PROTECTED LogRequestDetail (IWebRequest)
|
||||||||||||||||||||||||||||
PROTECTED LogRequestEnd (IWebRequest, IHttpResponse)
|
||||||||||||||||||||||||||||
PROTECTED OnBeginRequest (BeginRequestEventArgs)
|
||||||||||||||||||||||||||||
PROTECTED OnEndRequest (EndRequestEventArgs)
|
||||||||||||||||||||||||||||
PROTECTED WriteResponse (IHttpResponse)
|
PUBLIC BeginRequest (Object, BeginRequestEventArgs)
|
||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC EndRequest (Object, EndRequestEventArgs)
|
PUBLIC OpenEdge.Web.IWebRequest CurrentRequest
|
---|