Interface RequestHandler

  • All Known Implementing Classes:
    AbstractRequestHandler, DefaultRequestHandler

    public interface RequestHandler
    Cockpit HTTP request handler. Responsible for intercepting and handling cockpit events triggered by the use of HTTP request parameters.

    Makes it possible to perform cockpit actions from an external application by the use of URLs.

    See Also:
    RequestEventHandler