Class ComponentCompiler<D extends Component,S extends N2oComponent>
- java.lang.Object
-
- net.n2oapp.framework.config.metadata.compile.ComponentCompiler<D,S>
-
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<D,S,CompileContext<?,?>>,BaseSourceCompiler<D,S,CompileContext<?,?>>
- Direct Known Subclasses:
CustomControlCompiler,FieldCompiler
public abstract class ComponentCompiler<D extends Component,S extends N2oComponent> extends Object implements BaseSourceCompiler<D,S,CompileContext<?,?>>
Сборка компонента
-
-
Constructor Summary
Constructors Constructor Description ComponentCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcompileComponent(D compiled, S source, CompileContext<?,?> context, CompileProcessor p)protected StringgetSrcProperty()Свойство содержащее React компонент по умолчанию-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.n2oapp.framework.api.metadata.aware.SourceClassAware
getSourceClass
-
Methods inherited from interface net.n2oapp.framework.api.metadata.compile.SourceCompiler
compile
-
-
-
-
Method Detail
-
compileComponent
protected void compileComponent(D compiled, S source, CompileContext<?,?> context, CompileProcessor p)
-
getSrcProperty
protected String getSrcProperty()
Свойство содержащее React компонент по умолчанию
-
-