Package com.inductiveautomation.snap.web
Class Web
- java.lang.Object
-
- com.inductiveautomation.snap.web.Web
-
public class Web extends java.lang.Object
This class manages data site.
-
-
Constructor Summary
Constructors Constructor Description Web()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-