Skip to Content
0
Nov 30, 2011 at 07:32 PM

IPublicationPostProcessingContext getOptions method

30 Views

I am interested in retrieving a Publication Extension's option parameter (specified on the Publication's Publication Extension page): [http://i.imgur.com/TccUp.png]

The IPublicationPostProcessingContext interface has a method named getOptions would seem to suppy this value, but it returns a java.io.Serializable object. Is this the correct method? It would seem like a String would be a better return type.