public interface ControllerListener
Modifier and Type | Method and Description |
---|---|
void |
expireSession(javax.servlet.http.HttpSession session)
Called when a session expires.
|
void |
initSession(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Called when a new session is created.
|
void expireSession(javax.servlet.http.HttpSession session)
session
- Description of the Parametervoid initSession(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
request
- Object that encapsulates the request to the servletresponse
- Object that encapsulates the response from the servletCopyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.