Interface RestSessionFilterArgument


  • public interface RestSessionFilterArgument
    Interface for adding additional header fields to the session
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void addSessionArgument​(javax.servlet.http.HttpServletRequest request, javax.servlet.ServletResponse response, Session session)
      Allows the definition of additional rest headers to the session
    • Method Detail

      • addSessionArgument

        void addSessionArgument​(javax.servlet.http.HttpServletRequest request,
                                javax.servlet.ServletResponse response,
                                Session session)
        Allows the definition of additional rest headers to the session
        Parameters:
        request - the http request object
        response - the http response object
        session - the local session object