Uses of Class
de.gustavblass.fsu.fmi.roombooking.exceptions.IllegalHttpMethodException
Packages that use IllegalHttpMethodException
-
Uses of IllegalHttpMethodException in de.gustavblass.fsu.fmi.roombooking.controller
Methods in de.gustavblass.fsu.fmi.roombooking.controller that throw IllegalHttpMethodExceptionModifier and TypeMethodDescription@NonNull StringActorController.registerLocally(@NonNull org.springframework.ui.Model model, @NonNull @Valid LocalRegistrationActorDTO registerDTO, @NonNull org.springframework.validation.BindingResult result, @NonNull jakarta.servlet.http.HttpServletResponse response, @NonNull LdapRegistrationActorDTO ignoredDTO) HandlesPOSTrequests to/registerand allows the user to sign up at this service.@NonNull StringActorController.registerViaLdap(@NonNull org.springframework.ui.Model model, @NonNull @Valid LdapRegistrationActorDTO registerDTO, @NonNull org.springframework.validation.BindingResult result, @NonNull jakarta.servlet.http.HttpServletResponse response, @NonNull LocalRegistrationActorDTO ignoredDTO) HandlesPOSTrequests to/registerand allows the user to sign up at this service.