Class SimpleBreadcrumb

    • Constructor Detail

      • SimpleBreadcrumb

        public SimpleBreadcrumb​(String i18nKey,
                                String path)
        Constructs a simple breadcrumb with no parent and the given text and URL.
        Parameters:
        i18nKey - eg "people.directory.name"
        path - eg "/peopledirectory.action"
      • SimpleBreadcrumb

        public SimpleBreadcrumb​(String i18nKey,
                                String path,
                                Breadcrumb parent)
        Constructs a simple breadcrumb with the provided parent and the given text and URL.
        Parameters:
        i18nKey - eg "people.directory.name"
        path - eg "/peopledirectory.action"
        parent - the parent breadcrumb