{#include main} {#style} span.app-class { cursor:pointer; color:blue; text-decoration:underline; } span.larger-badge { font-size: 1em; } {/style} {#script} $(document).ready(function(){ if (!ideKnown()) { return; } $(".class-candidate").each(function() { var className = $(this).text(); if (appClassLang(className)) { $(this).addClass("app-class"); } }); $(".app-class").on("click", function() { openInIDE($(this).text()); }); }); {/script} {#title}Services{/title} {#body}
# | Name and Status | Implementation Class | Methods | |
---|---|---|---|---|
{count}. | {#when service.status} {#is SERVING} {#is NOT_SERVING} {#is in UNKNOWN UNRECOGNIZED} {/when} {service.name} | {service.serviceClass} |
|
{#if service.hasTestableMethod} Test {/if} | {/for}