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