Uses of Package
com.atlassian.confluence.xhtml.api

Packages that use com.atlassian.confluence.xhtml.api
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.link   
com.atlassian.confluence.content.render.xhtml.editor.macro   
com.atlassian.confluence.content.render.xhtml.editor.placeholder   
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   
com.atlassian.confluence.content.render.xhtml.model.links   
com.atlassian.confluence.content.render.xhtml.model.resource   
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.link   
com.atlassian.confluence.content.render.xhtml.storage.macro   
com.atlassian.confluence.content.render.xhtml.storage.placeholder   
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.link   
com.atlassian.confluence.content.render.xhtml.view.macro   
com.atlassian.confluence.content.render.xhtml.view.placeholder   
com.atlassian.confluence.diff   
com.atlassian.confluence.diff.marshallers   
com.atlassian.confluence.macro   
com.atlassian.confluence.macro.xhtml   
com.atlassian.confluence.pages.actions   
com.atlassian.confluence.pages.templates   
com.atlassian.confluence.plugins.doctheme   
com.atlassian.confluence.plugins.dragdrop   
com.atlassian.confluence.plugins.gadgets.migrator   
com.atlassian.confluence.plugins.macrousage.extractor   
com.atlassian.confluence.plugins.viewsource   
com.atlassian.confluence.spaces.listeners   
com.atlassian.confluence.upgrade.upgradetask   
com.atlassian.confluence.util   
com.atlassian.confluence.xhtml   
com.atlassian.confluence.xhtml.api   
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.content.render.xhtml
EditorFormatService
          Provides methods that convert between edit and storage formats.
EmbeddedImage
          Represents an embedded resource.
Link
          Represents a link.
MacroDefinition
          An object that encapsulates the state for a macro.
MacroDefinitionHandler
          Handler for MacroDefinitions found in storage format.
MacroDefinitionMarshallingStrategy
          Provides strategies for marshalling MacroDefinitions.
MacroDefinitionReplacer
          Replacer of MacroDefinitions in storage format with other content.
MacroDefinitionUpdater
          Updater of MacroDefinitions in storage format.
XhtmlContent
          Provides methods that manipulate XHTML storage format content, convert between view and storage formats or from old style wiki markup to storage format.
XhtmlVisitor
          A visitor is used to capture XML events that occur during a parse of an XHTML document.
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.content.render.xhtml.editor
Link
          Represents a link.
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.content.render.xhtml.editor.embed
EmbeddedImage
          Represents an embedded resource.
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.content.render.xhtml.editor.link
EmbeddedImage
          Represents an embedded resource.
Link
          Represents a link.
LinkBody
          A type representing the different link bodies in Confluence
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.content.render.xhtml.editor.macro
MacroDefinition
          An object that encapsulates the state for a macro.
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.content.render.xhtml.editor.placeholder
Caret
          Represents a caret for in a placeholder.
Placeholder
           
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.content.render.xhtml.links
Link
          Represents a link.
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.content.render.xhtml.macro
MacroDefinition
          An object that encapsulates the state for a macro.
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.content.render.xhtml.migration
Link
          Represents a link.
MacroDefinition
          An object that encapsulates the state for a macro.
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.content.render.xhtml.model
StandardTag
          An interface representing the standard attributes supported by almost all HTML tags.
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.content.render.xhtml.model.links
Link
          Represents a link.
LinkBody
          A type representing the different link bodies in Confluence
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.content.render.xhtml.model.resource
EmbeddedImage
          Represents an embedded resource.
StandardTag
          An interface representing the standard attributes supported by almost all HTML tags.
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.content.render.xhtml.placeholder
Caret
          Represents a caret for in a placeholder.
Placeholder
           
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.content.render.xhtml.storage
MacroDefinition
          An object that encapsulates the state for a macro.
MacroDefinitionHandler
          Handler for MacroDefinitions found in storage format.
MacroDefinitionMarshallingStrategy
          Provides strategies for marshalling MacroDefinitions.
MacroDefinitionReplacer
          Replacer of MacroDefinitions in storage format with other content.
MacroDefinitionUpdater
          Updater of MacroDefinitions in storage format.
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.content.render.xhtml.storage.embed
EmbeddedImage
          Represents an embedded resource.
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.content.render.xhtml.storage.link
EmbeddedImage
          Represents an embedded resource.
