org.xwiki.configuration.internal
Class DefaultConfigurationSource

java.lang.Object
  extended by org.xwiki.configuration.internal.CompositeConfigurationSource
      extended by org.xwiki.configuration.internal.DefaultConfigurationSource
All Implemented Interfaces:
org.xwiki.component.phase.Initializable, org.xwiki.configuration.ConfigurationSource

@Component
@Singleton
public class DefaultConfigurationSource
extends CompositeConfigurationSource
implements org.xwiki.component.phase.Initializable

Composite Configuration Source that looks in the following sources in that order:

Should be used when a configuration should not be overriden by the user in his/her profile (in which case the AllConfigurationSource should be used.

Since:
2.0M1
Version:
$Id$

Constructor Summary
DefaultConfigurationSource()
           
 
Method Summary
 void initialize()
          
 
Methods inherited from class org.xwiki.configuration.internal.CompositeConfigurationSource
addConfigurationSource, containsKey, getKeys, getProperty, getProperty, getProperty, isEmpty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultConfigurationSource

public DefaultConfigurationSource()
Method Detail

initialize

public void initialize()
                throws org.xwiki.component.phase.InitializationException

Specified by:
initialize in interface org.xwiki.component.phase.Initializable
Throws:
org.xwiki.component.phase.InitializationException
See Also:
Initializable.initialize()


Copyright © 2004-2011 XWiki. All Rights Reserved.