Uses of Interface
com.atlassian.confluence.content.render.xhtml.migration.MigrationAware
- 
- 
Uses of MigrationAware in com.atlassian.confluence.content.render.xhtml.migration
Classes in com.atlassian.confluence.content.render.xhtml.migration that implement MigrationAware Modifier and Type Class Description classDelegatingMigrationAwareFragmentTransformerA simple delegating implementation ofMigrationAwareandFragmentTransformer.Constructors in com.atlassian.confluence.content.render.xhtml.migration with parameters of type MigrationAware Constructor Description DelegatingMigrationAwareFragmentTransformer(FragmentTransformer fragmentTransformer, 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 Modifier and Type Class Description classDelegatingStorageMacroMarshallerAMarshallerofMacroDefinitions which decided which macro storage format to marshal, depending on theMacroDefinition. - 
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 Modifier and Type Class Description classStorageUserResourceIdentifierMarshallerMarshalsUserResourceIdentifiers 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 Modifier and Type Class Description classDefaultFragmentTransformerThis 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. 
 -