ariba.ui.aribaweb.util
Class AWCommunityContext.DomainAndValue
java.lang.Object
ariba.ui.aribaweb.util.AWCommunityContext.DomainAndValue
- Enclosing class:
- AWCommunityContext
public static class AWCommunityContext.DomainAndValue
- extends java.lang.Object
We implement a tag with a domain so that always know the domain in which the tag
is located.
Field Summary |
static java.lang.String |
Separator
|
Method Summary |
boolean |
equals(java.lang.Object odt)
|
java.lang.String |
getDomain()
|
java.lang.String |
getValue()
|
int |
hashCode()
|
java.lang.String |
toString()
We might choose to cache this for small domains |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Separator
public static final java.lang.String Separator
- See Also:
- Constant Field Values
getValue
public java.lang.String getValue()
getDomain
public java.lang.String getDomain()
toString
public java.lang.String toString()
- We might choose to cache this for small domains
- Overrides:
toString
in class java.lang.Object
- Returns:
equals
public boolean equals(java.lang.Object odt)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.