Uses of Class
com.atlassian.confluence.xhtml.api.Caret
Packages that use Caret
-
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 CaretModifier and TypeMethodDescriptionCaretMarshallingFactoryImpl.getEditorMarshaller()
CaretMarshallingFactoryImpl.getEditorUnmarshaller()
CaretMarshallingFactoryImpl.getStorageMarshaller()
CaretMarshallingFactoryImpl.getStorageUnmarshaller()
CaretMarshallingFactoryImpl.getViewMarshaller()
Constructor parameters in com.atlassian.confluence.content.render.xhtml.placeholder with type arguments of type CaretModifierConstructorDescriptionCaretMarshallingFactoryImpl
(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)