Class BaseAppNavBean.PagesContentProvider

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

protected class BaseAppNavBean.PagesContentProvider extends Object implements IContentProvider
Map of all pages 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, new PagesContentProvider().getValue("/foo/bar.view") will return the IAppNavPage with an id of "/foo/bar.view" (if there is no such page, it will return null).