Class LeftRightPageCompiler
- java.lang.Object
-
- 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 Constructor Description LeftRightPageCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StandardPagecompile(N2oLeftRightPage source, PageContext context, CompileProcessor p)protected java.lang.StringgetPropertyPageSrc()java.lang.Class<? extends Source>getSourceClass()protected voidinitRegions(N2oLeftRightPage source, StandardPage page, CompileProcessor p, PageContext context, PageScope pageScope, PageRoutes pageRoutes)-
Methods inherited from class net.n2oapp.framework.config.metadata.compile.page.BasePageCompiler
collectWidgets, compilePage
-
Methods inherited from class net.n2oapp.framework.config.metadata.compile.page.PageCompiler
initBreadcrumb, initPageName, initPageRoute, registerRoutes
-
-
-
-
Method Detail
-
compile
public StandardPage compile(N2oLeftRightPage source, PageContext context, CompileProcessor p)
-
initRegions
protected void initRegions(N2oLeftRightPage source, StandardPage page, CompileProcessor p, PageContext context, PageScope pageScope, PageRoutes pageRoutes)
- Specified by:
initRegionsin classBasePageCompiler<N2oLeftRightPage,StandardPage>
-
getSourceClass
public java.lang.Class<? extends Source> getSourceClass()
-
getPropertyPageSrc
protected java.lang.String getPropertyPageSrc()
- Specified by:
getPropertyPageSrcin classPageCompiler<N2oLeftRightPage,StandardPage>
-
-