Class HTMLPairType

    • Constructor Detail

      • HTMLPairType

        public HTMLPairType()
      • HTMLPairType

        public HTMLPairType​(com.atlassian.velocity.htmlsafe.HtmlFragment key,
                            com.atlassian.velocity.htmlsafe.HtmlFragment value)
        Constructs a HTMLPairtype using the passed in HtmlFragments.
        Parameters:
        key - the key returned when getKey is called.
        value - the value returned when getValue is called.
      • HTMLPairType

        public HTMLPairType​(String key,
                            String value)
        Convinience method that will create HtmlFragments to surround the passed strings.
        Parameters:
        key -
        value -
    • Method Detail

      • getKey

        public com.atlassian.velocity.htmlsafe.HtmlFragment getKey()
      • setKey

        public void setKey​(com.atlassian.velocity.htmlsafe.HtmlFragment key)
      • getValue

        public com.atlassian.velocity.htmlsafe.HtmlFragment getValue()
      • setValue

        public void setValue​(com.atlassian.velocity.htmlsafe.HtmlFragment value)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object