| olstore.controller.ShoppingCartInterceptor
ShoppingCartInterceptor | public class ShoppingCartInterceptor extends HandlerInterceptorAdapter (Code) | | An interceptor class used to ensure a cart object is attached to the session.
|
preHandle | public boolean preHandle(HttpServletRequest request, HttpServletResponse response, Object handler) throws Exception(Code) | | A method that is invoked before passing control on.
Parameters: request - the HttpServletRequest. Parameters: response - the HttpServletResponse. Parameters: handler - the handler object being used. |
setOlstore | public void setOlstore(OlstoreFacade olstore)(Code) | | The Spring injection setter method for the olstore bean instance.
Parameters: olstore - the bean instance that is provided via spring. |
|
|