|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MacroDefinitionMarshallingStrategy | |
---|---|
com.atlassian.confluence.content.render.xhtml | |
com.atlassian.confluence.content.render.xhtml.storage | |
com.atlassian.confluence.xhtml.api |
Uses of MacroDefinitionMarshallingStrategy in com.atlassian.confluence.content.render.xhtml |
---|
Methods in com.atlassian.confluence.content.render.xhtml with parameters of type MacroDefinitionMarshallingStrategy | |
---|---|
void |
DefaultXhtmlContent.handleMacroDefinitions(java.lang.String storageFragment,
ConversionContext context,
MacroDefinitionHandler handler,
MacroDefinitionMarshallingStrategy strategy)
|
Uses of MacroDefinitionMarshallingStrategy in com.atlassian.confluence.content.render.xhtml.storage |
---|
Methods in com.atlassian.confluence.content.render.xhtml.storage with parameters of type MacroDefinitionMarshallingStrategy | |
---|---|
Transformer |
DefaultContentTransformerFactory.getTransformer(MacroDefinitionHandler handler,
MacroDefinitionMarshallingStrategy strategy)
|
Transformer |
ContentTransformerFactory.getTransformer(MacroDefinitionHandler handler,
MacroDefinitionMarshallingStrategy strategy)
Returns a Transformer. |
Uses of MacroDefinitionMarshallingStrategy in com.atlassian.confluence.xhtml.api |
---|
Methods in com.atlassian.confluence.xhtml.api that return MacroDefinitionMarshallingStrategy | |
---|---|
static MacroDefinitionMarshallingStrategy |
MacroDefinitionMarshallingStrategy.valueOf(java.lang.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. |
Methods in com.atlassian.confluence.xhtml.api with parameters of type MacroDefinitionMarshallingStrategy | |
---|---|
void |
XhtmlContent.handleMacroDefinitions(java.lang.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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |