1 23 package com.sun.enterprise.tools.jsfext.component; 24 25 26 35 public class EventComponent extends TemplateComponentBase { 36 39 public EventComponent() { 40 super(); 41 setRendererType("com.sun.enterprise.tools.jsfext.EventComponent"); 42 setLayoutDefinitionKey(LAYOUT_KEY); 43 } 44 45 48 public String getFamily() { 49 return "com.sun.enterprise.tools.jsfext.EventComponent"; 50 } 51 52 59 60 68 69 73 public static final String LAYOUT_KEY = "lava/event.xml"; 74 } 75 | Popular Tags |