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:
CompileContext<Page,N2oPage>
- Direct Known Subclasses:
ModalPageContext
public class PageContext extends BaseCompileContext<Page,N2oPage>
-
-
Constructor Summary
Constructors Constructor Description PageContext(String sourcePageId)PageContext(String sourcePageId, String route)PageContext(PageContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetBreadcrumbs(List<Breadcrumb> breadcrumbs)-
Methods inherited from class net.n2oapp.framework.config.metadata.compile.context.BaseCompileContext
equals, getCompiledClass, getCompiledId, getParams, getParentModelLink, getPathRouteMapping, getQueryRouteMapping, getRoute, getSourceClass, getSourceId, hashCode, setParentModelLink, setPathRouteMapping, setQueryRouteMapping, toString
-
-
-
-
Constructor Detail
-
PageContext
public PageContext(String sourcePageId)
-
PageContext
public PageContext(PageContext context)
-
-
Method Detail
-
setBreadcrumbs
public void setBreadcrumbs(List<Breadcrumb> breadcrumbs)
-
-