Interface HstConfigurationAugmenter
-
public interface HstConfigurationAugmenter
Classes that implement this interface can be used to augment the loaded configuration. The implementations will get theaugment(MutableVirtualHosts)
called by theHstManager
after theMutableVirtualHosts
object is completely loaded and all configuration has been enhanced.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
augment(MutableVirtualHosts hosts)
Implementations that are
-
-
-
Method Detail
-
augment
void augment(MutableVirtualHosts hosts) throws ContainerException
Implementations that are- Parameters:
hosts
- the MutableVirtualHosts to augment- Throws:
ContainerException
-
-