Object -
http
:
FilterContext
Representation of request filter Context.
Constructor
__init
(service serviceRef, string serviceName, string resourceName)
- serviceRef service
-
The service to which the context is applied
- serviceName string
-
Name of the service
- resourceName string
-
Name of the resource function
Methods
getService
Gets the service to which the FilerContext
is applied.
getServiceName
Gets the service name to which the FilerContext
is applied.
getResourceName
Gets the resource function name to which the FilerContext
is applied.
Fields
- attributes map (default {})
-
Attributes to share between filters
Gets the service to which the FilerContext
is applied.
-
Return Type
(service) service
of the context
Gets the service name to which the FilerContext
is applied.
-
Return Type
(string) name of the
service