Class WysiwygEditorConfigResource

    • Constructor Detail

      • WysiwygEditorConfigResource

        public WysiwygEditorConfigResource()
    • Method Detail

      • getWysiwygEditorConfig

        @GET
        @Path("{resourceType}/{resourceId}")
        @Produces("application/json")
        public javax.ws.rs.core.Response getWysiwygEditorConfig​(@PathParam("resourceType")
                                                                String resourceType,
                                                                @PathParam("resourceId")
                                                                String resourceId)
        Gets the wysiwyg editor configuration according to the component instance identifier included into the path URI and the optional configuration name.
        Returns:
        the response to the HTTP GET request with the JSON representation of the asked calendars.
        See Also:
        RESTWebService.WebProcess.execute()
      • getComponentId

        public String getComponentId()
        Description copied from interface: SilverpeasWebResource
        Gets the identifier of the component instance to which the requested resource belongs to.
        Returns:
        the identifier of the Silverpeas component instance.