Uses of Package
com.atlassian.confluence.content.render.xhtml

Packages that use com.atlassian.confluence.content.render.xhtml
com.atlassian.confluence.api   
com.atlassian.confluence.api.impl.service.content   
com.atlassian.confluence.content.render.xhtml   
com.atlassian.confluence.content.render.xhtml.compatibility   
com.atlassian.confluence.content.render.xhtml.definition   
com.atlassian.confluence.content.render.xhtml.editor   
com.atlassian.confluence.content.render.xhtml.editor.embed   
com.atlassian.confluence.content.render.xhtml.editor.inline   
com.atlassian.confluence.content.render.xhtml.editor.inlinecommentmarker   
com.atlassian.confluence.content.render.xhtml.editor.link   
com.atlassian.confluence.content.render.xhtml.editor.macro   
com.atlassian.confluence.content.render.xhtml.editor.pagelayouts   
com.atlassian.confluence.content.render.xhtml.editor.placeholder   
com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers   
com.atlassian.confluence.content.render.xhtml.editor.time   
com.atlassian.confluence.content.render.xhtml.links   
com.atlassian.confluence.content.render.xhtml.macro   
com.atlassian.confluence.content.render.xhtml.migration   
com.atlassian.confluence.content.render.xhtml.model.inlinecommentmarker   
com.atlassian.confluence.content.render.xhtml.model.pagelayouts   
com.atlassian.confluence.content.render.xhtml.model.resource.identifiers   
com.atlassian.confluence.content.render.xhtml.placeholder   
com.atlassian.confluence.content.render.xhtml.storage   
com.atlassian.confluence.content.render.xhtml.storage.embed   
com.atlassian.confluence.content.render.xhtml.storage.inline   
com.atlassian.confluence.content.render.xhtml.storage.inlinecommentmarker   
com.atlassian.confluence.content.render.xhtml.storage.inlinetask   
com.atlassian.confluence.content.render.xhtml.storage.link   
com.atlassian.confluence.content.render.xhtml.storage.link.user   
com.atlassian.confluence.content.render.xhtml.storage.macro   
com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody   
com.atlassian.confluence.content.render.xhtml.storage.pagelayouts   
com.atlassian.confluence.content.render.xhtml.storage.placeholder   
com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers   
com.atlassian.confluence.content.render.xhtml.storage.time   
com.atlassian.confluence.content.render.xhtml.transformers   
com.atlassian.confluence.content.render.xhtml.view   
com.atlassian.confluence.content.render.xhtml.view.embed   
com.atlassian.confluence.content.render.xhtml.view.excerpt   
com.atlassian.confluence.content.render.xhtml.view.inline   
com.atlassian.confluence.content.render.xhtml.view.inlinecommentmarker   
com.atlassian.confluence.content.render.xhtml.view.inlinetask   
com.atlassian.confluence.content.render.xhtml.view.link   
com.atlassian.confluence.content.render.xhtml.view.macro   
com.atlassian.confluence.content.render.xhtml.view.pagelayouts   
com.atlassian.confluence.content.render.xhtml.view.placeholder   
com.atlassian.confluence.content.render.xhtml.view.time   
com.atlassian.confluence.content.service   
com.atlassian.confluence.diff.marshallers   
com.atlassian.confluence.importexport.impl   
com.atlassian.confluence.links   
com.atlassian.confluence.macro   
com.atlassian.confluence.macro.count   
com.atlassian.confluence.macro.wiki   
com.atlassian.confluence.macro.xhtml   
com.atlassian.confluence.mail   
com.atlassian.confluence.mail.notification   
com.atlassian.confluence.mail.notification.listeners   
com.atlassian.confluence.mail.notification.listeners.async   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.pages.templates   
com.atlassian.confluence.plugin.descriptor   
com.atlassian.confluence.plugins.doctheme   
com.atlassian.confluence.plugins.expand   
com.atlassian.confluence.plugins.gadgets   
com.atlassian.confluence.plugins.gadgets.confluencepagegadget   
com.atlassian.confluence.plugins.gadgets.migrator   
com.atlassian.confluence.plugins.link   
com.atlassian.confluence.plugins.macros.core   
com.atlassian.confluence.plugins.merge   
com.atlassian.confluence.plugins.templates.actions   
com.atlassian.confluence.plugins.templates.transformer   
com.atlassian.confluence.plugins.viewsource   
com.atlassian.confluence.renderer   
com.atlassian.confluence.renderer.v2.macros   
com.atlassian.confluence.rpc.soap.services   
com.atlassian.confluence.servlet   
com.atlassian.confluence.spaces   
com.atlassian.confluence.spaces.listeners   
com.atlassian.confluence.test.rpc   
com.atlassian.confluence.tinymceplugin.rest   
com.atlassian.confluence.tinymceplugin.service   
com.atlassian.confluence.tinymceplugin.service.impl   
com.atlassian.confluence.ui.rest.builder   
com.atlassian.confluence.ui.rest.service.content   
com.atlassian.confluence.upgrade.upgradetask   
com.atlassian.confluence.util   
com.atlassian.confluence.util.diffs   
com.atlassian.confluence.xhtml.api   
com.atlassian.confluence.xml   
com.atlassian.studio.confluence.transformer   
test.plugin.macro   
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.api
ConversionContext
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.api.impl.service.content
FormatConverter
          Provides a convenient service for transforming to and from the storage format into the editor and view formats.
