org.jboss.portal.server.config
Interface Configuration

All Superinterfaces:
Loader
All Known Implementing Classes:
ConfigurationImpl

public interface Configuration
extends Loader

Defines a single place in the server used to store configuration information.


Field Summary
 
Fields inherited from interface org.jboss.portal.common.util.Loader
REGEX_NAME_VALIDATOR
 
Method Summary
 int getNonSecurePort()
           
 int getSecurePort()
           
 
Methods inherited from interface org.jboss.portal.common.util.Loader
load
 

Method Detail

getNonSecurePort

int getNonSecurePort()

getSecurePort

int getSecurePort()