@Target(value=FIELD) @Retention(value=RUNTIME) @Documented public @interface RequestAccessible
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 want to allow updates for GET only. For other request methods, the default view security level will be used (unless the RequestProtected annotation is also present)
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.