Class CreateLinkResource

java.lang.Object
com.atlassian.confluence.tinymceplugin.rest.CreateLinkResource

@Path("/createlink") public class CreateLinkResource extends Object
  • Constructor Details

    • CreateLinkResource

      @Inject public CreateLinkResource(EditorFormatService editorFormatService)
  • Method Details

    • generatePlaceHolder

      @GET @Path("/placeholder") @Consumes("application/json") @Produces("text/plain") public javax.ws.rs.core.Response generatePlaceHolder(@QueryParam("pageTitle") String pageTitle, @QueryParam("spaceKey") String spaceKey, @QueryParam("alias") String alias)