@Target(value=FIELD) @Retention(value=RUNTIME) @Documented public @interface RequestProtected
Modifier and Type | Optional Element and Description |
---|---|
org.springframework.web.bind.annotation.RequestMethod[] |
method
HTTP methods that annotation should apply to.
|
public abstract org.springframework.web.bind.annotation.RequestMethod[] method
For example you might prevent a property from being updated on POST only. For other request methods, the default view security level will be used (unless the RequestAccess annotation is also present)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.