Class SearchablePageCompiler
- java.lang.Object
-
- net.n2oapp.framework.config.metadata.compile.page.PageCompiler<S,D>
-
- net.n2oapp.framework.config.metadata.compile.page.BasePageCompiler<N2oSearchablePage,SearchablePage>
-
- net.n2oapp.framework.config.metadata.compile.page.SearchablePageCompiler
-
- All Implemented Interfaces:
SourceClassAware,SourceCompiler<SearchablePage,N2oSearchablePage,PageContext>,BaseSourceCompiler<SearchablePage,N2oSearchablePage,PageContext>
@Component public class SearchablePageCompiler extends BasePageCompiler<N2oSearchablePage,SearchablePage>
Компиляция страницы с регионами и поисковой строкой
-
-
Constructor Summary
Constructors Constructor Description SearchablePageCompiler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SearchablePagecompile(N2oSearchablePage source, PageContext context, CompileProcessor p)protected java.lang.StringgetPropertyPageSrc()java.lang.Class<? extends Source>getSourceClass()protected voidinitRegions(N2oSearchablePage source, SearchablePage 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 SearchablePage compile(N2oSearchablePage source, PageContext context, CompileProcessor p)
-
initRegions
protected void initRegions(N2oSearchablePage source, SearchablePage page, CompileProcessor p, PageContext context, PageScope pageScope, PageRoutes pageRoutes)
- Specified by:
initRegionsin classBasePageCompiler<N2oSearchablePage,SearchablePage>
-
getPropertyPageSrc
protected java.lang.String getPropertyPageSrc()
- Specified by:
getPropertyPageSrcin classPageCompiler<N2oSearchablePage,SearchablePage>
-
getSourceClass
public java.lang.Class<? extends Source> getSourceClass()
-
-