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

Packages that use Caret
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   
 

Uses of Caret in com.atlassian.confluence.content.render.xhtml.editor.placeholder
 

Methods in com.atlassian.confluence.content.render.xhtml.editor.placeholder that return Caret
 Caret EditorCaretUnmarshaller.unmarshal(XMLEventReader reader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

Methods in com.atlassian.confluence.content.render.xhtml.editor.placeholder with parameters of type Caret
 String EditorCaretMarshaller.marshal(Caret placeholderType, ConversionContext conversionContext)
           
 

Uses of Caret in com.atlassian.confluence.content.render.xhtml.placeholder
 

Methods in com.atlassian.confluence.content.render.xhtml.placeholder that return types with arguments of type Caret
 Marshaller<Caret> CaretMarshallingFactoryImpl.getEditorMarshaller()
           
 Unmarshaller<Caret> CaretMarshallingFactoryImpl.getEditorUnmarshaller()
           
 Marshaller<Caret> CaretMarshallingFactoryImpl.getStorageMarshaller()
           
 Unmarshaller<Caret> CaretMarshallingFactoryImpl.getStorageUnmarshaller()
           
 Marshaller<Caret> CaretMarshallingFactoryImpl.getViewMarshaller()
           
 

Constructor parameters in com.atlassian.confluence.content.render.xhtml.placeholder with type arguments of type Caret
CaretMarshallingFactoryImpl(Marshaller<Caret> viewMarshaller, Marshaller<Caret> editorMarshaller, Marshaller<Caret> storageMarshaller, Unmarshaller<Caret> editorUnmarshaller, Unmarshaller<Caret> storageUnmarshaller)
           
CaretMarshallingFactoryImpl(Marshaller<Caret> viewMarshaller, Marshaller<Caret> editorMarshaller, Marshaller<Caret> storageMarshaller, Unmarshaller<Caret> editorUnmarshaller, Unmarshaller<Caret> storageUnmarshaller)
           
CaretMarshallingFactoryImpl(Marshaller<Caret> viewMarshaller, Marshaller<Caret> editorMarshaller, Marshaller<Caret> storageMarshaller, Unmarshaller<Caret> editorUnmarshaller, Unmarshaller<Caret> storageUnmarshaller)
           
CaretMarshallingFactoryImpl(Marshaller<Caret> viewMarshaller, Marshaller<Caret> editorMarshaller, Marshaller<Caret> storageMarshaller, Unmarshaller<Caret> editorUnmarshaller, Unmarshaller<Caret> storageUnmarshaller)
           
CaretMarshallingFactoryImpl(Marshaller<Caret> viewMarshaller, Marshaller<Caret> editorMarshaller, Marshaller<Caret> storageMarshaller, Unmarshaller<Caret> editorUnmarshaller, Unmarshaller<Caret> storageUnmarshaller)
           
 

Uses of Caret in com.atlassian.confluence.content.render.xhtml.storage.placeholder
 

Methods in com.atlassian.confluence.content.render.xhtml.storage.placeholder that return Caret
 Caret StorageCaretUnmarshaller.unmarshal(XMLEventReader xmlEventReader, FragmentTransformer mainFragmentTransformer, ConversionContext conversionContext)
           
 

Methods in com.atlassian.confluence.content.render.xhtml.storage.placeholder with parameters of type Caret
 String StorageCaretMarshaller.marshal(Caret object, ConversionContext conversionContext)
           
 

Uses of Caret in com.atlassian.confluence.content.render.xhtml.view.placeholder
 

Methods in com.atlassian.confluence.content.render.xhtml.view.placeholder with parameters of type Caret
 String ViewCaretMarshaller.marshal(Caret object, ConversionContext conversionContext)
           
 



Copyright © 2003-2013 Atlassian. All Rights Reserved.