|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WebCustomerSessionService
WebCustomerSessionService provides services for managing CustomerSessions in
the web application session, including cookie management.
| Method Summary | |
|---|---|
void |
handleCreateNewAccount(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Customer customer)
Updates the session and cookie when a new account is created. |
void |
handleCustomerSignIn(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Customer customer)
Update the session when a customer signs in. |
void |
handleFilterRequest(javax.servlet.ServletRequest inRequest,
javax.servlet.ServletResponse inResponse)
Handle a request intercepted by a filter. |
| Method Detail |
|---|
void handleCreateNewAccount(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Customer customer)
request - the HTTP Requestresponse - the HTTP Responsecustomer - the new customer
void handleCustomerSignIn(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
Customer customer)
request - the HTTP requestresponse - the HTTP responsecustomer - the customer who has signed in
void handleFilterRequest(javax.servlet.ServletRequest inRequest,
javax.servlet.ServletResponse inResponse)
inRequest - the requestinResponse - the response
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||