Methods in org.barracudamvc.core.comp.renderer with parameters of type TemplateView |
void |
TemplateHelper.render(BTemplate comp,
TemplateView view,
ViewContext vc)
This renders a BTemplate component into the specified TemplateView,
for the given ViewCOntext |
protected void |
TemplateHelper.copyChildNodes(Node templateNode,
Node targetNode,
TemplateView view,
ViewContext vc,
int depth)
Copy nodes from the template to the target |
protected Node |
TemplateHelper.getNode(Node templateNode,
TemplateView view,
ViewContext vc,
int depth)
Given the specified templateNode, return the new Node to be rendered into the view |