Class KlassHtmlResource

java.lang.Object
cool.klass.service.klass.html.KlassHtmlResource

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

  • Method Details

    • topLevelElementNameSourceCode

      @Timed @ExceptionMetered @GET @Path("/meta/code/element/{topLevelElementName}") @Produces("text/html") public String topLevelElementNameSourceCode(@PathParam("topLevelElementName") String topLevelElementName)
    • topLevelElementNameSourceCode

      @Timed @ExceptionMetered @GET @Path("/meta/code/element/{topLevelElementName}/{memberName}") @Produces("text/html") public String topLevelElementNameSourceCode(@PathParam("topLevelElementName") String topLevelElementName, @PathParam("memberName") String memberName)
    • fileSourceCode

      @Timed @ExceptionMetered @GET @Path("/meta/code/file/{fileName}.html") @Produces("text/html") public String fileSourceCode(@PathParam("fileName") String fileName)