Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.scopemvc.util
Class DefaultScopeConfig  view DefaultScopeConfig download DefaultScopeConfig.java

java.lang.Object
  extended byjava.util.ResourceBundle
      extended byjava.util.ListResourceBundle
          extended byorg.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) 55 . Custom configuration specified this way overrides the defaults in this resource.

Version:
$Revision: 1.5 $ $Date: 2002/01/12 09:35:40 $

Nested Class Summary
 
Nested classes inherited from class java.util.ResourceBundle
 
Field Summary
(package private) static java.lang.Object[][] contents
           
 
Fields inherited from class java.util.ResourceBundle
parent
 
Constructor Summary
DefaultScopeConfig()
           
 
Method Summary
 java.lang.Object[][] getContents()
          Gets the key/value list.
 
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
 

Field Detail

contents

static final java.lang.Object[][] contents
Constructor Detail

DefaultScopeConfig

public DefaultScopeConfig()
Method Detail

getContents

public java.lang.Object[][] getContents()
Description copied from class: java.util.ListResourceBundle
Gets the key/value list. You must override this method, and should not provide duplicate keys or null entries.