1 21 package com.sun.enterprise.tools.jsfext.component; 22 23 24 34 public class LavaChannelHref extends TemplateComponentBase { 35 38 public LavaChannelHref() { 39 super(); 40 setRendererType("com.sun.enterprise.tools.jsfext.LavaChannelHref"); 41 setLayoutDefinitionKey(LAYOUT_KEY); 42 } 43 44 47 public String getFamily() { 48 return "com.sun.enterprise.tools.jsfext.LavaChannelHref"; 49 } 50 51 55 public static final String LAYOUT_KEY = "lava/lavaChannelHref.xml"; 56 } 57 | Popular Tags |