Uses of Class
org.conical.common.bbl.web.util.BreadCrumb
Package
Description
Contains utility classes that would most likely come in handy during website development.
-
Uses of BreadCrumb in org.conical.common.bbl.web.util
Modifier and TypeMethodDescriptionBreadCrumbTrail.getCrumbs()
Returns the current stack of crumbs (in bottom to top order).Modifier and TypeMethodDescriptionvoid
BreadCrumbTrail.addBreadCrumb
(BreadCrumb newCrumb) Adds the passedBreadCrumb
to the trail.