Class BaseCrumb

    • Field Detail

      • request

        protected javax.servlet.http.HttpServletRequest request
      • action

        protected com.opensymphony.xwork2.Action action
    • Constructor Detail

      • BaseCrumb

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

      • isInCurrentPath

        protected boolean isInCurrentPath​(String path)
      • isAnyChildShown

        protected boolean isAnyChildShown()
      • setRequest

        public void setRequest​(javax.servlet.http.HttpServletRequest request)
      • setAction

        public void setAction​(com.opensymphony.xwork2.Action action)
      • getAccessKey

        public String getAccessKey()
        Description copied from interface: BreadCrumb
        Returns a key as an access key
        Specified by:
        getAccessKey in interface BreadCrumb
        Returns:
        null if doesn't exist
      • getLabelWithAccessKeyUnderlined

        public String getLabelWithAccessKeyUnderlined()