| java.lang.Object olstore.controller.ViewIndexController
ViewIndexController | public class ViewIndexController implements Controller(Code) | | The controller used for the view index action.
|
handleRequest | public ModelAndView handleRequest(HttpServletRequest request, HttpServletResponse response) throws Exception(Code) | | When spring intercepts a request to the specified path (in olstore-servlet.xml) the
request is handled here.
Parameters: request - the HttpServletRequest object. Parameters: response - The HttpServletResponse object. throws: Exception - |
setOlstore | public void setOlstore(OlstoreFacade olstore)(Code) | | The Spring injection method to set the olstore bean's instance.
Parameters: olstore - the bean instance set via Spring. |
|
|