public abstract class AbstractNodeBuilder<T extends Node> extends Object implements NodeBuilder<T>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractNodeBuilder(ViewContext context,
String tagName,
Map<String,String> attributes) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttribute(String name) |
Map<String,String> |
getAttributes() |
ViewContext |
getContext() |
T |
getNode() |
String |
getTagName() |
boolean |
hasAttribute(String name) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildprotected AbstractNodeBuilder(ViewContext context, String tagName, Map<String,String> attributes)
public ViewContext getContext()
public T getNode()
getNode in interface NodeBuilder<T extends Node>public String getTagName()
public boolean hasAttribute(String name)
Copyright © 2021. All Rights Reserved.