All Implemented Interfaces:
Streamable, StreamReadable, StreamWritable, Row, AoservReadable, AoservStreamable, AoservWritable, Disablable, Removable, SingleTableObject<Integer,Site>

public final class Site extends CachedObjectIntegerKey<Site> implements Disablable, Removable
An HttpdSite is one unique set of web content and resides in its own directory under /www. Each HttpdSite has a unique name per server, and may be served simultaneously on any number of HttpdBinds through any number of HttpdServers.

An HttpdSite only stores the information that is common to all site types. The site will always reference one, and only one, other type of entry, indicating the type of site and providing the rest of the information about the site.

Author:
AO Industries, Inc.
See Also: