Uses of Class
org.xwiki.configuration.internal.CompositeConfigurationSource

Uses of CompositeConfigurationSource in org.xwiki.configuration.internal
 

Subclasses of CompositeConfigurationSource in org.xwiki.configuration.internal
 class AllConfigurationSource
          Composite Configuration Source that looks in the following sources in that order: user preferences wiki page space preferences wiki page wiki preferences wiki page xwiki properties file (xwiki.properties) Should be used when a configuration can be overriden by the user in his/her profile.
 class DefaultConfigurationSource
          Composite Configuration Source that looks in the following sources in that order: space preferences wiki page wiki preferences wiki page xwiki properties file (xwiki.properties) 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.
 



Copyright © 2004-2011 XWiki. All Rights Reserved.