Interface RestSessionFilterArgument
-
public interface RestSessionFilterArgumentInterface for adding additional header fields to the session
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddSessionArgument(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 objectresponse- the http response objectsession- the local session object
-
-