public class

HTMLPairType

extends Object
implements Serializable
java.lang.Object
   ↳ com.atlassian.confluence.util.HTMLPairType

Summary

Public Constructors
HTMLPairType()
HTMLPairType(HtmlFragment key, HtmlFragment value)
Constructs a HTMLPairtype using the passed in HtmlFragments.
HTMLPairType(String key, String value)
Convinience method that will create HtmlFragments to surround the passed strings.
Public Methods
boolean equals(Object o)
HtmlFragment getKey()
HtmlFragment getValue()
int hashCode()
void setKey(HtmlFragment key)
void setValue(HtmlFragment value)
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public HTMLPairType ()

public HTMLPairType (HtmlFragment key, 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.

public HTMLPairType (String key, String value)

Convinience method that will create HtmlFragments to surround the passed strings.

Public Methods

public boolean equals (Object o)

public HtmlFragment getKey ()

public HtmlFragment getValue ()

public int hashCode ()

public void setKey (HtmlFragment key)

public void setValue (HtmlFragment value)

public String toString ()