1 21 package com.sun.enterprise.tools.jsfext.component; 22 23 24 30 public class EditArea extends TemplateComponentBase { 31 34 public EditArea() { 35 super(); 36 setRendererType("com.sun.enterprise.tools.jsfext.EditArea"); 37 setLayoutDefinitionKey(LAYOUT_KEY); 38 } 39 40 43 public String getFamily() { 44 return "com.sun.enterprise.tools.jsfext.EditArea"; 45 } 46 47 51 public static final String LAYOUT_KEY = "lava/editArea.xml"; 52 } 53 | Popular Tags |