Class AppMarkdown2HtmlResponse


public class AppMarkdown2HtmlResponse extends HttpByteArrayResponse
Generates an HTML response by converting a Markdown file.
  • Constructor Details

    • AppMarkdown2HtmlResponse

      public AppMarkdown2HtmlResponse(HttpRequest httpReq, String app, String roomId, ResponseCache cache) throws IOException
      Constructs a new Markdown2HtmlResponse.
      Parameters:
      httpReq - The HTTP request.
      app - The target application.
      roomId - The ID of the room.
      cache - The response cache.
      Throws:
      IOException - If an I/O error occurs while creating the HTML response.