fire
Description:
public abstract bool fire (Request req, Response res, NextCallback next, Context ctx) throws Success, Redirection, ClientError, ServerError, Error
Apply the handler on the request and response.
Returns:
the return value of the callback if set, otherwise 'false' |