Modifier and Type | Method and Description |
---|---|
void |
DefaultXhtmlContent.handleMacroDefinitions(String storageFragment,
ConversionContext context,
MacroDefinitionHandler handler,
MacroDefinitionMarshallingStrategy strategy) |
Modifier and Type | Method and Description |
---|---|
Transformer |
ContentTransformerFactory.getTransformer(MacroDefinitionHandler handler,
MacroDefinitionMarshallingStrategy strategy)
Returns a Transformer.
|
Transformer |
DefaultContentTransformerFactory.getTransformer(MacroDefinitionHandler handler,
MacroDefinitionMarshallingStrategy strategy) |
Modifier and Type | Method and Description |
---|---|
static MacroDefinitionMarshallingStrategy |
MacroDefinitionMarshallingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MacroDefinitionMarshallingStrategy[] |
MacroDefinitionMarshallingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
XhtmlContent.handleMacroDefinitions(String storageFragment,
ConversionContext context,
MacroDefinitionHandler handler,
MacroDefinitionMarshallingStrategy strategy)
Perform an operation on
MacroDefinition s in the supplied storageFragment , with optional changes
to the storage representation defined by the MacroDefinitionMarshallingStrategy . |
Copyright © 2003–2019 Atlassian. All rights reserved.