org.jboss.portal.server.impl.config
Class ConfigurationImpl
java.lang.Object
org.jboss.portal.server.impl.config.ConfigurationImpl
- All Implemented Interfaces:
- Loader, Configuration
public class ConfigurationImpl
- extends java.lang.Object
- implements Configuration
Implements the configuration interface.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationImpl
public ConfigurationImpl()
getNonSecurePort
public int getNonSecurePort()
- Specified by:
getNonSecurePort
in interface Configuration
setNonSecurePort
public void setNonSecurePort(int nonSecurePort)
getSecurePort
public int getSecurePort()
- Specified by:
getSecurePort
in interface Configuration
setSecurePort
public void setSecurePort(int securePort)
getBase
public java.lang.String getBase()
setBase
public void setBase(java.lang.String base)
load
public java.io.InputStream load(java.lang.String name)
- Description copied from interface:
Loader
- Returns an InputStream or null if not found.
- Specified by:
load
in interface Loader