public class SimpleNodeBuilder<T extends Node> extends AbstractNodeBuilder<T>
| Modifier | Constructor and Description |
|---|---|
protected |
SimpleNodeBuilder(T node,
ViewContext context,
String tagName,
Map<String,String> attributes) |
| Modifier and Type | Method and Description |
|---|---|
T |
build() |
T |
getNode() |
getAttribute, getAttributes, getContext, getTagName, hasAttributepublic T getNode()
getNode in interface NodeBuilder<T extends Node>getNode in class AbstractNodeBuilder<T extends Node>public T build()
Copyright © 2021. All Rights Reserved.