Class TextCompiler
- java.lang.Object
-
- net.n2oapp.framework.config.metadata.compile.ComponentCompiler<D,S>
-
- net.n2oapp.framework.config.metadata.compile.control.FieldCompiler<Text,N2oText>
-
- net.n2oapp.framework.config.metadata.compile.control.TextCompiler
-
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<Text,N2oText,CompileContext<?,?>>,BaseSourceCompiler<Text,N2oText,CompileContext<?,?>>
@Component public class TextCompiler extends FieldCompiler<Text,N2oText>
Сборка компонента текста
-
-
Constructor Summary
Constructors Constructor Description TextCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Textcompile(N2oText source, CompileContext<?,?> context, CompileProcessor p)Class<? extends Source>getSourceClass()protected StringgetSrcProperty()Свойство содержащее React компонент по умолчанию-
Methods inherited from class net.n2oapp.framework.config.metadata.compile.control.FieldCompiler
compileDependencies, compileField, initLabel
-
Methods inherited from class net.n2oapp.framework.config.metadata.compile.ComponentCompiler
compileComponent
-
-
-
-
Method Detail
-
compile
public Text compile(N2oText source, CompileContext<?,?> context, CompileProcessor p)
-
getSrcProperty
protected String getSrcProperty()
Description copied from class:ComponentCompilerСвойство содержащее React компонент по умолчанию- Overrides:
getSrcPropertyin classFieldCompiler<Text,N2oText>
-
-