public interface XMLEventFactoryProvider
XMLEventFactory
, without it there may be weird classloader issues.
An example of this is MyWork calling InlineTaskService which fails unline calling it directly from within a Confluence page.
Unfortunately as well XMLEventFactory
is not an interface so we need to wrap it in another factory for OSGI.
XmlOutputFactory
for another example of this.Modifier and Type | Method and Description |
---|---|
XMLEventFactory |
getXmlEventFactory() |
XMLEventFactory getXmlEventFactory()
Copyright © 2003–2015 Atlassian. All rights reserved.