Exemplo n.º 1
0
 public ComponentTagHandlerDelegateImpl(ComponentHandler owner) {
   this.owner = owner;
   ComponentConfig config = owner.getComponentConfig();
   this.componentType = config.getComponentType();
   this.rendererType = config.getRendererType();
   this.id = owner.getTagAttribute("id");
   this.binding = owner.getTagAttribute("binding");
 }