Uses of Class
com.atlassian.confluence.content.render.xhtml.XhtmlException

Packages that use XhtmlException
com.atlassian.confluence.content.render.xhtml   
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.link   
com.atlassian.confluence.content.render.xhtml.editor.macro   
com.atlassian.confluence.content.render.xhtml.editor.placeholder   
com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers   
com.atlassian.confluence.content.render.xhtml.migration   
com.atlassian.confluence.content.render.xhtml.model.resource.identifiers   
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.inlinetask   
com.atlassian.confluence.content.render.xhtml.storage.link   
com.atlassian.confluence.content.render.xhtml.storage.macro   
com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody   
com.atlassian.confluence.content.render.xhtml.storage.placeholder   
com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers   
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.inlinetask   
com.atlassian.confluence.content.render.xhtml.view.link   
com.atlassian.confluence.content.render.xhtml.view.macro   
com.atlassian.confluence.content.render.xhtml.view.placeholder   
com.atlassian.confluence.diff.marshallers   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.pages.templates   
com.atlassian.confluence.plugins.emailgateway.converter   
com.atlassian.confluence.plugins.templates.transformer   
com.atlassian.confluence.xhtml.api   
 

Uses of XhtmlException in com.atlassian.confluence.content.render.xhtml
 

Subclasses of XhtmlException in com.atlassian.confluence.content.render.xhtml
 class XhtmlParsingException
           
 class XhtmlTimeoutException
          A checked exception indicating that an Xhtml Conversion has exceeded its allocated time limit.
 

Methods in com.atlassian.confluence.content.render.xhtml that return XhtmlException
static XhtmlException StaxUtils.convertToXhtmlException(com.ctc.wstx.exc.WstxLazyException ex)
          Take a WstxLazyException as a parameter and return the appropriate XhtmlException for the Woodstox exception supplied.
 

Methods in com.atlassian.confluence.content.render.xhtml that throw XhtmlException
 EmbeddedImage DefaultEditorFormatService.convertEditToEmbeddedImage(String editFragment, ConversionContext context)
           
 Link DefaultEditorFormatService.convertEditToLink(String editFragment, ConversionContext context)
           
 MacroDefinition DefaultEditorFormatService.convertEditToMacroDefinition(String editFragment, ConversionContext context)
           
 String DefaultEditorFormatService.convertEditToStorage(String editFragment, ConversionContext context)
           
 String DefaultEditorFormatService.convertEmbeddedImageToEdit(EmbeddedImage embeddedImage, ConversionContext context)
           
 String DefaultXhtmlContent.convertEmbeddedImageToStorage(EmbeddedImage embeddedImage, ConversionContext context)
           
 String DefaultXhtmlContent.convertEmbeddedImageToView(EmbeddedImage embeddedImage, ConversionContext context)
           
 String DefaultXhtmlContent.convertInlineTaskListToStorage(InlineTaskList inlineTaskList, ConversionContext context)
           
 String DefaultXhtmlContent.convertInlineTaskListToView(InlineTaskList inlineTaskList, ConversionContext context)
           
 String DefaultEditorFormatService.convertLinkToEdit(Link link, ConversionContext context)
           
 String DefaultXhtmlContent.convertLinkToStorage(Link link, ConversionContext context)
           
 String DefaultXhtmlContent.convertLinkToView(Link link, ConversionContext context)
           
 String DefaultEditorFormatService.convertMacroDefinitionToEdit(MacroDefinition macroDefinition, ConversionContext context)
           
 String DefaultXhtmlContent.convertMacroDefinitionToStorage(MacroDefinition macroDefinition, ConversionContext context)
           
 String DefaultXhtmlContent.convertMacroDefinitionToView(MacroDefinition macroDefinition, ConversionContext context)
           
 String DefaultEditorFormatService.convertStorageToEdit(String storageFragment, ConversionContext context)
           
 String DefaultXhtmlContent.convertStorageToView(String storageFragment, ConversionContext context)
           
 String FormatConverter.convertToStorageFormat(String wysiwygContent, com.atlassian.renderer.RenderContext renderContext)
          Returns the content that has been submitted as part of a user's attempt to add new content or edit existing content.
 String DefaultFormatConverter.convertToStorageFormat(String wysiwygContent, com.atlassian.renderer.RenderContext renderContext)
           
 String DefaultEditorFormatService.convertWikiToEdit(String wikiContent, ConversionContext context)
           
 String DefaultXhtmlContent.convertWikiToView(String wikiContent, ConversionContext context, List<RuntimeException> migrationExceptions)
           
 String XmlStreamWriterTemplate.execute(XmlStreamWriterCallback callback)
          Executes the specified callback and returns a string.
 String DefaultXmlStreamWriterTemplate.execute(XmlStreamWriterCallback callback)
           
