public class ParamCall extends Object
BindingParam etc.. features.| Modifier and Type | Class and Description |
|---|---|
static interface |
ParamCall.ParamResolver<T> |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Class<? extends Annotation>,ParamCall.ParamResolver<Annotation>> |
_paramResolvers |
static String |
BINDING_PARAM_CALL_TYPE |
| Constructor and Description |
|---|
ParamCall() |
ParamCall(boolean mappingType) |
| Modifier and Type | Method and Description |
|---|---|
void |
call(Object base,
Method method) |
BindContext |
getBindContext() |
Binder |
getBinder() |
void |
setBindContext(BindContext ctx) |
void |
setBinder(Binder binder) |
void |
setBindingArgs(Map<String,Object> bindingArgs) |
void |
setComponent(org.zkoss.zk.ui.Component comp) |
void |
setExecution(org.zkoss.zk.ui.Execution exec) |
protected Map<Class<? extends Annotation>,ParamCall.ParamResolver<Annotation>> _paramResolvers
public static final String BINDING_PARAM_CALL_TYPE
public void setBindContext(BindContext ctx)
public BindContext getBindContext()
public void setBinder(Binder binder)
public Binder getBinder()
public void setComponent(org.zkoss.zk.ui.Component comp)
public void setExecution(org.zkoss.zk.ui.Execution exec)
Copyright © 2020. All rights reserved.