public class ParamCall
extends java.lang.Object
BindingParam
etc.. features.Modifier and Type | Class and Description |
---|---|
static interface |
ParamCall.ParamResolver<T> |
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,ParamCall.ParamResolver<java.lang.annotation.Annotation>> |
_paramResolvers |
static java.lang.String |
BINDING_PARAM_CALL_TYPE |
Constructor and Description |
---|
ParamCall() |
ParamCall(boolean mappingType) |
Modifier and Type | Method and Description |
---|---|
void |
call(java.lang.Object base,
java.lang.reflect.Method method) |
BindContext |
getBindContext() |
Binder |
getBinder() |
void |
setBindContext(BindContext ctx) |
void |
setBinder(Binder binder) |
void |
setBindingArgs(java.util.Map<java.lang.String,java.lang.Object> bindingArgs) |
void |
setComponent(Component comp) |
void |
setExecution(Execution exec) |
protected java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,ParamCall.ParamResolver<java.lang.annotation.Annotation>> _paramResolvers
public static final java.lang.String BINDING_PARAM_CALL_TYPE
public void setBindContext(BindContext ctx)
public BindContext getBindContext()
public void setBinder(Binder binder)
public Binder getBinder()
public void setBindingArgs(java.util.Map<java.lang.String,java.lang.Object> bindingArgs)
public void call(java.lang.Object base, java.lang.reflect.Method method)
public void setComponent(Component comp)
public void setExecution(Execution exec)
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.