Interface TransactionFilter

    • Method Detail

      • preprocess

        void preprocess​(TransactionState transactionState)
                 throws Throwable
        Invoked after the transaction state has been determined, but before writing any response
        Parameters:
        transactionState -
        Throws:
        Throwable
      • postprocess

        void postprocess​(TransactionState transactionState)
                  throws Throwable
        Invoked after the response has been written to the HttpServletResponse stream. This is the very last call made by the servlet before returning.
        Parameters:
        transactionState -
        Throws:
        Throwable