Renderer
          Render from Confluence storage format to XHTML for viewing or editing.
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml
ConversionContext
           
ConversionContextOutputType
          XHTML Successor to RenderContextOutputType.
DelegateXmlOutputFactory
          This class acts as an adapter between the StAX XMLOutputFactory abstract class and the Confluence XmlOutputFactory interface.
ElementIdCreator
          Implemented by a class that can create id's for Elements suitable for use in the context of a particular ConversionContext.
ElementTransformer
          An interface implemented by an object that will handle a StartElement or EndElement and transform it in some manner.
FormatConverter
          Provides a convenient service for transforming to and from the storage format into the editor and view formats.
ForwardingXmlEventReader
          Class delegates all calls to an {code}XMLEventReader{code} passed to the constructor.
HtmlToXmlConverter
          Convert a String supplied in HTML to well formed XML that can be handled by an XML parser.
LinkRenderer
          Allows links to content to be rendered without exposing our marshalling architecture.
MacroBodyType
          Represents a macro body type used in macro transformation.
Marshaller
          Responsible for marshalling an XML fragment.
MarshallingRegistry
          Gets Marshallers and Unmarshallers, so you don't have to wire them yaself.
MarshallingType
          The type of a Marshaller or Unmarshaller.
Namespace
          Represents an XML namespace.
RenderedContentCleaner
           
Renderer
          Render from Confluence storage format to XHTML for viewing or editing.
RenderingEventPublisher
          Publishes events related to the rendering process.
ResettableXmlEventReader
          Not thread-safe.
StorageFormatCleaner
           
StorageFormatCleaner.AppliedRuleDescription
          A description of a rule that was applied during the cleaning of content.
StorageFormatCleaner.Result
          The complete results of a clean up operation.
Streamable
          Represents some data that may be streamed out to a writer.
TransformationDateFormats
          A class that provides DateFormats used to format and parse dates when transforming between Confluence formats (such as editor and storage formats).
TransformerWeight
           
Unmarshaller
          Responsible for unmarshalling an XML fragment.
XhtmlCleaner
          Deprecated. since 5.1.4 See StorageFormatCleaner and RenderedContentCleaner instead.
XhtmlCleaner.AppliedRuleDescription
          Deprecated. since 5.1.4 See StorageFormatCleaner instead.
XhtmlCleaner.Result
          Deprecated. since 5.1.4 See StorageFormatCleaner instead.
XhtmlException
           
XhtmlParsingException
           
XhtmlTimeoutException
          A checked exception indicating that an Xhtml Conversion has exceeded its allocated time limit.
XmlEntityExpander
           
XMLEventFactoryProvider
          This exists to provide a 'safe' way to access XMLEventFactory, without it there may be weird classloader issues.
XmlEventReaderFactory
          Factory to create event readers over different types of Confluence XML (namely editor and storage XML).
XmlFragmentEventReader
          Exposes the events of the body of a fragment including the start and end element of the fragment.
