Interface IRequestHandler

    • Method Detail

      • respond

        void respond​(IRequestCycle requestCycle)
        Generates a response.
        Parameters:
        requestCycle - the current request cycle
      • detach

        default void detach​(IRequestCycle requestCycle)
        This method is called at the end of a request cycle to indicate that processing is done and that cleaning up of the subject(s) of this target may be done.
        Parameters:
        requestCycle - the current request cycle