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 class
DelegatingMigrationAwareFragmentTransformer
A simple delegating implementation ofMigrationAware
andFragmentTransformer
.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 class
DelegatingStorageMacroMarshaller
AMarshaller
ofMacroDefinition
s 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 class
StorageUserResourceIdentifierMarshaller
MarshalsUserResourceIdentifier
s 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 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.
-