|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.xwiki.configuration.internal.AbstractDocumentConfigurationSource
public abstract class AbstractDocumentConfigurationSource
Common features for all Document sources (ie configuration data coming from wiki pages).
| Constructor Summary | |
|---|---|
AbstractDocumentConfigurationSource()
|
|
| Method Summary | ||
|---|---|---|
boolean |
containsKey(java.lang.String key)
|
|
protected abstract DocumentReference |
getClassReference()
|
|
protected WikiReference |
getCurrentWikiReference()
|
|
protected DocumentAccessBridge |
getDocumentAccessBridge()
|
|
protected abstract DocumentReference |
getDocumentReference()
|
|
java.util.List<java.lang.String> |
getKeys()
|
|
|
getProperty(java.lang.String key)
|
|
|
getProperty(java.lang.String key,
java.lang.Class<T> valueClass)
|
|
|
getProperty(java.lang.String key,
T defaultValue)
|
|
boolean |
isEmpty()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractDocumentConfigurationSource()
| Method Detail |
|---|
protected abstract DocumentReference getDocumentReference()
protected abstract DocumentReference getClassReference()
protected DocumentAccessBridge getDocumentAccessBridge()
protected WikiReference getCurrentWikiReference()
public boolean containsKey(java.lang.String key)
containsKey in interface org.xwiki.configuration.ConfigurationSourceConfigurationSource.containsKey(String)public java.util.List<java.lang.String> getKeys()
getKeys in interface org.xwiki.configuration.ConfigurationSourceConfigurationSource.getKeys()
public <T> T getProperty(java.lang.String key,
T defaultValue)
getProperty in interface org.xwiki.configuration.ConfigurationSourceConfigurationSource.getProperty(String, Object)
public <T> T getProperty(java.lang.String key,
java.lang.Class<T> valueClass)
getProperty in interface org.xwiki.configuration.ConfigurationSourceConfigurationSource.getProperty(String, Class)public <T> T getProperty(java.lang.String key)
getProperty in interface org.xwiki.configuration.ConfigurationSourceConfigurationSource.getProperty(String)public boolean isEmpty()
isEmpty in interface org.xwiki.configuration.ConfigurationSourceConfigurationSource.isEmpty()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||