Uses of Class
com.atlassian.confluence.xhtml.api.Caret
-
Packages that use Caret Package Description com.atlassian.confluence.content.render.xhtml.placeholder -
-
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 Modifier and Type Method Description 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 Constructor Description 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)
-