org.xwiki.configuration.internal
Class AllConfigurationSource

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

@Component
@Named(value="all")
@Singleton
public class AllConfigurationSource
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 can be overriden by the user in his/her profile.

Since:
2.0M2
Version:
$Id$

Constructor Summary
AllConfigurationSource()
           
 
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

AllConfigurationSource

public AllConfigurationSource()
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.