Class LinkResource

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

@Path("/link") public class LinkResource extends Object
  • Constructor Details

  • Method Details

    • generatePlaceHolder

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