Package org.conical.common.bbl.web.util
Class BreadCrumb
java.lang.Object
org.conical.common.bbl.web.util.BreadCrumb
Breadcrumbs are used to navigate webpages. This implementation uses levels
to indicate how deep in the tree this breadcrumb is.
BreadCrumbTrail
then interprets this level and adds/removes breadcrumbs based on each one added.
Also available are the link the breadcrumb is a reference to and the display
value that should be shown.- Author:
- rdoherty
-
Constructor Summary
ConstructorDescriptionBreadCrumb
(String link, String displayValue, int level) Constructor which takes all information contained in this instance. -
Method Summary
-
Constructor Details
-
BreadCrumb
Constructor which takes all information contained in this instance.- Parameters:
link
- link that should be navigated to when this breadcrumb is clickeddisplayValue
- value displayed on button or linklevel
- depth in the link tree
-
-
Method Details