Package org.zkoss.bind.annotation
Annotation Type GlobalCommand
-
@Target(METHOD) @Retention(RUNTIME) public @interface GlobalCommandMarker annotation to identify a Global Command method.
A Global Command method could also use withBindingParamand others to assign a binding argument as its parameter, andDefaultto assign a default value if the argument is null.- Since:
- 6.0.0
- Author:
- dennischen
- See Also:
BindingParam,ExecutionParam,ExecutionArgParam,HeaderParam,CookieParam,QueryParam,ScopeParam,ContextParam,Default
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String[]value
-