Uses of Class
com.atlassian.confluence.xhtml.api.Placeholder

Packages that use Placeholder
com.atlassian.confluence.content.render.xhtml.editor.placeholder   
com.atlassian.confluence.content.render.xhtml.placeholder   
com.atlassian.confluence.content.render.xhtml.storage.placeholder   
com.atlassian.confluence.content.render.xhtml.view.placeholder   
com.atlassian.confluence.xhtml.api   
 

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
 Placeholder EditorPlaceholderUnmarshaller.unmarshal(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

Methods in com.atlassian.confluence.content.render.xhtml.editor.placeholder with parameters of type Placeholder
 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
 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
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)
           
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)
           
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
 Placeholder StoragePlaceholderUnmarshaller.unmarshal(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

Methods in com.atlassian.confluence.content.render.xhtml.storage.placeholder with parameters of type Placeholder
 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
 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
Placeholder(Placeholder toCopy)
           
 



Confluence is developed by Atlassian.