Class ChainResultSummaryCrumb

    • Constructor Detail

      • ChainResultSummaryCrumb

        public ChainResultSummaryCrumb​(javax.servlet.http.HttpServletRequest request,
                                       com.opensymphony.xwork2.Action action)
    • Method Detail

      • isShown

        public boolean isShown()
        Description copied from interface: BreadCrumb
        Should the BreadCrumb be shown?
        Returns:
        true if it should be displayed
      • getId

        public String getId()
      • getLabel

        public String getLabel()
        Description copied from interface: BreadCrumb
        Returns the visible label for the bread crumb
        Returns:
        string, cannot be null
      • getUrl

        public String getUrl()
        Description copied from interface: BreadCrumb
        Returns the URL for the given label
        Returns:
        URL of label. No context is added
      • isCurrentPage

        public boolean isCurrentPage()
        Description copied from interface: BreadCrumb
        Returns true if the curren BreadCrumb should be selected
        Returns:
        true or false
      • getTitle

        public String getTitle()