This page (revision-3) was last changed on 17-Dec-2012 15:58 by Christian Henninger

This page was created on 17-Dec-2012 15:27 by Christian Henninger

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
3 17-Dec-2012 15:58 2 bytes Christian Henninger to previous
2 17-Dec-2012 15:44 653 bytes Christian Henninger to previous | to last
1 17-Dec-2012 15:27 549 bytes Christian Henninger to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 removed one line
Section Store can be used to store and retrieve arbitrary objects for this Section. This can be obtained by calling:
At line 3 removed 6 lines
{{{storeObject(String key, Object object)}}}
The key identifys the Objekt and is unique. #you can use the key to regain the object by calling
{{{getObject(String key)}}}. Note that if the key doesn't exists, the return value is __null__.
If you need multiple Instances of an Object, you can also store them with a reference to the article. To do that call {{{storeObject(Article article, String key, Object object)}}}. The other way round you can get the Object back by calling {{{getObject(Article article, String key)}}}.