Uses of Class
com.aoindustries.aoserv.client.web.Site
-
Packages that use Site Package Description com.aoindustries.aoserv.client.billing com.aoindustries.aoserv.client.linux com.aoindustries.aoserv.client.web com.aoindustries.aoserv.client.web.tomcat -
-
Uses of Site in com.aoindustries.aoserv.client.billing
Methods in com.aoindustries.aoserv.client.billing that return types with arguments of type Site Modifier and Type Method Description List<Site>Package. getHttpdSites() -
Uses of Site in com.aoindustries.aoserv.client.linux
Methods in com.aoindustries.aoserv.client.linux that return Site Modifier and Type Method Description SiteServer. getHttpdSite(String siteName)Methods in com.aoindustries.aoserv.client.linux that return types with arguments of type Site Modifier and Type Method Description List<Site>Server. getHttpdSites()List<Site>UserServer. getHttpdSites() -
Uses of Site in com.aoindustries.aoserv.client.web
Methods in com.aoindustries.aoserv.client.web that return Site Modifier and Type Method Description SiteSiteTable. get(int id)SiteLocation. getHttpdSite()SiteSiteTable. getHttpdSite(String siteName, Server ao)SiteStaticSite. getHttpdSite()SiteVirtualHost. getHttpdSite()Methods in com.aoindustries.aoserv.client.web that return types with arguments of type Site Modifier and Type Method Description List<Site>HttpdServer. getHttpdSites()List<Site>SiteTable. getHttpdSites(Package pk)List<Site>SiteTable. getHttpdSites(Server ao)List<Site>SiteTable. getHttpdSites(UserServer lsa) -
Uses of Site in com.aoindustries.aoserv.client.web.tomcat
Methods in com.aoindustries.aoserv.client.web.tomcat that return Site Modifier and Type Method Description SiteSite. getHttpdSite()
-