Package org.springjutsu.validation.mvc.annotations

Additional convenience annotations for Spring MVC @Controller model.

See:
          Description

Annotation Types Summary
SuccessView When annotating a controller method, the value is a string that indicates the view that should follow a successful completion of the method, overriding any previously evaluated view names.
ValidationFailureView When annotating a controller method, the value is a string that indicates the view that should follow failed validation on an @Valid annotated model, overriding any previously evaluated view names.
 

Package org.springjutsu.validation.mvc.annotations Description

Additional convenience annotations for Spring MVC @Controller model.



Copyright © 2013 Spring Jutsu. All Rights Reserved.