Package DE_EPAGES::WebService::API::ResourceRegistry
Registry of REST resource handlers.
Functions
add
Adds a REST resource to the list of static handlers. This is mainly useful for writing test cases.
Syntax |
DE_EPAGES::WebService::API::CodecRegistry->add($Resource); |
Input |
|
match
Finds the request handler for the given request. Throws a HandlerNotFound error if there is no handler for the request.
Syntax |
$hRequestContext = DE_EPAGES::WebService::API::CodecRegistry->match($Site, $Request); |
Input |
|
Return |
|