Link
          Represents a link.
LinkBody
          A type representing the different link bodies in Confluence
PlainTextLinkBody
          A PlainTextLinkBody is one that contains nothing but plain textual data.
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.content.render.xhtml.storage.macro
MacroDefinition
          An object that encapsulates the state for a macro.
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.content.render.xhtml.storage.placeholder
Caret
          Represents a caret for in a placeholder.
Placeholder
           
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.content.render.xhtml.view
Link
          Represents a link.
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.content.render.xhtml.view.embed
EmbeddedImage
          Represents an embedded resource.
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.content.render.xhtml.view.excerpt
EmbeddedImage
          Represents an embedded resource.
MacroDefinitionUpdater
          Updater of MacroDefinitions in storage format.
XhtmlContent
          Provides methods that manipulate XHTML storage format content, convert between view and storage formats or from old style wiki markup to storage format.
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.content.render.xhtml.view.link
EmbeddedImage
          Represents an embedded resource.
Link
          Represents a link.
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.content.render.xhtml.view.macro
MacroDefinition
          An object that encapsulates the state for a macro.
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.content.render.xhtml.view.placeholder
Caret
          Represents a caret for in a placeholder.
Placeholder
           
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.diff
XhtmlContent
          Provides methods that manipulate XHTML storage format content, convert between view and storage formats or from old style wiki markup to storage format.
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.diff.marshallers
Link
          Represents a link.
MacroDefinition
          An object that encapsulates the state for a macro.
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.macro
MacroDefinition
          An object that encapsulates the state for a macro.
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.macro.xhtml
MacroDefinition
          An object that encapsulates the state for a macro.
XhtmlContent
          Provides methods that manipulate XHTML storage format content, convert between view and storage formats or from old style wiki markup to storage format.
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.pages.actions
EditorFormatService
          Provides methods that convert between edit and storage formats.
XhtmlContent
          Provides methods that manipulate XHTML storage format content, convert between view and storage formats or from old style wiki markup to storage format.
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.pages.templates
EditorFormatService
          Provides methods that convert between edit and storage formats.
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.plugins.doctheme
MacroDefinition
          An object that encapsulates the state for a macro.
XhtmlContent
          Provides methods that manipulate XHTML storage format content, convert between view and storage formats or from old style wiki markup to storage format.
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.plugins.dragdrop
EditorFormatService
          Provides methods that convert between edit and storage formats.
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.plugins.gadgets.migrator
MacroDefinition
          An object that encapsulates the state for a macro.
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.plugins.macrousage.extractor
XhtmlContent
          Provides methods that manipulate XHTML storage format content, convert between view and storage formats or from old style wiki markup to storage format.
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.plugins.viewsource
XhtmlContent
          Provides methods that manipulate XHTML storage format content, convert between view and storage formats or from old style wiki markup to storage format.
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.spaces.listeners
XhtmlContent
          Provides methods that manipulate XHTML storage format content, convert between view and storage formats or from old style wiki markup to storage format.
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.upgrade.upgradetask
XhtmlContent
          Provides methods that manipulate XHTML storage format content, convert between view and storage formats or from old style wiki markup to storage format.
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.util
MacroDefinition
          An object that encapsulates the state for a macro.
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.xhtml
MacroDefinition
          An object that encapsulates the state for a macro.
 

Classes in com.atlassian.confluence.xhtml.api used by com.atlassian.confluence.xhtml.api
EmbeddedImage
          Represents an embedded resource.
Link
          Represents a link.
LinkBody
          A type representing the different link bodies in Confluence
MacroDefinition
          An object that encapsulates the state for a macro.
MacroDefinitionHandler
          Handler for MacroDefinitions found in storage format.
MacroDefinitionMarshallingStrategy
          Provides strategies for marshalling MacroDefinitions.
MacroDefinitionReplacer
          Replacer of MacroDefinitions in storage format with other content.
MacroDefinitionUpdater
          Updater of MacroDefinitions in storage format.
Placeholder
           
StandardTag
          An interface representing the standard attributes supported by almost all HTML tags.
XhtmlVisitor
          A visitor is used to capture XML events that occur during a parse of an XHTML document.
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.