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.