Uses of Interface
org.barracudamvc.core.comp.TemplateView

Packages that use TemplateView
org.barracudamvc.core.comp   
org.barracudamvc.core.comp.renderer   
 

Uses of TemplateView in org.barracudamvc.core.comp
 

Classes in org.barracudamvc.core.comp that implement TemplateView
 class DefaultTemplateView
          This class provides the default implementation for a TemplateView.
 

Uses of TemplateView in org.barracudamvc.core.comp.renderer
 

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
 



Copyright © 2004 BarracudaMVC.org All Rights Reserved.