| Package | Description |
|---|---|
| org.alfresco.wcm.client | |
| org.alfresco.wcm.client.impl | |
| org.alfresco.wcm.client.util | |
| org.alfresco.wcm.client.util.impl |
| Modifier and Type | Method and Description |
|---|---|
static WebSite |
WebSiteService.getThreadWebSite()
Retrieve the WebSite object that has most recently been set on the
current thread via a call to
WebSiteService.setThreadWebSite(WebSite). |
abstract WebSite |
WebSiteService.getWebSite(String hostName,
int hostPort)
Gets the web site that relates to the host name and port.
|
abstract WebSite |
WebSiteService.getWebSite(String hostName,
int hostPort,
String contextPath)
Gets the website that relates to the specified host, port, and context path.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Collection<WebSite> |
WebSiteService.getWebSites()
Gets all the web sites hosted on the repository
|
| Modifier and Type | Method and Description |
|---|---|
static void |
WebSiteService.setThreadWebSite(WebSite website)
Set the supplied website in a thread-local container to make it available
for all activity that subsequently takes place on the current thread
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebSiteImpl
Web Site Implementation
|
| Modifier and Type | Method and Description |
|---|---|
WebSite |
WebSiteServiceImpl.getWebSite(String hostName,
int hostPort) |
WebSite |
WebSiteServiceImpl.getWebSite(String hostName,
int hostPort,
String contextPath) |
| Modifier and Type | Method and Description |
|---|---|
Collection<WebSite> |
WebSiteServiceImpl.getWebSites() |
| Modifier and Type | Method and Description |
|---|---|
String |
UrlUtils.getWebsiteDomain(WebSite website)
Get the website domain as a string.
|
| Modifier and Type | Method and Description |
|---|---|
String |
UrlUtilsImpl.getWebsiteDomain(WebSite webSite) |
Copyright © 2005–2014 Alfresco Software. All rights reserved.