| java.lang.Object olstore.controller.PopulateController
PopulateController | public class PopulateController implements Controller(Code) | | The controller used to populate the databases.
|
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.
Parameters: olstore - the olstore instance to use in this controller. |
|
|