All Downloads are FREE. Search and download functionalities are using the official Maven repository.

se.unbound.tapestry.breadcrumbs.BreadCrumbSymbols Maven / Gradle / Ivy

There is a newer version: 1.9
Show newest version
package se.unbound.tapestry.breadcrumbs;

public class BreadCrumbSymbols {
    /**
     * Indicates if crumbs since the last visit to the current page should be discarded or not. Defaults to true.
     */
    public static final String DISCARD_DUPLICATES = "tapestry-breadcrumbs.discard-duplicates";
    /**
     * Indicates the maximum number of crumbs to store in the BreadCrumbList. Defaults to Integer.MAX_VALUE.
     */
    public static final String MAX_CRUMBS_TO_SAVE = "tapestry-breadcrumbs.max-crumbs-to-save";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy