Class PageContext
java.lang.Object
net.n2oapp.framework.config.metadata.compile.context.BaseCompileContext<Page,N2oPage>
net.n2oapp.framework.config.metadata.compile.context.PageContext
- All Implemented Interfaces:
Serializable,CompileContext<Page,N2oPage>
- Direct Known Subclasses:
ModalPageContext,SubPageContext
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPageContext(String sourcePageId) PageContext(String sourcePageId, String route) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddParentRoute(String route, PageContext context) Deprecated.booleanisIdentical(CompileContext<Page, N2oPage> obj) voidsetBreadcrumbs(List<Breadcrumb> breadcrumbs) Methods inherited from class net.n2oapp.framework.config.metadata.compile.context.BaseCompileContext
equals, getCompiledClass, getCompiledId, getParams, getPathRouteMapping, getQueryRouteMapping, getResultData, getRoute, getSourceClass, getSourceId, getUrlPattern, hashCode, setPathRouteMapping, setQueryRouteMapping, toString
-
Constructor Details
-
PageContext
-
PageContext
-
-
Method Details
-
setBreadcrumbs
-
getPreFilters
Deprecated. -
addParentRoute
-
isIdentical
- Specified by:
isIdenticalin interfaceCompileContext<Page,N2oPage> - Overrides:
isIdenticalin classBaseCompileContext<Page,N2oPage>
-