We are using EditLive! for Java CCE widget in some of our CTD. On the preview site, we are using API ETLLinkTransformerFootnote.transformLinks(String inlineWidgetData, RequestContext rc) to retrieve the data from those attribute and display on the page, and that is working fine.
We also have some standalone java app want to get the data from those attributes, however, we have some problem when using same API since it requires RequestContext to be passed as parameter, and the standalone java app does not have that RequestContext. Does anybody have any idea on how to use that API on standalone app or any other approach?