Uses of Interface
com.atlassian.confluence.content.render.xhtml.migration.MigrationAware

Packages that use MigrationAware
com.atlassian.confluence.content.render.xhtml.migration   
com.atlassian.confluence.content.render.xhtml.storage.macro   
com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers   
com.atlassian.confluence.content.render.xhtml.transformers   
 

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

Classes in com.atlassian.confluence.content.render.xhtml.migration that implement MigrationAware
 class DelegatingMigrationAwareFragmentTransformer
          A simple delegating implementation of MigrationAware and FragmentTransformer.
 

Constructors in com.atlassian.confluence.content.render.xhtml.migration with parameters of type MigrationAware
DelegatingMigrationAwareFragmentTransformer(FragmentTransformer fragmentTransformer, MigrationAware migrationAware)
           
MigrationAware.MigrationPerformedPredicate(MigrationAware migrationAware)
           
 

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

Classes in com.atlassian.confluence.content.render.xhtml.storage.macro that implement MigrationAware
 class DelegatingStorageMacroMarshaller
          A Marshaller of MacroDefinitions which decided which macro storage format to marshal, depending on the MacroDefinition.
 

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

Classes in com.atlassian.confluence.content.render.xhtml.storage.resource.identifiers that implement MigrationAware
 class StorageUserResourceIdentifierMarshaller
          Marshals UserResourceIdentifiers to storage format.
 

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

Classes in com.atlassian.confluence.content.render.xhtml.transformers that implement MigrationAware
 class DefaultFragmentTransformer
           This can be thought of as the top-level Transformer since it includes the behaviour of writing out any events that have no specific handling configured.
 



Copyright © 2003–2015 Atlassian. All rights reserved.