Class EmbeddedImage
java.lang.Object
com.atlassian.confluence.tinymceplugin.rest.EmbeddedImage
-
Constructor Summary
ConstructorsConstructorDescriptionEmbeddedImage
(EditorFormatService editorFormatService, ContentEntityManager contentEntityManager) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.Response
-
Constructor Details
-
EmbeddedImage
@Inject public EmbeddedImage(EditorFormatService editorFormatService, @Named("contentEntityManager") ContentEntityManager contentEntityManager)
-
-
Method Details
-
generatePlaceHolder
@POST @Path("/placeholder/image") @Consumes("application/json") @Produces("text/html") public jakarta.ws.rs.core.Response generatePlaceHolder(EmbeddedImagePlaceholderRequest request)
-