New topics: Your Pet, IOU, Baby IQ, The Poisons, Birther II, Games, Future Power

Trying out the documentation theme?

Skip to end of metadata
Go to start of metadata

Probably the most interesting thing to figure out with this plugin is how to read and edit pages from within a plugin....

PageSoapService.java:

    public RemotePage getPage(String spaceKey, String pageTitle) throws RemoteException
    {
        return new RemotePage(soapServiceHelper.retrievePage(spaceKey, pageTitle));
    }

SoapServiceHelper.java - Declares interface

Labels:
None
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.