Class TopLeftRightPageCompiler
java.lang.Object
net.n2oapp.framework.config.metadata.compile.ComponentCompiler<TopLeftRightPage,N2oTopLeftRightPage,PageContext>
net.n2oapp.framework.config.metadata.compile.page.PageCompiler<N2oTopLeftRightPage,TopLeftRightPage>
net.n2oapp.framework.config.metadata.compile.page.BasePageCompiler<N2oTopLeftRightPage,TopLeftRightPage>
net.n2oapp.framework.config.metadata.compile.page.TopLeftRightPageCompiler
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<TopLeftRightPage,,N2oTopLeftRightPage, PageContext> BaseSourceCompiler<TopLeftRightPage,N2oTopLeftRightPage, PageContext>
@Component
public class TopLeftRightPageCompiler
extends BasePageCompiler<N2oTopLeftRightPage,TopLeftRightPage>
Компиляция страницы с тремя регионами
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompile(N2oTopLeftRightPage source, PageContext context, CompileProcessor p) protected StringСвойство содержащее React компонент по умолчаниюinitRegions(N2oTopLeftRightPage source, TopLeftRightPage page, CompileProcessor p, PageContext context, Object... scopes) Methods inherited from class net.n2oapp.framework.config.metadata.compile.page.BasePageCompiler
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
-
TopLeftRightPageCompiler
public TopLeftRightPageCompiler()
-
-
Method Details
-
compile
public TopLeftRightPage compile(N2oTopLeftRightPage source, PageContext context, CompileProcessor p) -
initRegions
protected Map<String,List<Region>> initRegions(N2oTopLeftRightPage source, TopLeftRightPage page, CompileProcessor p, PageContext context, Object... scopes) - Specified by:
initRegionsin classBasePageCompiler<N2oTopLeftRightPage,TopLeftRightPage>
-
getSourceClass
-
getSrcProperty
Description copied from class:ComponentCompilerСвойство содержащее React компонент по умолчанию- Overrides:
getSrcPropertyin classComponentCompiler<TopLeftRightPage,N2oTopLeftRightPage, PageContext>
-