XmlOutputFactory
          This was introduced mainly because XMLOutputFactory is an abstract class :( We have implementations of XMLOutputFactory that we want to make available to plugins but OSGI ignores them because it only acknowledges beans with interfaces.
XmlOutputFactoryProvider
          An interface for the XmlOutputFactoryProvider.
XmlStreamWriterCallback
           
XmlStreamWriterTemplate
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.compatibility
ConversionContext
           
Renderer
          Render from Confluence storage format to XHTML for viewing or editing.
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.definition
Streamable
          Represents some data that may be streamed out to a writer.
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.editor
ConversionContext
           
ElementTransformer
          An interface implemented by an object that will handle a StartElement or EndElement and transform it in some manner.
HtmlToXmlConverter
          Convert a String supplied in HTML to well formed XML that can be handled by an XML parser.
Streamable
          Represents some data that may be streamed out to a writer.
XhtmlException
           
XhtmlParsingException
           
XMLEventFactoryProvider
          This exists to provide a 'safe' way to access XMLEventFactory, without it there may be weird classloader issues.
XmlEventReaderFactory
          Factory to create event readers over different types of Confluence XML (namely editor and storage XML).
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.editor.embed
ConversionContext
           
ImageAttributeParser
          A class encapsulating the commonality in parsing the attributes on an img or ac:image tag.
MarshallingRegistry
          Gets Marshallers and Unmarshallers, so you don't have to wire them yaself.
Streamable
          Represents some data that may be streamed out to a writer.
Unmarshaller
          Responsible for unmarshalling an XML fragment.
XhtmlException
           
XmlEventReaderFactory
          Factory to create event readers over different types of Confluence XML (namely editor and storage XML).
XmlStreamWriterTemplate
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.editor.inline
ConversionContext
           
Marshaller
          Responsible for marshalling an XML fragment.
MarshallingRegistry
          Gets Marshallers and Unmarshallers, so you don't have to wire them yaself.
Streamable
          Represents some data that may be streamed out to a writer.
Unmarshaller
          Responsible for unmarshalling an XML fragment.
XhtmlException
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.editor.inlinecommentmarker
ConversionContext
           
Unmarshaller
          Responsible for unmarshalling an XML fragment.
XhtmlException
           
XmlEventReaderFactory
          Factory to create event readers over different types of Confluence XML (namely editor and storage XML).
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.editor.link
ConversionContext
           
Marshaller
          Responsible for marshalling an XML fragment.
StaxStreamMarshaller
          Marshals the specified object to a StAX stream.
Unmarshaller
          Responsible for unmarshalling an XML fragment.
XhtmlException
           
XmlEntityExpander
           
XmlEventReaderFactory
          Factory to create event readers over different types of Confluence XML (namely editor and storage XML).
XmlStreamWriterTemplate
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.editor.macro
ConversionContext
           
Marshaller
          Responsible for marshalling an XML fragment.
Streamable
          Represents some data that may be streamed out to a writer.
Unmarshaller
          Responsible for unmarshalling an XML fragment.
XhtmlException
           
XmlEntityExpander
           
XmlEventReaderFactory
          Factory to create event readers over different types of Confluence XML (namely editor and storage XML).
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.editor.pagelayouts
ConversionContext
           
Unmarshaller
          Responsible for unmarshalling an XML fragment.
XhtmlException
           
XmlEventReaderFactory
          Factory to create event readers over different types of Confluence XML (namely editor and storage XML).
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.editor.placeholder
ConversionContext
           
Marshaller
          Responsible for marshalling an XML fragment.
Streamable
          Represents some data that may be streamed out to a writer.
Unmarshaller
          Responsible for unmarshalling an XML fragment.
XhtmlException
           
XmlEventReaderFactory
          Factory to create event readers over different types of Confluence XML (namely editor and storage XML).
XmlStreamWriterTemplate
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers
ConversionContext
           
StaxStreamMarshaller
          Marshals the specified object to a StAX stream.
Unmarshaller
          Responsible for unmarshalling an XML fragment.
XhtmlException
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.editor.time
ConversionContext
           
Unmarshaller
          Responsible for unmarshalling an XML fragment.
XhtmlException
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.links
ConversionContext
           
Marshaller
          Responsible for marshalling an XML fragment.
MarshallingFactory
          An interface describing a factory capable of returning a Marshaller or Unmarshaller suitable for particular usages.
Unmarshaller
          Responsible for unmarshalling an XML fragment.
XmlEventReaderFactory
          Factory to create event readers over different types of Confluence XML (namely editor and storage XML).
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.macro
Marshaller
          Responsible for marshalling an XML fragment.
MarshallingFactory
          An interface describing a factory capable of returning a Marshaller or Unmarshaller suitable for particular usages.
Unmarshaller
          Responsible for unmarshalling an XML fragment.
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.migration
ConversionContext
           
Marshaller
          Responsible for marshalling an XML fragment.
StorageFormatCleaner
           
Streamable
          Represents some data that may be streamed out to a writer.
XhtmlException
           
XmlEventReaderFactory
          Factory to create event readers over different types of Confluence XML (namely editor and storage XML).
XmlStreamWriterTemplate
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.model.inlinecommentmarker
Streamable
          Represents some data that may be streamed out to a writer.
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.model.pagelayouts
Streamable
          Represents some data that may be streamed out to a writer.
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
ConversionContext
           
XhtmlException
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.placeholder
Marshaller
          Responsible for marshalling an XML fragment.
MarshallingFactory
          An interface describing a factory capable of returning a Marshaller or Unmarshaller suitable for particular usages.
Unmarshaller
          Responsible for unmarshalling an XML fragment.
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.storage
ConversionContext
           
Marshaller
          Responsible for marshalling an XML fragment.
StorageFormatCleaner
           
Unmarshaller
          Responsible for unmarshalling an XML fragment.
XhtmlException
           
XmlEventReaderFactory
          Factory to create event readers over different types of Confluence XML (namely editor and storage XML).
XmlOutputFactory
          This was introduced mainly because XMLOutputFactory is an abstract class :( We have implementations of XMLOutputFactory that we want to make available to plugins but OSGI ignores them because it only acknowledges beans with interfaces.
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.storage.embed
ConversionContext
           
ImageAttributeParser
          A class encapsulating the commonality in parsing the attributes on an img or ac:image tag.
ImageAttributeWriter
          A class encapsulating the commonality in marshalling the attributes for an image in view, edit and storage.
Marshaller
          Responsible for marshalling an XML fragment.
MarshallingRegistry
          Gets Marshallers and Unmarshallers, so you don't have to wire them yaself.
Streamable
          Represents some data that may be streamed out to a writer.
Unmarshaller
          Responsible for unmarshalling an XML fragment.
XhtmlException
           
XmlEventReaderFactory
          Factory to create event readers over different types of Confluence XML (namely editor and storage XML).
XmlStreamWriterTemplate
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.storage.inline
ConversionContext
           
Marshaller
          Responsible for marshalling an XML fragment.
MarshallingRegistry
          Gets Marshallers and Unmarshallers, so you don't have to wire them yaself.
Streamable
          Represents some data that may be streamed out to a writer.
Unmarshaller
          Responsible for unmarshalling an XML fragment.
XhtmlException
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.storage.inlinecommentmarker
ConversionContext
           
Marshaller
          Responsible for marshalling an XML fragment.
Streamable
          Represents some data that may be streamed out to a writer.
Unmarshaller
          Responsible for unmarshalling an XML fragment.
XhtmlException
           
XmlEventReaderFactory
          Factory to create event readers over different types of Confluence XML (namely editor and storage XML).
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.storage.inlinetask
ConversionContext
           
Marshaller
          Responsible for marshalling an XML fragment.
MarshallingRegistry
          Gets Marshallers and Unmarshallers, so you don't have to wire them yaself.
Streamable
          Represents some data that may be streamed out to a writer.
Unmarshaller
          Responsible for unmarshalling an XML fragment.
XhtmlException
           
XmlEventReaderFactory
          Factory to create event readers over different types of Confluence XML (namely editor and storage XML).
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.storage.link
ConversionContext
           
Marshaller
          Responsible for marshalling an XML fragment.
MarshallingRegistry
          Gets Marshallers and Unmarshallers, so you don't have to wire them yaself.
Streamable
          Represents some data that may be streamed out to a writer.
Unmarshaller
          Responsible for unmarshalling an XML fragment.
XhtmlException
           
XmlEventReaderFactory
          Factory to create event readers over different types of Confluence XML (namely editor and storage XML).
XmlStreamWriterTemplate
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.storage.link.user
Unmarshaller
          Responsible for unmarshalling an XML fragment.
XmlEventReaderFactory
          Factory to create event readers over different types of Confluence XML (namely editor and storage XML).
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.storage.macro
ConversionContext
           
Marshaller
          Responsible for marshalling an XML fragment.
MarshallingRegistry
          Gets Marshallers and Unmarshallers, so you don't have to wire them yaself.
Streamable
          Represents some data that may be streamed out to a writer.
Unmarshaller
          Responsible for unmarshalling an XML fragment.
XhtmlException
           
XmlEventReaderFactory
          Factory to create event readers over different types of Confluence XML (namely editor and storage XML).
XmlOutputFactory
          This was introduced mainly because XMLOutputFactory is an abstract class :( We have implementations of XMLOutputFactory that we want to make available to plugins but OSGI ignores them because it only acknowledges beans with interfaces.
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody
ConversionContext
           
XhtmlException
           
XMLEventFactoryProvider
          This exists to provide a 'safe' way to access XMLEventFactory, without it there may be weird classloader issues.
XmlEventReaderFactory
          Factory to create event readers over different types of Confluence XML (namely editor and storage XML).
XmlOutputFactory
          This was introduced mainly because XMLOutputFactory is an abstract class :( We have implementations of XMLOutputFactory that we want to make available to plugins but OSGI ignores them because it only acknowledges beans with interfaces.
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.storage.pagelayouts
ConversionContext
           
Marshaller
          Responsible for marshalling an XML fragment.
Streamable
          Represents some data that may be streamed out to a writer.
Unmarshaller
          Responsible for unmarshalling an XML fragment.
XhtmlException
           
XmlEventReaderFactory
          Factory to create event readers over different types of Confluence XML (namely editor and storage XML).
XmlStreamWriterTemplate
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.storage.placeholder
ConversionContext
           
Marshaller
          Responsible for marshalling an XML fragment.
Streamable
          Represents some data that may be streamed out to a writer.
Unmarshaller
          Responsible for unmarshalling an XML fragment.
XhtmlException
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers
ConversionContext
           
Marshaller
          Responsible for marshalling an XML fragment.
Streamable
          Represents some data that may be streamed out to a writer.
Unmarshaller
          Responsible for unmarshalling an XML fragment.
XhtmlException
           
XmlStreamWriterTemplate
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.storage.time
ConversionContext
           
Marshaller
          Responsible for marshalling an XML fragment.
Streamable
          Represents some data that may be streamed out to a writer.
Unmarshaller
          Responsible for unmarshalling an XML fragment.
XhtmlException
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.transformers
ConversionContext
           
ElementTransformer
          An interface implemented by an object that will handle a StartElement or EndElement and transform it in some manner.
Streamable
          Represents some data that may be streamed out to a writer.
XhtmlException
           
XmlEventReaderFactory
          Factory to create event readers over different types of Confluence XML (namely editor and storage XML).
XmlOutputFactory
          This was introduced mainly because XMLOutputFactory is an abstract class :( We have implementations of XMLOutputFactory that we want to make available to plugins but OSGI ignores them because it only acknowledges beans with interfaces.
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.view
ConversionContext
           
ElementTransformer
          An interface implemented by an object that will handle a StartElement or EndElement and transform it in some manner.
Streamable
          Represents some data that may be streamed out to a writer.
XhtmlException
           
XmlEventReaderFactory
          Factory to create event readers over different types of Confluence XML (namely editor and storage XML).
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.view.embed
ConversionContext
           
ImageAttributeWriter
          A class encapsulating the commonality in marshalling the attributes for an image in view, edit and storage.
Marshaller
          Responsible for marshalling an XML fragment.
StaxStreamMarshaller
          Marshals the specified object to a StAX stream.
Streamable
          Represents some data that may be streamed out to a writer.
XhtmlException
           
XmlStreamWriterTemplate
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.view.excerpt
HtmlToXmlConverter
          Convert a String supplied in HTML to well formed XML that can be handled by an XML parser.
Renderer
          Render from Confluence storage format to XHTML for viewing or editing.
Unmarshaller
          Responsible for unmarshalling an XML fragment.
XhtmlException
           
XmlEventReaderFactory
          Factory to create event readers over different types of Confluence XML (namely editor and storage XML).
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.view.inline
ConversionContext
           
Marshaller
          Responsible for marshalling an XML fragment.
Streamable
          Represents some data that may be streamed out to a writer.
XhtmlException
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.view.inlinecommentmarker
ConversionContext
           
Marshaller
          Responsible for marshalling an XML fragment.
Streamable
          Represents some data that may be streamed out to a writer.
XhtmlException
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.view.inlinetask
ConversionContext
           
Marshaller
          Responsible for marshalling an XML fragment.
MarshallingRegistry
          Gets Marshallers and Unmarshallers, so you don't have to wire them yaself.
Streamable
          Represents some data that may be streamed out to a writer.
Unmarshaller
          Responsible for unmarshalling an XML fragment.
XhtmlException
           
XmlEventReaderFactory
          Factory to create event readers over different types of Confluence XML (namely editor and storage XML).
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.view.link
ConversionContext
           
Marshaller
          Responsible for marshalling an XML fragment.
StaxStreamMarshaller
          Marshals the specified object to a StAX stream.
Streamable
          Represents some data that may be streamed out to a writer.
XhtmlException
           
XmlStreamWriterTemplate
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.view.macro
ConversionContext
           
Marshaller
          Responsible for marshalling an XML fragment.
Streamable
          Represents some data that may be streamed out to a writer.
XhtmlException
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.view.pagelayouts
ConversionContext
           
Marshaller
          Responsible for marshalling an XML fragment.
Streamable
          Represents some data that may be streamed out to a writer.
XhtmlException
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.view.placeholder
ConversionContext
           
Marshaller
          Responsible for marshalling an XML fragment.
Streamable
          Represents some data that may be streamed out to a writer.
XhtmlException
           
XmlStreamWriterTemplate
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.render.xhtml.view.time
ConversionContext
           
Marshaller
          Responsible for marshalling an XML fragment.
Streamable
          Represents some data that may be streamed out to a writer.
XhtmlException
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.content.service
ConversionContextOutputType
          XHTML Successor to RenderContextOutputType.
FormatConverter
          Provides a convenient service for transforming to and from the storage format into the editor and view formats.
StorageFormatCleaner
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.diff.marshallers
ConversionContext
           
Marshaller
          Responsible for marshalling an XML fragment.
Streamable
          Represents some data that may be streamed out to a writer.
XhtmlException
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.importexport.impl
ConversionContext
           
Marshaller
          Responsible for marshalling an XML fragment.
Renderer
          Render from Confluence storage format to XHTML for viewing or editing.
Unmarshaller
          Responsible for unmarshalling an XML fragment.
XhtmlException
           
XmlEventReaderFactory
          Factory to create event readers over different types of Confluence XML (namely editor and storage XML).
XmlOutputFactory
          This was introduced mainly because XMLOutputFactory is an abstract class :( We have implementations of XMLOutputFactory that we want to make available to plugins but OSGI ignores them because it only acknowledges beans with interfaces.
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.links
StorageFormatCleaner
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.macro
ConversionContext
           
HtmlToXmlConverter
          Convert a String supplied in HTML to well formed XML that can be handled by an XML parser.
Streamable
          Represents some data that may be streamed out to a writer.
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.macro.count
ConversionContext
           
RenderingEventPublisher
          Publishes events related to the rendering process.
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.macro.wiki
ConversionContext
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.macro.xhtml
ConversionContext
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.mail
HtmlToXmlConverter
          Convert a String supplied in HTML to well formed XML that can be handled by an XML parser.
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.mail.notification
ConversionContext
           
Renderer
          Render from Confluence storage format to XHTML for viewing or editing.
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.mail.notification.listeners
ConversionContext
           
Renderer
          Render from Confluence storage format to XHTML for viewing or editing.
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.mail.notification.listeners.async
Renderer
          Render from Confluence storage format to XHTML for viewing or editing.
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.pages.actions
ConversionContext
           
FormatConverter
          Provides a convenient service for transforming to and from the storage format into the editor and view formats.
Renderer
          Render from Confluence storage format to XHTML for viewing or editing.
StorageFormatCleaner
           
XhtmlException
           
XhtmlParsingException
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.pages.templates
FormatConverter
          Provides a convenient service for transforming to and from the storage format into the editor and view formats.
XhtmlException
           
XmlEventReaderFactory
          Factory to create event readers over different types of Confluence XML (namely editor and storage XML).
XmlOutputFactory
          This was introduced mainly because XMLOutputFactory is an abstract class :( We have implementations of XMLOutputFactory that we want to make available to plugins but OSGI ignores them because it only acknowledges beans with interfaces.
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.plugin.descriptor
Renderer
          Render from Confluence storage format to XHTML for viewing or editing.
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.plugins.doctheme
ConversionContext
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.plugins.expand
ConversionContext
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.plugins.gadgets
ConversionContext
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.plugins.gadgets.confluencepagegadget
Renderer
          Render from Confluence storage format to XHTML for viewing or editing.
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.plugins.gadgets.migrator
ConversionContext
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.plugins.link
ConversionContext
           
XmlStreamWriterTemplate
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.plugins.macros.core
ConversionContext
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.plugins.merge
XmlEventReaderFactory
          Factory to create event readers over different types of Confluence XML (namely editor and storage XML).
XmlOutputFactoryProvider
          An interface for the XmlOutputFactoryProvider.
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.plugins.templates.actions
FormatConverter
          Provides a convenient service for transforming to and from the storage format into the editor and view formats.
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.plugins.templates.transformer
ConversionContext
           
XhtmlException
           
XmlEventReaderFactory
          Factory to create event readers over different types of Confluence XML (namely editor and storage XML).
XmlOutputFactory
          This was introduced mainly because XMLOutputFactory is an abstract class :( We have implementations of XMLOutputFactory that we want to make available to plugins but OSGI ignores them because it only acknowledges beans with interfaces.
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.plugins.viewsource
Renderer
          Render from Confluence storage format to XHTML for viewing or editing.
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.renderer
ElementIdCreator
          Implemented by a class that can create id's for Elements suitable for use in the context of a particular ConversionContext.
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.renderer.v2.macros
StorageFormatCleaner
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.rpc.soap.services
Renderer
          Render from Confluence storage format to XHTML for viewing or editing.
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.servlet
Renderer
          Render from Confluence storage format to XHTML for viewing or editing.
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.spaces
FormatConverter
          Provides a convenient service for transforming to and from the storage format into the editor and view formats.
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.spaces.listeners
FormatConverter
          Provides a convenient service for transforming to and from the storage format into the editor and view formats.
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.test.rpc
FormatConverter
          Provides a convenient service for transforming to and from the storage format into the editor and view formats.
XhtmlException
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.tinymceplugin.rest
FormatConverter
          Provides a convenient service for transforming to and from the storage format into the editor and view formats.
HtmlToXmlConverter
          Convert a String supplied in HTML to well formed XML that can be handled by an XML parser.
RenderedContentCleaner
           
XmlEventReaderFactory
          Factory to create event readers over different types of Confluence XML (namely editor and storage XML).
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.tinymceplugin.service
XhtmlException
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.tinymceplugin.service.impl
XhtmlException
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.ui.rest.builder
FormatConverter
          Provides a convenient service for transforming to and from the storage format into the editor and view formats.
Renderer
          Render from Confluence storage format to XHTML for viewing or editing.
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.ui.rest.service.content
FormatConverter
          Provides a convenient service for transforming to and from the storage format into the editor and view formats.
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.upgrade.upgradetask
HtmlToXmlConverter
          Convert a String supplied in HTML to well formed XML that can be handled by an XML parser.
XmlEventReaderFactory
          Factory to create event readers over different types of Confluence XML (namely editor and storage XML).
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.util
Renderer
          Render from Confluence storage format to XHTML for viewing or editing.
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.util.diffs
XmlEventReaderFactory
          Factory to create event readers over different types of Confluence XML (namely editor and storage XML).
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.xhtml.api
ConversionContext
           
Marshaller
          Responsible for marshalling an XML fragment.
Streamable
          Represents some data that may be streamed out to a writer.
XhtmlException
           
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.confluence.xml
XmlEventReaderFactory
          Factory to create event readers over different types of Confluence XML (namely editor and storage XML).
 

Classes in com.atlassian.confluence.content.render.xhtml used by com.atlassian.studio.confluence.transformer
ConversionContext
           
XhtmlException
           
XmlEventReaderFactory
          Factory to create event readers over different types of Confluence XML (namely editor and storage XML).
XmlOutputFactory
          This was introduced mainly because XMLOutputFactory is an abstract class :( We have implementations of XMLOutputFactory that we want to make available to plugins but OSGI ignores them because it only acknowledges beans with interfaces.
 

Classes in com.atlassian.confluence.content.render.xhtml used by test.plugin.macro
ConversionContext
           
 



Copyright © 2003–2015 Atlassian. All rights reserved.