| java.lang.Object olstore.controller.ListItemsController
ListItemsController | public class ListItemsController implements Controller(Code) | | Controller used for the list items displays.
|
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) | | Spring injection setter method for the olstore instance.
Parameters: olstore - the olstore bean instance for this form. |
|
|