Interface Container


  • @Role
    public interface Container
    • Method Detail

      • setRequest

        void setRequest​(Request request)
      • removeRequest

        void removeRequest()
      • pushRequest

        void pushRequest​(Request request)
      • popRequest

        void popRequest()
      • setResponse

        void setResponse​(Response response)
      • removeResponse

        void removeResponse()
      • pushResponse

        void pushResponse​(Response response)
      • popResponse

        void popResponse()
      • setSession

        void setSession​(Session session)
      • removeSession

        void removeSession()
      • pushSession

        void pushSession​(Session session)
      • popSession

        void popSession()