Class BreadcrumbsDirective

java.lang.Object
ch.tocco.nice2.dms.impl.freemarker.ContentTreeDirective
ch.tocco.nice2.dms.impl.freemarker.BreadcrumbsDirective
All Implemented Interfaces:
Nice2TemplateDirective, freemarker.template.TemplateDirectiveModel, freemarker.template.TemplateModel

public class BreadcrumbsDirective extends ContentTreeDirective implements Nice2TemplateDirective
Parameters: * ignoreVisibleInNavigation (Boolean, optional, defaults to false): set to true, to ignore the flag "isVisibleInNavigation" * hideInvisibleRecursively (Boolean, optional, defaults to false): set to true, to take the flag "isVisibleInNavigation" into account recursively * showLast (Boolean, optional, defaults to false): set to true, to show the active page * showHome (Boolean, optional, defaults to true): set to false, to hide the home page Available variables: * href (String): url * label (String): label (name) * title (String): title, fallback to label * baseData (Entity): underlying entity of node (e.g. Page) * first (Boolean): first node of level * last (Boolean): last node of level * active (Boolean): true for the currently requested node * activePath (Boolean): true for any parent node of the currently requested node (i.e. its path is active)