Class SwitchActionCompiler
java.lang.Object
net.n2oapp.framework.config.metadata.compile.action.AbstractActionCompiler<SwitchAction,N2oSwitchAction>
net.n2oapp.framework.config.metadata.compile.action.SwitchActionCompiler
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<SwitchAction,,N2oSwitchAction, CompileContext<?, ?>> BaseSourceCompiler<SwitchAction,N2oSwitchAction, CompileContext<?, ?>>
@Component
public class SwitchActionCompiler
extends AbstractActionCompiler<SwitchAction,N2oSwitchAction>
Компиляция действия switch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompile(N2oSwitchAction source, CompileContext<?, ?> context, CompileProcessor p) Methods inherited from class net.n2oapp.framework.config.metadata.compile.action.AbstractActionCompiler
compileAction, getLocalDatasourceId, getLocalModel, getModelFromComponentScope, getPageId, initDefaults, initId, initMappings, initParentRoutePathMappings
-
Constructor Details
-
SwitchActionCompiler
public SwitchActionCompiler()
-
-
Method Details
-
getSourceClass
-
compile
public SwitchAction compile(N2oSwitchAction source, CompileContext<?, ?> context, CompileProcessor p)
-