Class InvokeActionBinder
- java.lang.Object
-
- net.n2oapp.framework.config.metadata.compile.action.InvokeActionBinder
-
- All Implemented Interfaces:
CompiledClassAware,MetadataBinder<InvokeAction>,BaseMetadataBinder<InvokeAction>
@Component public class InvokeActionBinder extends Object implements BaseMetadataBinder<InvokeAction>
Связывание вызова запросов с данными
-
-
Constructor Summary
Constructors Constructor Description InvokeActionBinder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InvokeActionbind(InvokeAction action, BindProcessor p)Class<? extends Compiled>getCompiledClass()
-
-
-
Method Detail
-
bind
public InvokeAction bind(InvokeAction action, BindProcessor p)
- Specified by:
bindin interfaceMetadataBinder<InvokeAction>
-
getCompiledClass
public Class<? extends Compiled> getCompiledClass()
- Specified by:
getCompiledClassin interfaceCompiledClassAware
-
-