Uses of Class
org.openforis.collect.web.controller.UserController.UserForm
-
Packages that use UserController.UserForm Package Description org.openforis.collect.web.controller org.openforis.collect.web.validator -
-
Uses of UserController.UserForm in org.openforis.collect.web.controller
Methods in org.openforis.collect.web.controller that return UserController.UserForm Modifier and Type Method Description protected UserController.UserFormUserController. createFormInstance(User item)UserController.UserFormSessionController. getLoggedUser(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)UserController.UserFormSessionController. initialize(javax.servlet.http.HttpServletRequest request)Methods in org.openforis.collect.web.controller with parameters of type UserController.UserForm Modifier and Type Method Description protected 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.UserForm Modifier and Type Method Description voidUserValidator. validateForm(UserController.UserForm target, org.springframework.validation.Errors errors)
-