HTTP Context
Get the context by token:
crudService.getContextByToken(token : HttpContextToken<Context>) : HttpContext
Get the context instance of the service:
crudService.getContext() : HttpContext
Set the context by token:
crudService.setContextByToken(token : HttpContextToken<Context>, value : Context) : this
Set the context instance of the service:
crudService.setContext(context : HttpContext) : this
Clear the context by token:
crudService.clearContextByToken(token : HttpContextToken<Context>) : this
Clear the context instance of the service:
crudService.clearContext() : this
Last modified 1yr ago