public class SiteResolutionType extends Object implements Serializable, BroadleafEnumerationType
#getSiteIdentifierValue() should be set as follows:
to use DOMAIN resolution, set to "mysite.mycompany.com"
to use DOMAIN_PREFIX resolution, set to "mysite"| Modifier and Type | Field and Description |
|---|---|
static SiteResolutionType |
DOMAIN |
static SiteResolutionType |
DOMAIN_PREFIX |
| Constructor and Description |
|---|
SiteResolutionType() |
SiteResolutionType(String type,
String friendlyType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getFriendlyType() |
static SiteResolutionType |
getInstance(String type) |
String |
getType() |
int |
hashCode() |
public static final SiteResolutionType DOMAIN
public static final SiteResolutionType DOMAIN_PREFIX
public static SiteResolutionType getInstance(String type)
public String getType()
getType in interface BroadleafEnumerationTypepublic String getFriendlyType()
getFriendlyType in interface BroadleafEnumerationTypeCopyright © 2014. All Rights Reserved.