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