Uses of Class
net.n2oapp.framework.config.metadata.compile.context.PageContext
Packages that use PageContext
Package
Description
-
Uses of PageContext in net.n2oapp.framework.config.metadata.compile.action
Methods in net.n2oapp.framework.config.metadata.compile.action that return PageContextModifier and TypeMethodDescriptionprotected PageContextAbstractOpenPageCompiler.constructContext(S source, String route, CompileProcessor p) protected PageContextAbstractOpenPageCompiler.initPageContext(D compiled, S source, CompileContext<?, ?> context, CompileProcessor p) Methods in net.n2oapp.framework.config.metadata.compile.action with parameters of type PageContextModifier and TypeMethodDescriptionprotected abstract voidAbstractModalCompiler.compilePayload(S source, D compiled, PageContext pageContext, CompileProcessor p) protected voidOpenDrawerCompiler.compilePayload(N2oOpenDrawer source, OpenDrawer drawer, PageContext pageContext, CompileProcessor p) protected voidShowModalCompiler.compilePayload(N2oShowModal source, ShowModal showModal, PageContext pageContext, CompileProcessor p) protected voidAbstractOpenPageCompiler.initToolbarBySubmitOperation(S source, PageContext context, CompileProcessor p) Deprecated. -
Uses of PageContext in net.n2oapp.framework.config.metadata.compile.context
Subclasses of PageContext in net.n2oapp.framework.config.metadata.compile.contextModifier and TypeClassDescriptionclassclassКонтекст подстраницы, используемой в регионе `invalid input: '<'sub-page>`Methods in net.n2oapp.framework.config.metadata.compile.context with parameters of type PageContextModifier and TypeMethodDescriptionvoidPageContext.addParentRoute(String route, PageContext context) -
Uses of PageContext in net.n2oapp.framework.config.metadata.compile.page
Methods in net.n2oapp.framework.config.metadata.compile.page with parameters of type PageContextModifier and TypeMethodDescriptionLeftRightPageCompiler.compile(N2oLeftRightPage source, PageContext context, CompileProcessor p) SearchablePageCompiler.compile(N2oSearchablePage source, PageContext context, CompileProcessor p) SimplePageCompiler.compile(N2oSimplePage source, PageContext context, CompileProcessor p) StandardPageCompiler.compile(N2oStandardPage source, PageContext context, CompileProcessor p) TopLeftRightPageCompiler.compile(N2oTopLeftRightPage source, PageContext context, CompileProcessor p) protected voidPageCompiler.compileBaseProperties(S source, C page, PageContext context, CompileProcessor p) Компиляция базовых свойств страницыBasePageCompiler.compilePage(S source, D page, PageContext context, CompileProcessor p, SearchBarScope searchBarScope) protected BreadcrumbListPageCompiler.initBreadcrumb(N2oPage source, String pageName, PageContext context, CompileProcessor p) Получение базового маршрута страницыprotected BreadcrumbListPageCompiler.initBreadcrumbByContext(String pageName, PageContext context) Получение базового маршрута страницы по контексту сборкиprotected voidPageCompiler.initContextDatasources(DataSourcesScope dataSourcesScope, ClientDatasourceIdsScope clientDatasourceIdsScope, PageScope pageScope, PageContext context, CompileProcessor p) protected PagePropertyPageCompiler.initPageName(N2oPage source, String pageName, PageContext context, CompileProcessor p) Инициализация заголовков страницыprotected StringPageCompiler.initPageRoute(N2oPage source, PageContext context, CompileProcessor p) Получение базового маршрута страницыprotected voidBasePageCompiler.initRegions(SourceComponent[] pageItems, Map<String, List<Region>> regionMap, String defaultPlace, PageContext context, CompileProcessor p, Object... scopes) Инициализация всех регионов страницы и добавление их в контейнер со всеми регионами страницыBasePageCompiler.initRegions(S source, D page, CompileProcessor p, PageContext context, Object... scopes) LeftRightPageCompiler.initRegions(N2oLeftRightPage source, StandardPage page, CompileProcessor p, PageContext context, Object... scopes) SearchablePageCompiler.initRegions(N2oSearchablePage source, SearchablePage page, CompileProcessor p, PageContext context, Object... scopes) StandardPageCompiler.initRegions(N2oStandardPage source, StandardPage page, CompileProcessor p, PageContext context, Object... scopes) TopLeftRightPageCompiler.initRegions(N2oTopLeftRightPage source, TopLeftRightPage page, CompileProcessor p, PageContext context, Object... scopes) protected voidPageCompiler.registerRoutes(PageRoutes routes, PageContext context, CompileProcessor p) Регистрация маршрутов страницы -
Uses of PageContext in net.n2oapp.framework.config.metadata.compile.region
Methods in net.n2oapp.framework.config.metadata.compile.region with parameters of type PageContextModifier and TypeMethodDescriptionCustomRegionCompiler.compile(N2oCustomRegion source, PageContext context, CompileProcessor p) LineRegionCompiler.compile(N2oLineRegion source, PageContext context, CompileProcessor p) PanelRegionCompiler.compile(N2oPanelRegion source, PageContext context, CompileProcessor p) ScrollspyRegionCompiler.compile(N2oScrollspyRegion source, PageContext context, CompileProcessor p) TabsRegionCompiler.compile(N2oTabsRegion source, PageContext context, CompileProcessor p) protected List<CompiledRegionItem> BaseRegionCompiler.initContent(SourceComponent[] items, PageContext context, CompileProcessor p, Source source) protected List<TabsRegion.Tab> TabsRegionCompiler.initItems(N2oTabsRegion source, PageContext context, CompileProcessor p) -
Uses of PageContext in net.n2oapp.framework.config.util
Methods in net.n2oapp.framework.config.util with parameters of type PageContextModifier and TypeMethodDescriptionPageContextCompileUtil.initParentDatasourceIdsMap(PageContext context, CompileProcessor p) Инициализация соответствия идентификаторов источников данных родительской страницы с клиентскими идентификаторами