Class AbstractBreadCrumbGenerator
java.lang.Object
com.ptc.windchill.enterprise.navigation.breadcrumb.AbstractBreadCrumbGenerator
Abstract crumb generator class. Contains methods that can create JSONObject
crumbs which are used by the BreadCrumbController class, along with logic
that determines whether a container crumb should be used and whether the
current object is shared to another container.
Subclasses of this class are generally defined as inner classes of BreadCrumbDelegates. See the package javadoc for more information. Supported API: true
Extendable: true
Subclasses of this class are generally defined as inner classes of BreadCrumbDelegates. See the package javadoc for more information. Supported API: true
Extendable: true
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionUsed by Controller to fetch crumbs to process them.
-
Method Details
-
getBreadCrumbs
Used by Controller to fetch crumbs to process them.
Supported API: true- Returns:
- BreadCrumbArray
- Throws:
WTException
-