23 #define AFW_IMPLEMENTATION_ID "adaptor"
27 static const afw_utf8_t impl_factory_description =
28 AFW_UTF8_LITERAL(
"Request handler type to provide \"rest-like\" access to adaptive objects plus access to actions.");
33 &impl_afw_request_handler_factory_inf,
35 &impl_factory_description
43 impl_afw_request_handler_factory_create_request_handler_cede_p (
#define AFW_DEFINE_CONST_DATA(type)
Define a public afw variable.
Adaptive Framework Core Internal.
Interface afw_interface implementation declares.
#define AFW_UTF8_LITERAL(A_STRING)
String literal initializer.
afw_request_handler_factory_adaptor
const afw_request_handler_t * afw_request_handler_adaptor_create_cede_p(const afw_object_t *properties, const afw_pool_t *p, afw_xctx_t *xctx)
Create an adaptor request handler.
Interface afw_object public struct.
Interface afw_pool public struct.
Interface afw_request_handler_factory public struct.
Interface afw_request_handler public struct.
NFC normalized UTF-8 string.
Interface afw_xctx public struct.