Class Mapper.MappedHost

java.lang.Object
org.apache.catalina.mapper.Mapper.MapElement<Host>
org.apache.catalina.mapper.Mapper.MappedHost
Enclosing class:
Mapper

protected static final class Mapper.MappedHost extends Mapper.MapElement<Host>
  • Field Details

  • Constructor Details

    • MappedHost

      public MappedHost(String name, Host host)
      Constructor used for the primary Host
      Parameters:
      name - The name of the virtual host
      host - The host
    • MappedHost

      public MappedHost(String alias, Mapper.MappedHost realHost)
      Constructor used for an Alias
      Parameters:
      alias - The alias of the virtual host
      realHost - The host the alias points to
  • Method Details