Annotation Interface AllowedMethods
This annotation allows actions to specify allowed action methods to limit access to any other public action's methods
This annotation can be used directly on Action classes or in the package-info.java class in order to specify global allowed methods for all sub-packages.
-
Optional Element Summary
-
Element Details
-
value
String[] value- Default:
- {"execute"}
-