| 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) |
void |
MacroDefinitionTransformer.handleMacroDefinitions(String storageFragment,
ConversionContext context,
MacroDefinitionHandler handler,
MacroDefinitionMarshallingStrategy strategy)
Perform an operation on
MacroDefinitions in the supplied storageFragment, with optional changes
to the storage representation defined by the MacroDefinitionMarshallingStrategy. |
| Modifier and Type | Method and Description |
|---|---|
void |
MacroDefinitionTransformerImpl.handleMacroDefinitions(String storageFragment,
ConversionContext context,
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
MacroDefinitions in the supplied storageFragment, with optional changes
to the storage representation defined by the MacroDefinitionMarshallingStrategy. |
Copyright © 2003–2022 Atlassian. All rights reserved.