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

Packages that use com.atlassian.confluence.content.render.xhtml.migration
com.atlassian.confluence.api.impl.service.content   
com.atlassian.confluence.content.render.xhtml   
com.atlassian.confluence.content.render.xhtml.migration   
com.atlassian.confluence.content.render.xhtml.migration.macro   
com.atlassian.confluence.content.render.xhtml.migration.tasks   
com.atlassian.confluence.content.render.xhtml.model.resource.identifiers   
com.atlassian.confluence.content.render.xhtml.storage.macro   
com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers   
com.atlassian.confluence.content.render.xhtml.transformers   
com.atlassian.confluence.macro.xhtml   
com.atlassian.confluence.pages   
com.atlassian.confluence.pages.templates   
com.atlassian.confluence.rpc.soap   
com.atlassian.confluence.upgrade.upgradetask   
 

Classes in com.atlassian.confluence.content.render.xhtml.migration used by com.atlassian.confluence.api.impl.service.content
ExceptionTolerantMigrator
           Migrates / converts text from one text format to another.
WikiToXhtmlMigrator
           Convert wiki formatted text to the XHTML format used for storage from Confluence 4.0.
 

Classes in com.atlassian.confluence.content.render.xhtml.migration used by com.atlassian.confluence.content.render.xhtml
ExceptionThrowingMigrator
           Migrates / converts text from one format to another.
ExceptionTolerantMigrator
           Migrates / converts text from one text format to another.
 

Classes in com.atlassian.confluence.content.render.xhtml.migration used by com.atlassian.confluence.content.render.xhtml.migration
AbstractExceptionTolerantMigrator
          A partial implementation of ExceptionTolerantMigrator which provides a default implementation of the deprecated AbstractExceptionTolerantMigrator.migrate(String, com.atlassian.renderer.RenderContext, java.util.List) method, which delegates to the ExceptionTolerantMigrator.migrate(String, com.atlassian.confluence.content.render.xhtml.ConversionContext) method.
BatchableWorkSource
          Source of migration work that can be broken up into batches.
BatchTask
          A BatchTask implementation is supplied to a WorkSourceBatchRunner to actually perform the required work on individual items read from the BatchableWorkSource.
ContentDao
           DAO to allow us to load content objects by id for migration.
DefaultSiteMigrator
           
EmbeddedResourceResolver
          Interface to represent the concern of resolving of a v2 embedded resource into a persistent Attachment object.
ErrorReportingV2Renderer
          Extend the V2Render with a new method where a writeable List can be supplied to collect any exceptions thrown during renderering.
ExceptionThrowingMigrator
           Migrates / converts text from one format to another.
ExceptionTolerantMigrator
           Migrates / converts text from one text format to another.
ExceptionTolerantMigrator.MigrationResult
          Represents the results of an attempted migration.
LinkResolver
          Resolves wiki text to an xhtml link.
MacroReplacementRenderer
          Generates a rendering that is to replace or override the default rendering of a macro to XHTML storage format.
MacroReplacementRendererRepository
          Representing a component that maintains a list of MacroReplacementRenderer to be used during migration of macros.
MigrationAware
          To be implemented by those FragmentTransformers, Unmarshallers and Marshallers which are aware of when they've made a transformation that constitutes a "migration" from one format to another.
OrderedEntityObjectBatchableWorkSource
          A BatchableWorkSource implementation which retrieves batches of EntityObjects by ordering the entities by their IDs.
OrderedEntityObjectBatchableWorkSource.EntitySource
           
SiteMigrator
          A component responsible for performing the conversion of content within Confluence to the latest format.
XhtmlRoundTripMigrator
          Migrate content to the current storage format using a simple storage to storage fragment transformer.
 

Classes in com.atlassian.confluence.content.render.xhtml.migration used by com.atlassian.confluence.content.render.xhtml.migration.macro
BatchableWorkSource
          Source of migration work that can be broken up into batches.
BatchException
          A composite exception that wraps a list of exceptions, useful for propagating list of exceptions that might have occurred during a batch task.
BatchTask
          A BatchTask implementation is supplied to a WorkSourceBatchRunner to actually perform the required work on individual items read from the BatchableWorkSource.
ContentDao
           DAO to allow us to load content objects by id for migration.
ExceptionTolerantMigrator
           Migrates / converts text from one text format to another.
 

Classes in com.atlassian.confluence.content.render.xhtml.migration used by com.atlassian.confluence.content.render.xhtml.migration.tasks
BatchableWorkSource
          Source of migration work that can be broken up into batches.
ContentDao
           DAO to allow us to load content objects by id for migration.
ExceptionTolerantMigrator
           Migrates / converts text from one text format to another.
 

Classes in com.atlassian.confluence.content.render.xhtml.migration used by com.atlassian.confluence.content.render.xhtml.model.resource.identifiers
ContentDao
           DAO to allow us to load content objects by id for migration.
 

Classes in com.atlassian.confluence.content.render.xhtml.migration used by com.atlassian.confluence.content.render.xhtml.storage.macro
MigrationAware
          To be implemented by those FragmentTransformers, Unmarshallers and Marshallers which are aware of when they've made a transformation that constitutes a "migration" from one format to another.
 

Classes in com.atlassian.confluence.content.render.xhtml.migration used by com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers
MigrationAware
          To be implemented by those FragmentTransformers, Unmarshallers and Marshallers which are aware of when they've made a transformation that constitutes a "migration" from one format to another.
UrlResourceIdentifier
           URL based identifier.
 

Classes in com.atlassian.confluence.content.render.xhtml.migration used by com.atlassian.confluence.content.render.xhtml.transformers
MigrationAware
          To be implemented by those FragmentTransformers, Unmarshallers and Marshallers which are aware of when they've made a transformation that constitutes a "migration" from one format to another.
 

Classes in com.atlassian.confluence.content.render.xhtml.migration used by com.atlassian.confluence.macro.xhtml
AbstractExceptionTolerantMigrator
          A partial implementation of ExceptionTolerantMigrator which provides a default implementation of the deprecated AbstractExceptionTolerantMigrator.migrate(String, com.atlassian.renderer.RenderContext, java.util.List) method, which delegates to the ExceptionTolerantMigrator.migrate(String, com.atlassian.confluence.content.render.xhtml.ConversionContext) method.
ExceptionTolerantMigrator
           Migrates / converts text from one text format to another.
ExceptionTolerantMigrator.MigrationResult
          Represents the results of an attempted migration.
SiteMigrator
          A component responsible for performing the conversion of content within Confluence to the latest format.
 

Classes in com.atlassian.confluence.content.render.xhtml.migration used by com.atlassian.confluence.pages
ExceptionTolerantMigrator
           Migrates / converts text from one text format to another.
 

Classes in com.atlassian.confluence.content.render.xhtml.migration used by com.atlassian.confluence.pages.templates
WikiToXhtmlMigrator
           Convert wiki formatted text to the XHTML format used for storage from Confluence 4.0.
 

Classes in com.atlassian.confluence.content.render.xhtml.migration used by com.atlassian.confluence.rpc.soap
ExceptionTolerantMigrator
           Migrates / converts text from one text format to another.
 

Classes in com.atlassian.confluence.content.render.xhtml.migration used by com.atlassian.confluence.upgrade.upgradetask
BatchTask
          A BatchTask implementation is supplied to a WorkSourceBatchRunner to actually perform the required work on individual items read from the BatchableWorkSource.
ContentDao
           DAO to allow us to load content objects by id for migration.
SiteMigrator
          A component responsible for performing the conversion of content within Confluence to the latest format.
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.