public class ComponentBinding extends TemplateNode
| Constructor and Description |
|---|
ComponentBinding(String className,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
acceptVisitor(TemplateNodeVisitor visitor) |
String |
getClassName() |
List<ComponentFunctionBinding> |
getComputations() |
String |
getContentMethodName() |
List<TemplateNode> |
getContentNodes() |
String |
getElementNameMethodName() |
String |
getName() |
List<NestedComponentBinding> |
getNestedComponents() |
List<ComponentVariableBinding> |
getVariables() |
void |
setClassName(String className) |
void |
setContentMethodName(String contentMethodName) |
void |
setElementNameMethodName(String elementNameMethodName) |
void |
setName(String name) |
getLocation, setLocationpublic List<ComponentVariableBinding> getVariables()
public List<ComponentFunctionBinding> getComputations()
public String getClassName()
public void setClassName(String className)
public String getName()
public void setName(String name)
public List<TemplateNode> getContentNodes()
public String getContentMethodName()
public void setContentMethodName(String contentMethodName)
public String getElementNameMethodName()
public void setElementNameMethodName(String elementNameMethodName)
public List<NestedComponentBinding> getNestedComponents()
public void acceptVisitor(TemplateNodeVisitor visitor)
acceptVisitor in class TemplateNodeCopyright © 2019. All rights reserved.