Object - http : RequestFilter

Abstract Representation of a HTTP Request Filter. This filter will be applied before the request is dispatched to the relevant resource. Any RequestFilter implementation should be structurally similar to or implement the RequestFilter object.

filterRequest

(Caller caller, Request request, FilterContext context)

returns boolean

Parameters

  • Return Type

    (boolean)