Uses of Class
org.openforis.collect.web.controller.UserController.UserForm
Packages that use UserController.UserForm
-
Uses of UserController.UserForm in org.openforis.collect.web.controller
Methods in org.openforis.collect.web.controller that return UserController.UserFormModifier and TypeMethodDescriptionprotected UserController.UserFormUserController.createFormInstance(User item) SessionController.getLoggedUser(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) SessionController.initialize(javax.servlet.http.HttpServletRequest request) Methods in org.openforis.collect.web.controller with parameters of type UserController.UserFormModifier and TypeMethodDescriptionprotected voidUserController.copyFormIntoItem(UserController.UserForm form, User item) -
Uses of UserController.UserForm in org.openforis.collect.web.validator
Methods in org.openforis.collect.web.validator with parameters of type UserController.UserFormModifier and TypeMethodDescriptionvoidUserValidator.validateForm(UserController.UserForm target, org.springframework.validation.Errors errors)