Interface RestSessionFilterArgument


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

    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 Details

    • 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