Uses of Interface
com.collation.platform.model.topology.app.lotus.WebConfig

Packages that use WebConfig
com.collation.platform.model.topology.app.lotus   
 

Uses of WebConfig in com.collation.platform.model.topology.app.lotus
 

Methods in com.collation.platform.model.topology.app.lotus that return WebConfig
 WebConfig DominoServer.getWebConfig()
          Represents a set of configuration attributes that are related to the web server configuration All values are obtained from the server document.
 

Methods in com.collation.platform.model.topology.app.lotus with parameters of type WebConfig
 void DominoServer.setWebConfig(WebConfig config)