Class StandardPageCompiler
java.lang.Object
net.n2oapp.framework.config.metadata.compile.ComponentCompiler<C,S,PageContext>
net.n2oapp.framework.config.metadata.compile.page.PageCompiler<S,D>
net.n2oapp.framework.config.metadata.compile.page.BasePageCompiler<N2oStandardPage,StandardPage>
net.n2oapp.framework.config.metadata.compile.page.StandardPageCompiler
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<StandardPage,,N2oStandardPage, PageContext> BaseSourceCompiler<StandardPage,N2oStandardPage, PageContext>
Компиляция стандартной страницы с регионами
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompile(N2oStandardPage source, PageContext context, CompileProcessor p) protected StringСвойство содержащее React компонент по умолчаниюinitRegions(N2oStandardPage source, StandardPage page, CompileProcessor p, PageContext context, Object... scopes) Methods inherited from class net.n2oapp.framework.config.metadata.compile.page.BasePageCompiler
collectWidgets, compilePage, initRegionsMethods inherited from class net.n2oapp.framework.config.metadata.compile.page.PageCompiler
cloneToolbar, compileBaseProperties, initBreadcrumb, initBreadcrumbByContext, initContextDatasources, initPageName, initPageRoute, registerRoutesMethods inherited from class net.n2oapp.framework.config.metadata.compile.ComponentCompiler
compileComponent
-
Constructor Details
-
StandardPageCompiler
public StandardPageCompiler()
-
-
Method Details
-
getSourceClass
-
compile
-
initRegions
protected Map<String,List<Region>> initRegions(N2oStandardPage source, StandardPage page, CompileProcessor p, PageContext context, Object... scopes) - Specified by:
initRegionsin classBasePageCompiler<N2oStandardPage,StandardPage>
-
getSrcProperty
Description copied from class:ComponentCompilerСвойство содержащее React компонент по умолчанию- Overrides:
getSrcPropertyin classComponentCompiler<StandardPage,N2oStandardPage, PageContext>
-