Interface RestSessionFilterArgument
public interface RestSessionFilterArgument
Interface for adding additional header fields to the session
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddSessionArgument(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 objectresponse- the http response objectsession- the local session object
-