protected  ResourceIdentifier DelegatingLinkMarshaller.getResourceIdentifier(Link link, ConversionContext conversionContext)
           
 void DefaultXhtmlContent.handleMacroDefinitions(String storageFragment, ConversionContext context, MacroDefinitionHandler handler)
           
 void DefaultXhtmlContent.handleMacroDefinitions(String storageFragment, ConversionContext context, MacroDefinitionHandler handler, MacroDefinitionMarshallingStrategy strategy)
           
 void DefaultXhtmlContent.handleXhtmlElements(String storageFragment, ConversionContext context, List<? extends XhtmlVisitor> visitors)
           
 String DelegatingLinkMarshaller.marshal(Link link, ConversionContext conversionContext)
           
 String Marshaller.marshal(T object, ConversionContext conversionContext)
          Marshals an object to XML.
 String LinkRenderer.render(ContentEntityObject content, ConversionContext conversionContext)
          Renders link to specified content using the display name of the content as the link body.
 String DefaultLinkRenderer.render(ContentEntityObject content, ConversionContext conversionContext)
           
 String LinkRenderer.render(ContentEntityObject content, String linkAlias, ConversionContext conversionContext)
          Renders link to specified content with specified alias.
 String DefaultLinkRenderer.render(ContentEntityObject content, String linkAlias, ConversionContext conversionContext)
           
 String DefaultXhtmlContent.replaceMacroDefinitionsWithString(String storageFragment, ConversionContext context, MacroDefinitionReplacer replacer)
           
 String TransformerChain.transform(Reader input, ConversionContext conversionContext)
           
 String PluggableTransformerChain.transform(Reader input, ConversionContext conversionContext)
           
 String UnmarshalMarshalFragmentTransformer.transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 T Unmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
          Unmarshalls a StAX event stream to an object.
 String DefaultXhtmlContent.updateMacroDefinitions(String storageFragment, ConversionContext context, MacroDefinitionUpdater updater)
           
 void XmlStreamWriterCallback.withStreamWriter(XMLStreamWriter xmlStreamWriter, Writer underlyingWriter)
           
 

Uses of XhtmlException in com.atlassian.confluence.content.render.xhtml.editor
 

Methods in com.atlassian.confluence.content.render.xhtml.editor that throw XhtmlException
 String EditorConverter.convert(String editorFormat, ConversionContext conversionContext)
           
 String DefaultEditorConverter.convert(String editorFormat, ConversionContext conversionContext)
           
 String EditorXhtmlTransformer.transform(Reader editorFormatXml, ConversionContext conversionContext)
          Begin consuming events from the supplied Reader, ignore all elements until the body is encountered, at which point the fragment transformation begins.
 String EditorErrorFragmentTransformer.transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

Uses of XhtmlException in com.atlassian.confluence.content.render.xhtml.editor.embed
 

Methods in com.atlassian.confluence.content.render.xhtml.editor.embed that throw XhtmlException
 EmbeddedImage EditorEmbeddedImageResourceUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 void EditorEmbeddedImageTitleWriter.writeEmbeddedImageTag(XMLStreamWriter xmlStreamWriter, Writer underlyingWriter, Attachment attachment, String imageSource, String thumbnailSource, EmbeddedImage embeddedImage, ConversionContext conversionContext)
           
 void EditorUnidentifiedAttachmentMarshaller.writePlaceholder(XMLStreamWriter xmlStreamWriter, EmbeddedImage embeddedImage, AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext)
           
 

Uses of XhtmlException in com.atlassian.confluence.content.render.xhtml.editor.inline
 

