org.scopemvc.util
Class DefaultScopeConfig

java.lang.Object
  |
  +--java.util.ResourceBundle
        |
        +--java.util.ListResourceBundle
              |
              +--org.scopemvc.util.DefaultScopeConfig

public class DefaultScopeConfig
extends java.util.ListResourceBundle

Default resources for Scope. Can be augmented with a new ResourceBundle to customize Scope behaviour, in which case, see ScopeConfig.setPropertiesName(java.lang.String). Custom configuration specified this way overrides the defaults in this resource.

Version:
$Revision: 1.8 $ $Date: 2002/09/12 10:51:34 $
Author:
Steve Meyfroidt

Field Summary
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
DefaultScopeConfig()
           
 
Method Summary
 java.lang.Object[][] getContents()
          Gets the contents
 
Methods inherited from class java.util.ListResourceBundle
getKeys, handleGetObject
 
Methods inherited from class java.util.ResourceBundle
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultScopeConfig

public DefaultScopeConfig()
Method Detail

getContents

public java.lang.Object[][] getContents()
Gets the contents

Specified by:
getContents in class java.util.ListResourceBundle
Returns:
The contents value


Copyright © 2000-2002 The Scope Team. All Rights Reserved.