org.zkoss.bind.annotation
Annotation Type Command
@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Command
Marker annotation to identify a Command method.
A 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:
- henrichen, 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.