| Package | Description |
|---|---|
| org.broadleafcommerce.common.site.domain | |
| org.broadleafcommerce.common.site.service.type |
| Modifier and Type | Method and Description |
|---|---|
SiteResolutionType |
Site.getSiteResolutionType()
Intended to be used along with the #getSiteIdentifierValue()
by an implementation of SiteResolver to determine
if this is the current site.
|
SiteResolutionType |
SiteImpl.getSiteResolutionType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Site.setSiteResolutionType(SiteResolutionType siteResolutionType)
Sets the site resolution type.
|
void |
SiteImpl.setSiteResolutionType(SiteResolutionType siteResolutionType) |
| Modifier and Type | Field and Description |
|---|---|
static SiteResolutionType |
SiteResolutionType.DOMAIN |
static SiteResolutionType |
SiteResolutionType.DOMAIN_PREFIX |
| Modifier and Type | Method and Description |
|---|---|
static SiteResolutionType |
SiteResolutionType.getInstance(String type) |
Copyright © 2014. All Rights Reserved.