public class Web
extends java.lang.Object
Constructor and Description |
---|
Web() |
Modifier and Type | Method and Description |
---|---|
protected WebSite |
createSite(WebURL aSiteURL)
Creates a site for given URL.
|
protected WebSite |
getSite(WebURL aSiteURL)
Returns a site for given source URL.
|
static Web |
getWeb()
Returns the shared web.
|
boolean |
isSiteSet(WebURL aURL)
Returns whether a site is already set for URL.
|