public interface NodeContext<N,C extends NodeContext>
| Modifier and Type | Method and Description |
|---|---|
N |
getCurrentNode() |
C |
getSubContext()
Creates a child rendering context that can be used to collect rendered html text.
|
C getSubContext()
N getCurrentNode()
Copyright © 2019. All rights reserved.