Class BaseAppNavBean.SubNavsContentProvider

java.lang.Object
com.webmethods.caf.faces.bean.nav.BaseAppNavBean.SubNavsContentProvider
All Implemented Interfaces:
IContentProvider
Enclosing class:
BaseAppNavBean

protected class BaseAppNavBean.SubNavsContentProvider extends Object implements IContentProvider
Map of a sub-BaseAppNavBean for each page in the navigation hierarchy, keyed by id. For example, if there is a page with an id of "/foo/bar.view" in the navigation hierarchy, getSubNavs().getValue("/foo/bar.view") will return a BaseAppNavBean for the sub-hierarchy rooted by the page with an id of "/foo/bar.view" (if there is no such page, it will return null).