org.zkoss.bind.annotation
Annotation Type GlobalCommand
@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface GlobalCommand
Marker annotation to identify a Global Command method.
A Global Command method could also use with BindingParam and others to assign a binding argument as its parameter,
and Default to 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 |
java.lang.String[] |
value
|
value
public abstract java.lang.String[] value
- Default:
- {}
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.