org.jboss.portal.server.impl.config
Class ConfigurationImpl

java.lang.Object
  extended by 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.


Field Summary
 
Fields inherited from interface org.jboss.portal.common.util.Loader
REGEX_NAME_VALIDATOR
 
Constructor Summary
ConfigurationImpl()
           
 
Method Summary
 java.lang.String getBase()
           
 int getNonSecurePort()
           
 int getSecurePort()
           
 java.io.InputStream load(java.lang.String name)
          Returns an InputStream or null if not found.
 void setBase(java.lang.String base)
           
 void setNonSecurePort(int nonSecurePort)
           
 void setSecurePort(int securePort)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationImpl

public ConfigurationImpl()
Method Detail

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