Class HeaderConfigTitle.TitlePart

  • Enclosing class:
    HeaderConfigTitle

    public class HeaderConfigTitle.TitlePart
    extends java.lang.Object
    Holder for a path that appears in the title and any prefix and suffix values if they have been configured.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.String getPath()
      The path that should be in the title, with style removed.
      java.lang.String getPrefix()
      A prefix that may be an HTML tag to appear before this part in the title.
      java.lang.String getSuffix()
      A suffix that may be an HTML tag to appear after this part in the title.
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getPath

        public java.lang.String getPath()
        The path that should be in the title, with style removed.
        Returns:
        a path as a string
      • getPrefix

        public java.lang.String getPrefix()
        A prefix that may be an HTML tag to appear before this part in the title.
        Returns:
        the prefix or an empty string
      • getSuffix

        public java.lang.String getSuffix()
        A suffix that may be an HTML tag to appear after this part in the title.
        Returns:
        the suffix or an empty string
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object