Methods in com.atlassian.confluence.content.render.xhtml.editor.inline that throw XhtmlException
 String EditorEmoticonMarshaller.marshal(Emoticon emoticon, ConversionContext conversionContext)
           
 Emoticon EditorEmoticonUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

Uses of XhtmlException in com.atlassian.confluence.content.render.xhtml.editor.link
 

Methods in com.atlassian.confluence.content.render.xhtml.editor.link that throw XhtmlException
 Link EditorLinkUnmarshaller.unmarshal(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 LinkBody EditorLinkBodyUnmarshaller.unmarshal(XMLEventReader linkFragmentReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

Uses of XhtmlException in com.atlassian.confluence.content.render.xhtml.editor.macro
 

Methods in com.atlassian.confluence.content.render.xhtml.editor.macro that throw XhtmlException
 String EditorMacroMarshaller.marshal(MacroDefinition macroDefinition, ConversionContext conversionContext)
           
 String MacroMarshaller.marshal(Macro macro, MacroDefinition macroDefinition, ConversionContext conversionContext)
          Marshall the supplied macro.
 String EditorBodyMacroMarshaller.marshal(Macro macro, MacroDefinition macroDefinition, ConversionContext conversionContext)
           
 String EditorBodilessMacroMarshaller.marshal(Macro macro, MacroDefinition macroDefinition, ConversionContext conversionContext)
           
 String CustomPlaceholderEditorMarshaller.marshal(Macro macro, MacroDefinition macroDefinition, ConversionContext conversionContext)
           
 String CustomImageEditorMacroMarshaller.marshal(Macro macro, MacroDefinition macroDefinition, ConversionContext conversionContext)
           
 MacroDefinition EditorMacroUnmarshaller.unmarshal(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

Uses of XhtmlException in com.atlassian.confluence.content.render.xhtml.editor.placeholder
 

Methods in com.atlassian.confluence.content.render.xhtml.editor.placeholder that throw XhtmlException
 String EditorCaretMarshaller.marshal(Caret placeholderType, ConversionContext conversionContext)
           
 String EditorPlaceholderMarshaller.marshal(Placeholder placeholderType, ConversionContext conversionContext)
           
 Placeholder EditorPlaceholderUnmarshaller.unmarshal(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 Caret EditorCaretUnmarshaller.unmarshal(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

Uses of XhtmlException in com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers
 

Methods in com.atlassian.confluence.content.render.xhtml.editor.resource.identifiers that throw XhtmlException
 ResourceIdentifier IdAndTypeAnalyzingResourceIdentifierUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 ResourceIdentifier EditorUserResourceIdentifierMarshallerAndUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 ResourceIdentifier EditorSpaceResourceIdentifierMarshallerAndUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 ResourceIdentifier EditorShortcutResourceIdentifierMarshallerAndUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 ResourceIdentifier EditorPageResourceIdentifierMarshallerAndUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 IdAndTypeResourceIdentifier EditorIdAndTypeResourceIdentifierUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 ResourceIdentifier EditorBlogPostResourceIdentifierMarshallerAndUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 ResourceIdentifier EditorAttachmentResourceIdentifierMarshallerAndUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

Uses of XhtmlException in com.atlassian.confluence.content.render.xhtml.migration
 

Methods in com.atlassian.confluence.content.render.xhtml.migration that throw XhtmlException
 String UrlLinkMarshaller.marshal(Link link, ConversionContext conversionContext)
           
 String WikiToEditorHtmlMigrator.migrate(String wiki, com.atlassian.renderer.RenderContext renderContext)
           
 String ExceptionThrowingMigrator.migrate(String input, com.atlassian.renderer.RenderContext renderContext)
           Migrate the supplied text to a different text format.
 

Uses of XhtmlException in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
 

Subclasses of XhtmlException in com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
 class CannotResolveAttachmentContainerException
           Checked exception thrown when there is an issue resolving a resource identifier for an attachment.
 class CannotResolveResourceIdentifierException
          Checked exception thrown when there is an issue resolving a resource identifier.
 

Uses of XhtmlException in com.atlassian.confluence.content.render.xhtml.storage
 

Methods in com.atlassian.confluence.content.render.xhtml.storage that throw XhtmlException
 String StorageXhtmlTransformer.transform(Reader storage, ConversionContext conversionContext)
          Begin parsing the supplied Reader, ignore all elements until the body is encountered, at which point "ComponentParsing" begins.
 

Uses of XhtmlException in com.atlassian.confluence.content.render.xhtml.storage.embed
 

Methods in com.atlassian.confluence.content.render.xhtml.storage.embed that throw XhtmlException
 String StorageEmbeddedImageMarshaller.marshal(EmbeddedImage embeddedImage, ConversionContext conversionContext)
           
 EmbeddedImage StorageEmbeddedImageUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

Uses of XhtmlException in com.atlassian.confluence.content.render.xhtml.storage.inline
 

Methods in com.atlassian.confluence.content.render.xhtml.storage.inline that throw XhtmlException
 String StorageEmoticonMarshaller.marshal(Emoticon emoticon, ConversionContext conversionContext)
           
 Emoticon StorageEmoticonUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

Uses of XhtmlException in com.atlassian.confluence.content.render.xhtml.storage.inlinetask
 

Methods in com.atlassian.confluence.content.render.xhtml.storage.inlinetask that throw XhtmlException
 String StorageInlineTaskMarshaller.marshal(InlineTaskList inlineTaskList, ConversionContext conversionContext)
           
protected  String StorageInlineTaskUnmarshaller.processTaskTitle(XMLEventReader reader, FragmentTransformer fragmentTransformer, ConversionContext conversionContext)
           
 InlineTaskList StorageInlineTaskUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

Uses of XhtmlException in com.atlassian.confluence.content.render.xhtml.storage.link
 

Methods in com.atlassian.confluence.content.render.xhtml.storage.link that throw XhtmlException
 String StorageLinkBodyMarshaller.marshal(LinkBody<?> linkBody, ConversionContext conversionContext)
           
 String StorageLinkMarshaller.marshal(Link link, ConversionContext conversionContext)
           
 LinkBody StorageRichTextLinkBodyUnmarshaller.unmarshal(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 PlainTextLinkBody StoragePlainTextLinkBodyUnmarshaller.unmarshal(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
          Implementation Note: In actual use this Unmarshaller will be operating on a 'storage reader'.
 Link StorageLinkUnmarshaller.unmarshal(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

Uses of XhtmlException in com.atlassian.confluence.content.render.xhtml.storage.macro
 

Methods in com.atlassian.confluence.content.render.xhtml.storage.macro that throw XhtmlException
 String StorageMacroMarshaller.marshal(MacroDefinition macroDefinition, ConversionContext conversionContext)
           
 MacroDefinition StorageMacroUnmarshaller.unmarshal(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

Uses of XhtmlException in com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody
 

Methods in com.atlassian.confluence.content.render.xhtml.storage.macro.inlinebody that throw XhtmlException
 String InlineBodyMacroFixingTransformer.transform(Reader input, ConversionContext conversionContext)
           
 

Uses of XhtmlException in com.atlassian.confluence.content.render.xhtml.storage.placeholder
 

Methods in com.atlassian.confluence.content.render.xhtml.storage.placeholder that throw XhtmlException
 String StorageCaretMarshaller.marshal(Caret object, ConversionContext conversionContext)
           
 String StoragePlaceholderMarshaller.marshal(Placeholder object, ConversionContext conversionContext)
           
 Placeholder StoragePlaceholderUnmarshaller.unmarshal(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 Caret StorageCaretUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

Uses of XhtmlException in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers
 

Methods in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers that throw XhtmlException
 String StorageAttachmentResourceIdentifierMarshaller.marshal(AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext)
           
 String StorageBlogPostResourceIdentifierMarshaller.marshal(BlogPostResourceIdentifier resourceIdentifier, ConversionContext conversionContext)
          Marshal the provided resource identifier.
 String StorageContentEntityResourceIdentifierMarshaller.marshal(ContentEntityResourceIdentifier contentEntityResourceIdentifier, ConversionContext conversionContext)
           
 String StoragePageResourceIdentifierMarshaller.marshal(PageResourceIdentifier pageResourceIdentifier, ConversionContext conversionContext)
          Marshal the provided resource identifier.
 String MakeRelativeAndDelegateResourceIdentifierMarshaller.marshal(ResourceIdentifier resourceId, ConversionContext conversionContext)
           
 String DelegatingResourceIdentifierMarshaller.marshal(ResourceIdentifier resourceIdentifier, ConversionContext conversionContext)
           
 String StorageShortcutResourceIdentifierMarshaller.marshal(ShortcutResourceIdentifier shortcutResourceIdentifier, ConversionContext conversionContext)
           
 String StorageSpaceResourceIdentifierMarshaller.marshal(SpaceResourceIdentifier spaceResourceIdentifier, ConversionContext conversionContext)
           
 String StorageUrlResourceIdentifierMarshaller.marshal(UrlResourceIdentifier urlResourceIdentifier, ConversionContext conversionContext)
           
 String StorageUserResourceIdentifierMarshaller.marshal(UserResourceIdentifier userResourceIdentifier, ConversionContext conversionContext)
           
 ResourceIdentifier StorageResourceIdentifierUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 ResourceIdentifier DelegatingResourceIdentifierUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

Uses of XhtmlException in com.atlassian.confluence.content.render.xhtml.transformers
 

Methods in com.atlassian.confluence.content.render.xhtml.transformers that throw XhtmlException
 String Transformer.transform(Reader input, ConversionContext conversionContext)
           
 String RemoveApostropheEntityTransformer.transform(Reader input, ConversionContext conversionContext)
           
 String LazyLoadingFragmentTransformer.transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 String Html4VoidElementFragmentTransformer.transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 String FragmentTransformer.transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 String ElementTransformingFragmentTransformer.transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
          Wraps the supplied reader in an ElementTransformingXmlEventReader and then applies the mainFragmentTransformer.
 String DefaultFragmentTransformer.transform(XMLEventReader reader, FragmentTransformer defaultFragmentTransformer, ConversionContext conversionContext)
          Transform the XML read from the supplied reader, making use of any configured FragmentTransformers as appropriate.
 

Uses of XhtmlException in com.atlassian.confluence.content.render.xhtml.view
 

Methods in com.atlassian.confluence.content.render.xhtml.view that throw XhtmlException
 String ViewTableWrappingFragmentTransformer.transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 String ViewHtmlAnchorFragmentTransformer.transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 String ViewHeadingFragmentTransformer.transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

Uses of XhtmlException in com.atlassian.confluence.content.render.xhtml.view.embed
 

Methods in com.atlassian.confluence.content.render.xhtml.view.embed that throw XhtmlException
 String EmbeddedImageMarshaller.marshal(EmbeddedImage embeddedImage, ConversionContext conversionContext)
           
 void DefaultAttachedImageResourceMarshaller.marshal(XMLStreamWriter xmlStreamWriter, Writer underlyingWriter, EmbeddedImage embeddedImage, AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext)
           
 void AttachedImageMarshaller.marshal(XMLStreamWriter xmlStreamWriter, Writer underlyingWriter, EmbeddedImage embeddedImage, AttachmentResourceIdentifier attachmentResourceIdentifier, ConversionContext conversionContext)
           
 void ViewEmbeddedImageTitleWriter.writeEmbeddedImageTag(XMLStreamWriter xmlStreamWriter, Writer underlyingWriter, Attachment attachment, String imageSource, String thumbnailSource, EmbeddedImage embeddedImage, ConversionContext conversionContext)
           
 void SimpleEmbeddedImageTagWriter.writeEmbeddedImageTag(XMLStreamWriter xmlStreamWriter, Writer underlyingWriter, Attachment attachment, String imageSource, String thumbnailSource, EmbeddedImage embeddedImage, ConversionContext conversionContext)
           
 void LinkWrappingEmbeddedImageTagWriter.writeEmbeddedImageTag(XMLStreamWriter xmlStreamWriter, Writer underlyingWriter, Attachment attachment, String imageSource, String thumbnailSource, EmbeddedImage embeddedImage, ConversionContext conversionContext)
           
 void EmbeddedImageTagWriter.writeEmbeddedImageTag(XMLStreamWriter xmlStreamWriter, Writer underlyingWriter, Attachment attachment, String imageSource, String thumbnailSource, EmbeddedImage embeddedImage, ConversionContext conversionContext)
           
 void ViewUnidentifiedAttachmentMarshaller.writePlaceholder(XMLStreamWriter xmlStreamWriter, EmbeddedImage embeddedImage, AttachmentResourceIdentifier ri, ConversionContext context)
           
 void UnidentifiedAttachmentMarshaller.writePlaceholder(XMLStreamWriter xmlStreamWriter, EmbeddedImage embeddedImage, AttachmentResourceIdentifier ri, ConversionContext context)
           
 

Uses of XhtmlException in com.atlassian.confluence.content.render.xhtml.view.excerpt
 

Methods in com.atlassian.confluence.content.render.xhtml.view.excerpt that throw XhtmlException
 List<DataSource> Excerpter.extractImageSrc(ContentEntityObject ceo, int numImages)
           
 List<DataSource> DefaultExcerpter.extractImageSrc(ContentEntityObject ceo, int maxImages)
           
 List<DataSource> Excerpter.extractImageSrc(ContentEntityObject ceo, int numImages, boolean useThumbnails)
           
 List<DataSource> DefaultExcerpter.extractImageSrc(ContentEntityObject ceo, int maxImages, boolean alwaysUseThumbnails)
           
 List<URI> Excerpter.extractImageThumbnailUris(ContentEntityObject contentEntity, int maxUris)
          Returns the URIs of thumbnails for each of the images attached to the specified content entity.
 List<URI> DefaultExcerpter.extractImageThumbnailUris(ContentEntityObject contentEntity, int maxUris)
           
 

Uses of XhtmlException in com.atlassian.confluence.content.render.xhtml.view.inline
 

Methods in com.atlassian.confluence.content.render.xhtml.view.inline that throw XhtmlException
 String ViewEmoticonMarshaller.marshal(Emoticon emoticon, ConversionContext conversionContext)
           
 

Uses of XhtmlException in com.atlassian.confluence.content.render.xhtml.view.inlinetask
 

Methods in com.atlassian.confluence.content.render.xhtml.view.inlinetask that throw XhtmlException
 String ViewInlineTaskMarshaller.marshal(InlineTaskList inlineTaskList, ConversionContext conversionContext)
           
 InlineTaskList ViewInlineTaskUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

Uses of XhtmlException in com.atlassian.confluence.content.render.xhtml.view.link
 

Methods in com.atlassian.confluence.content.render.xhtml.view.link that throw XhtmlException
 String ViewCreatePageLinkMarshaller.marshal(CreatePageLink createPageLink, ConversionContext conversionContext)
           
 String ViewUserLinkMarshaller.marshal(Link userLink, ConversionContext conversionContext)
           
 String ViewUnresolvedLinkBodyMarshaller.marshal(Link link, ConversionContext conversionContext)
           
 String ViewSpaceLinkMarshaller.marshal(Link link, ConversionContext conversionContext)
          Marshals the given link to a String.
 String ViewShortcutLinkMarshaller.marshal(Link shortcutLink, ConversionContext conversionContext)
           
 String ViewPageLinkMarshaller.marshal(Link link, ConversionContext conversionContext)
           
 String ViewLinkBodyMarshaller.marshal(Link link, ConversionContext conversionContext)
           
 String ViewIdAndTypeLinkMarshaller.marshal(Link link, ConversionContext conversionContext)
           
 String ViewDraftLinkMarshaller.marshal(Link link, ConversionContext conversionContext)
           
 String ViewContentEntityLinkMarshaller.marshal(Link link, ConversionContext conversionContext)
           
 String ViewBlogPostLinkMarshaller.marshal(Link link, ConversionContext conversionContext)
           
 String ViewAttachmentLinkMarshaller.marshal(Link attachmentLink, ConversionContext conversionContext)
           
 String ViewUnresolvedLinkMarshaller.marshal(UnresolvedLink unresolvedLink, ConversionContext conversionContext)
           
 

Uses of XhtmlException in com.atlassian.confluence.content.render.xhtml.view.macro
 

Methods in com.atlassian.confluence.content.render.xhtml.view.macro that throw XhtmlException
 String ViewUnknownMacroMarshaller.marshal(MacroDefinition macroDefinition, ConversionContext conversionContext)
           
 String ViewMacroMarshaller.marshal(MacroDefinition macroDefinition, ConversionContext conversionContext)
           
 

Uses of XhtmlException in com.atlassian.confluence.content.render.xhtml.view.placeholder
 

Methods in com.atlassian.confluence.content.render.xhtml.view.placeholder that throw XhtmlException
 String ViewCaretMarshaller.marshal(Caret object, ConversionContext conversionContext)
           
 String ViewPlaceholderMarshaller.marshal(Placeholder object, ConversionContext conversionContext)
           
 

Uses of XhtmlException in com.atlassian.confluence.diff.marshallers
 

Methods in com.atlassian.confluence.diff.marshallers that throw XhtmlException
 String DiffInlineTaskMarshaller.marshal(InlineTaskList inlineTaskList, ConversionContext conversionContext)
           
 String DiffLinkMarshaller.marshal(Link link, ConversionContext conversionContext)
           
 String DiffMacroMarshaller.marshal(MacroDefinition macroDefinition, ConversionContext conversionContext)
           
 

Uses of XhtmlException in com.atlassian.confluence.pages.actions
 

Methods in com.atlassian.confluence.pages.actions that throw XhtmlException
 void CreatePageAction.createPage()
           
 void AbstractCreatePageAction.createPage()
          Create the CEO to be saved from the data supplied to the action.
protected  String AbstractPreviewPageAction.getContentForSaving()
          Returns the content that has been submitted as part of a user's attempt to add new content or edit existing content.
protected  String AbstractPreviewPageAction.getStorageFormat()
           
 List PageVariablesAction.getTemplateVariables()
           
 

Uses of XhtmlException in com.atlassian.confluence.pages.templates
 

Methods in com.atlassian.confluence.pages.templates that throw XhtmlException
 String XhtmlTemplateHandler.generateEditorFormat(PageTemplate template, List<? extends Variable> variables, String spaceKey)
           
 String WikiTemplateHandler.generateEditorFormat(PageTemplate template, List<? extends Variable> variables, String spaceKey)
           
 String TemplateHandler.generateEditorFormat(PageTemplate template, List<? extends Variable> variables, String spaceKey)
           
 List<Variable> XhtmlTemplateHandler.getTemplateVariables(PageTemplate template)
           
 List<Variable> TemplateHandler.getTemplateVariables(PageTemplate template)
           
 List PageTemplateManager.getTemplateVariables(PageTemplate template)
           
 List DefaultPageTemplateManager.getTemplateVariables(PageTemplate template)
           
 String PageTemplateManager.mergeVariables(PageTemplate template, List variables)
          Deprecated. since 4.3, replaced by PageTemplateManager.mergeVariables(PageTemplate,List,String)
 String DefaultPageTemplateManager.mergeVariables(PageTemplate template, List variables)
           
 String PageTemplateManager.mergeVariables(PageTemplate template, List variables, String spaceKey)
           
 String DefaultPageTemplateManager.mergeVariables(PageTemplate template, List variables, String spaceKey)
           
 

Uses of XhtmlException in com.atlassian.confluence.plugins.emailgateway.converter
 

Methods in com.atlassian.confluence.plugins.emailgateway.converter that throw XhtmlException
 String ImageFragmentTransformer.transform(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

Uses of XhtmlException in com.atlassian.confluence.plugins.templates.transformer
 

Methods in com.atlassian.confluence.plugins.templates.transformer that throw XhtmlException
 String StorageToViewTemplateVariablesTransformer.transform(Reader input, ConversionContext conversionContext)
           
 String StorageToEditorTemplateVariablesTransformer.transform(Reader input, ConversionContext conversionContext)
           
 String EditorToStorageTemplateVariablesTransformer.transform(Reader input, ConversionContext conversionContext)
           
static String TransformUtils.unspoilt(Reader reader)
           
 

Uses of XhtmlException in com.atlassian.confluence.xhtml.api
 

Methods in com.atlassian.confluence.xhtml.api that throw XhtmlException
 EmbeddedImage EditorFormatService.convertEditToEmbeddedImage(String editFragment, ConversionContext context)
          Returns a EmbeddedImage from the supplied editFragment.
 Link EditorFormatService.convertEditToLink(String editFragment, ConversionContext context)
          Returns a MacroDefinition from the supplied editFragment.
 MacroDefinition EditorFormatService.convertEditToMacroDefinition(String editFragment, ConversionContext context)
          Returns a MacroDefinition from the supplied editFragment.
 String EditorFormatService.convertEditToStorage(String editFragment, ConversionContext context)
          Returns an storage format fragment for the supplied editFragment.
 String EditorFormatService.convertEmbeddedImageToEdit(EmbeddedImage embeddedImage, ConversionContext context)
          Returns an edit format fragment for the supplied embeddedImage.
 String XhtmlContent.convertEmbeddedImageToStorage(EmbeddedImage embeddedImage, ConversionContext context)
          Returns a storage format fragment for the supplied embeddedImage.
 String XhtmlContent.convertEmbeddedImageToView(EmbeddedImage embeddedImage, ConversionContext context)
          Returns a view format fragment for the supplied embeddedImage.
 String XhtmlContent.convertInlineTaskListToStorage(InlineTaskList inlineTaskList, ConversionContext context)
          Returns a storage format fragment for the supplied inlineTaskList.
 String XhtmlContent.convertInlineTaskListToView(InlineTaskList inlineTaskList, ConversionContext context)
          Returns a view format fragment for the supplied inlineTaskList.
 String EditorFormatService.convertLinkToEdit(Link link, ConversionContext context)
          Returns an edit format fragment for the supplied link.
 String XhtmlContent.convertLinkToStorage(Link link, ConversionContext context)
          Returns a storage format fragment for the supplied link.
 String XhtmlContent.convertLinkToView(Link link, ConversionContext context)
          Returns a view format fragment for the supplied link.
 String EditorFormatService.convertMacroDefinitionToEdit(MacroDefinition macroDefinition, ConversionContext context)
          Returns an edit format fragment for the supplied macroDefinition.
 String XhtmlContent.convertMacroDefinitionToStorage(MacroDefinition macroDefinition, ConversionContext context)
          Returns an storage format fragment for the supplied macroDefinition.
 String XhtmlContent.convertMacroDefinitionToView(MacroDefinition macroDefinition, ConversionContext context)
          Returns a view format fragment for the supplied macroDefinition.
 String EditorFormatService.convertStorageToEdit(String storageFragment, ConversionContext context)
          Returns an edit format fragment for the supplied storageFragment.
 String XhtmlContent.convertStorageToView(String storageFragment, ConversionContext context)
          Returns a view format fragment for the supplied storageFragment.
 String EditorFormatService.convertWikiToEdit(String wikiContent, ConversionContext context)
          Returns the XHTML edit format equivalent of the supplied wikiContent (Wiki markup).
 String XhtmlContent.convertWikiToView(String wikiContent, ConversionContext context, List<RuntimeException> migrationExceptions)
          Returns the HTML view format equivalent of the supplied wikiContent.
 void XhtmlContent.handleMacroDefinitions(String storageFragment, ConversionContext context, MacroDefinitionHandler handler)
          Perform an operation on MacroDefinitions in the supplied storageFragment without making changes to the storage representation.
 void XhtmlContent.handleMacroDefinitions(String storageFragment, ConversionContext context, MacroDefinitionHandler handler, MacroDefinitionMarshallingStrategy strategy)
          Perform an operation on MacroDefinitions in the supplied storageFragment, with optional changes to the storage representation defined by the MacroDefinitionMarshallingStrategy.
 void XhtmlContent.handleXhtmlElements(String storageFragment, ConversionContext context, List<? extends XhtmlVisitor> visitors)
          Provides a mechanism for finding arbitrary Xhtml elements in the supplied storageFormat.
abstract  String MacroDefinitionMarshallingStrategy.marshal(MacroDefinition macroDefinition, ConversionContext conversionContext, Marshaller<MacroDefinition> macroDefinitionMarshaller)
          Convert the MacroDefinition to a string.
 String MacroDefinitionReplacer.replace(MacroDefinition macroDefinition)
          Called each time a macro definition is found in the content, so that each definition may be replaced different content.
 String XhtmlContent.replaceMacroDefinitionsWithString(String storageFragment, ConversionContext context, MacroDefinitionReplacer replacer)
          Replaces MacroDefinitions in the supplied storageFragment with a String.
 String XhtmlContent.updateMacroDefinitions(String storageFragment, ConversionContext context, MacroDefinitionUpdater updater)
          Updates MacroDefinitions in the supplied storageFragment.
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.