|
Options |
Name |
Purpose |
|
#
|
EmptyCache ()
|
Empties the ttClassNames cache Inherited from Consultingwerk.OERA.JsdoGenericService.WebHandler.ListBusinessServicesWebHandler
|
|
+
|
GatherClassInformation (character)
|
Find ClassNames based on Package filtering including wildcards Inherited from Consultingwerk.OERA.JsdoGenericService.WebHandler.ListBusinessServicesWebHandler
|
|
-
|
GenerateHtml (IHttpResponse, character)
|
Generate html page displaying all BusinessServices found in Package
|
|
-
|
GenerateJson (IHttpResponse)
|
Generates a list of all BusinessServices found in Package as json
|
|
-
|
GeneratePng (IWebRequest, IHttpResponse, character)
|
Returns an image of the BusinessEntity layout identified by Entity Name
|
|
-
|
GenerateXml (IHttpResponse)
|
Generates a list of all BusinessServices found in Package as xml
|
|
-
|
CHARACTER GetDetailLink (character, character)
|
Return a html link string
|
|
#
|
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 HandleGet (IWebRequest)
|
Default handler for the HTTP GET 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.
|
|
#
|
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
|
|
#
|
InvokeErrorHandler (Error, IHttpResponse)
|
Invokes the error handler Inherited from Consultingwerk.OERA.JsdoGenericService.WebHandler.SmartWebHandler
|
|
#
|
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
|