|
Class Summary |
| AbstractDocumentConfigurationSource |
Common features for all Document sources (ie configuration data coming from wiki pages). |
| 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. |
| CommonsConfigurationSource |
Wrap a Commons Configuration instance into a XWiki ConfigurationSource. |
| CompositeConfigurationSource |
Allows composing (aka chaining) several Configuration Sources. |
| 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. |
| SpacePreferencesConfigurationSource |
Configuration source taking its data in the Space Preferences wiki document (using data from the
XWiki.XWikiPreferences object attached to that document). |
| UserPreferencesConfigurationSource |
Configuration source taking its data in the User Preferences wiki document (the user profile page) using data from a
XWikiUsers object attached to that document. |
| WikiPreferencesConfigurationSource |
Configuration source taking its data in the Wiki Preferences wiki document (using data from the
XWiki.XWikiPreferences object attached to that document). |
| XWikiPropertiesConfigurationSource |
Looks for configuration data in /WEB-INF/xwiki.properties. |