|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.wiki.properties.WikiPropertyGroup
public class WikiPropertyGroup
Property group is a place where modules can store their own properties concerning a wiki. This group is then attached to the WikiDescriptor. Each module is responsible for the persistent storage of its properties.
| Constructor Summary | |
|---|---|
WikiPropertyGroup(String id)
Constructor. |
|
| Method Summary | |
|---|---|
Object |
get(String propertyId)
Get the value of a property. |
String |
getId()
|
void |
set(String propertyId,
Object value)
Set the value of a property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WikiPropertyGroup(String id)
id - Unique identifier of the group| Method Detail |
|---|
public String getId()
public Object get(String propertyId)
propertyId - Id of the property
public void set(String propertyId,
Object value)
propertyId - Id of the property to changevalue - value so store in the property
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||