Class InvokeActionCompiler
- java.lang.Object
-
- net.n2oapp.framework.config.metadata.compile.action.AbstractActionCompiler<InvokeAction,N2oInvokeAction>
-
- net.n2oapp.framework.config.metadata.compile.action.InvokeActionCompiler
-
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<InvokeAction,N2oInvokeAction,CompileContext<?,?>>,BaseSourceCompiler<InvokeAction,N2oInvokeAction,CompileContext<?,?>>
@Component public class InvokeActionCompiler extends AbstractActionCompiler<InvokeAction,N2oInvokeAction>
Сборка действия вызова операции
-
-
Constructor Summary
Constructors Constructor Description InvokeActionCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InvokeActioncompile(N2oInvokeAction source, CompileContext<?,?> context, CompileProcessor p)Class<? extends Source>getSourceClass()-
Methods inherited from class net.n2oapp.framework.config.metadata.compile.action.AbstractActionCompiler
compileAction, initTargetWidget
-
-
-
-
Method Detail
-
compile
public InvokeAction compile(N2oInvokeAction source, CompileContext<?,?> context, CompileProcessor p)
-
-