Uses of Class
com.atlassian.confluence.xhtml.api.Placeholder
-
-
Uses of Placeholder in com.atlassian.confluence.content.render.xhtml.editor.placeholder
Methods in com.atlassian.confluence.content.render.xhtml.editor.placeholder that return Placeholder Modifier and Type Method Description Placeholder
EditorPlaceholderUnmarshaller. unmarshal(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
Methods in com.atlassian.confluence.content.render.xhtml.editor.placeholder with parameters of type Placeholder Modifier and Type Method Description Streamable
EditorPlaceholderMarshaller. 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 Placeholder Modifier and Type Method Description Marshaller<Placeholder>
PlaceholderMarshallingFactoryImpl. getEditorMarshaller()
Unmarshaller<Placeholder>
PlaceholderMarshallingFactoryImpl. getEditorUnmarshaller()
Marshaller<Placeholder>
PlaceholderMarshallingFactoryImpl. getStorageMarshaller()
Unmarshaller<Placeholder>
PlaceholderMarshallingFactoryImpl. getStorageUnmarshaller()
Marshaller<Placeholder>
PlaceholderMarshallingFactoryImpl. getViewMarshaller()
Constructor parameters in com.atlassian.confluence.content.render.xhtml.placeholder with type arguments of type Placeholder Constructor Description PlaceholderMarshallingFactoryImpl(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 Placeholder Modifier and Type Method Description Placeholder
StoragePlaceholderUnmarshaller. unmarshal(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
Methods in com.atlassian.confluence.content.render.xhtml.storage.placeholder with parameters of type Placeholder Modifier and Type Method Description Streamable
StoragePlaceholderMarshaller. 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 Placeholder Modifier and Type Method Description Streamable
ViewPlaceholderMarshaller. 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 Constructor Description Placeholder(Placeholder toCopy)
-