Method WebHandler():execute() Professional
Handle the request and provide the content to be returned to the client.
Syntax
:execute( <cMethodName> ) --> cData|NIL
Parameters
<cMethodName>
TBD
Return
The response to the request as character string or NIL.
Description
The method :execute() can be overloaded to handle requests for which no handler method is implemented.
Feedback
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.