org.nanocontainer.testmodel
Interface WebServerConfig
- All Known Implementing Classes:
- DefaultWebServerConfig, ResourceBundleWebServerConfig, WebServerConfigBean, WebServerConfigComp, WebServerConfigStub
- public interface WebServerConfig
For a two parameter confiuration, you might prefer to use
addParameterForComponent on OldRegistrationPicoContainer. This example
that uses a separate configuration object would be better
for cases where there were say fifty configurable things
about a particilar component.
getHost
public java.lang.String getHost()
getPort
public int getPort()
Copyright © 2003-2007 Codehaus. All Rights Reserved.