{#include main fluid=true} {#style} .annotation { color: gray; font-style: italic; } span.larger-badge { font-size: 0.9em; } span.app-class { cursor:pointer; color:blue; text-decoration:underline; } {/style} {#script} $(document).ready(function(){ if (!ideKnown()) { return; } $(".class-candidate").each(function() { var className = $(this).text(); if (appClassLocation(className)) { $(this).addClass("app-class"); } }); $(".app-class").on("click", function() { openInIDE($(this).text()); }); }); {/script} {#title}Beans{/title} {#body} {#for bean in info:devBeanInfos.beans} {/for}
# Bean Kind Associated Interceptors Actions
{bean_count} {#display-bean bean/} {#bean-declaration bean/}
    {#for interceptorId in bean.interceptors} {#set interceptor=info:devBeanInfos.getInterceptor(interceptorId)}
  • {interceptor.interceptorClass} {interceptor.priority}
  • {/set} {/for}
{#if !info:devBeanInfos.getDependencyGraph(bean.id).links.empty} {/if}
{/body} {/include}