%REST.disp
class %REST.disp
extends
The parent class to use for the geenrated API management dispatch class.
Inventory
Summary
Subclasses | |
---|---|
%Api.IAM.v1.disp | %Api.Mgmnt.v2.disp |
Methods
Override AccessCheck to defer access checking until OnPreDispatch.
This method gets called prior to dispatch of the request. Put any common code here that you want to be executed for EVERY request. If pContinue is set to 0, the request will NOT be dispatched according to the UrlMap. In this case it's the responsibility of the user to return a response.