Uses of Class
org.conical.common.bbl.web.util.BreadCrumb
Packages that use 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
Methods in org.conical.common.bbl.web.util that return types with arguments of type BreadCrumbModifier and TypeMethodDescriptionBreadCrumbTrail.getCrumbs()
Returns the current stack of crumbs (in bottom to top order).Methods in org.conical.common.bbl.web.util with parameters of type BreadCrumbModifier and TypeMethodDescriptionvoid
BreadCrumbTrail.addBreadCrumb
(BreadCrumb newCrumb) Adds the passedBreadCrumb
to the trail.