Interface MutableVirtualHosts

All Superinterfaces:
VirtualHosts

public interface MutableVirtualHosts extends VirtualHosts
  • Method Details

    • addMount

      void addMount(Mount mount)
      Parameters:
      mount -
    • getRootVirtualHostsByGroup

      Map<String,Map<String,VirtualHost>> getRootVirtualHostsByGroup()
      The root virtualhosts are the first segment of a host. For example just 'com', or just 'org'. In case of an IP adres, for for example the hostName 127.0.0.1, the root virtualhost will be '1' . A root virtualhost is also allowed to be www.example.com which is typically the case when it is runtime added
      Returns:
      all the root virtualhosts by hostgroup