Uses of Class
com.atlassian.confluence.xhtml.api.Placeholder
Packages that use Placeholder
Package
Description
-
Uses of Placeholder in com.atlassian.confluence.content.render.xhtml.editor.placeholder
Methods in com.atlassian.confluence.content.render.xhtml.editor.placeholder that return PlaceholderModifier and TypeMethodDescriptionEditorPlaceholderUnmarshaller.unmarshal(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) Methods in com.atlassian.confluence.content.render.xhtml.editor.placeholder with parameters of type PlaceholderModifier and TypeMethodDescriptionEditorPlaceholderMarshaller.marshal(Placeholder placeholder, ConversionContext conversionContext) -
Uses of Placeholder in com.atlassian.confluence.content.render.xhtml.placeholder
Methods in com.atlassian.confluence.content.render.xhtml.placeholder that return types with arguments of type PlaceholderModifier and TypeMethodDescriptionPlaceholderMarshallingFactoryImpl.getEditorMarshaller()PlaceholderMarshallingFactoryImpl.getEditorUnmarshaller()PlaceholderMarshallingFactoryImpl.getStorageMarshaller()PlaceholderMarshallingFactoryImpl.getStorageUnmarshaller()PlaceholderMarshallingFactoryImpl.getViewMarshaller()Constructor parameters in com.atlassian.confluence.content.render.xhtml.placeholder with type arguments of type PlaceholderModifierConstructorDescriptionPlaceholderMarshallingFactoryImpl(Marshaller<Placeholder> viewMarshaller, Marshaller<Placeholder> editorMarshaller, Marshaller<Placeholder> storageMarshaller, Unmarshaller<Placeholder> editorUnmarshaller, Unmarshaller<Placeholder> storageUnmarshaller) PlaceholderMarshallingFactoryImpl(Marshaller<Placeholder> viewMarshaller, Marshaller<Placeholder> editorMarshaller, Marshaller<Placeholder> storageMarshaller, Unmarshaller<Placeholder> editorUnmarshaller, Unmarshaller<Placeholder> storageUnmarshaller) -
Uses of Placeholder in com.atlassian.confluence.content.render.xhtml.storage.placeholder
Methods in com.atlassian.confluence.content.render.xhtml.storage.placeholder that return PlaceholderModifier and TypeMethodDescriptionStoragePlaceholderUnmarshaller.unmarshal(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext) Methods in com.atlassian.confluence.content.render.xhtml.storage.placeholder with parameters of type PlaceholderModifier and TypeMethodDescriptionStoragePlaceholderMarshaller.marshal(Placeholder placeholder, ConversionContext conversionContext) -
Uses of Placeholder in com.atlassian.confluence.content.render.xhtml.view.placeholder
Methods in com.atlassian.confluence.content.render.xhtml.view.placeholder with parameters of type PlaceholderModifier and TypeMethodDescriptionViewPlaceholderMarshaller.marshal(Placeholder placeholder, ConversionContext conversionContext) -
Uses of Placeholder in com.atlassian.confluence.xhtml.api
Constructors in com.atlassian.confluence.xhtml.api with parameters of type Placeholder