| olstore.controller.CreateUserController
CreateUserController | public class CreateUserController extends SimpleFormController (Code) | | author: glapouch |
Constructor Summary | |
public | CreateUserController() Sets up this form controller by providing the parent SimpleFormController
with details of what form backing object to use and which view to display. |
CreateUserController | public CreateUserController()(Code) | | Sets up this form controller by providing the parent SimpleFormController
with details of what form backing object to use and which view to display. *
|
setOlstore | public void setOlstore(OlstoreFacade olstore)(Code) | | Spring injection setter method for the olstore instance.
Parameters: olstore - the olstore bean instance for this form. |
|
|