Uses of Class
org.barracudamvc.core.comp.RenderException

Packages that use RenderException
org.barracudamvc.core.comp   
org.barracudamvc.core.comp.helper   
org.barracudamvc.core.comp.renderer   
org.barracudamvc.core.comp.renderer.html   
org.barracudamvc.core.comp.renderer.xml   
org.barracudamvc.core.event.helper   
 

Uses of RenderException in org.barracudamvc.core.comp
 

Subclasses of RenderException in org.barracudamvc.core.comp
 class DOMAccessException
          This exception indicates the specified format is not supported.
 class InvalidDirectiveException
          This exception indicates the specified format is not supported.
 class InvalidNodeException
          This exception indicates the specified format is not supported.
 class InvalidViewException
          This exception indicates the specified format is not supported.
 class NoSuitableRendererException
          This exception indicates we were unable to locate a suitable renderer.
 class UnsupportedFormatException
          This exception indicates the specified format is not supported.
 

Methods in org.barracudamvc.core.comp that throw RenderException
 Node BlockIterator.next(ViewContext vc, Node templateNode)
          Asks the developer to process a node (given the current data layer context)
 Node AbstractBlockIterator.next(ViewContext vc, Node templateNode)
          Asks the developer to process a node (given the current data layer context)
 BComponent BComponent.render(ViewContext vc)
          Render the component for a view with the specified ViewContext.
abstract  BComponent AbstractBComponent.render(ViewContext vc)
           
protected  void BComponent.render(ViewContext vc, int depth)
           
protected  void BComponent.renderView(View view, ViewContext vc)
          Render a specific view for the component.
protected  void BComponent.renderView(View view, ViewContext vc, int depth)
           
 

Uses of RenderException in org.barracudamvc.core.comp.helper
 

Methods in org.barracudamvc.core.comp.helper with parameters of type RenderException
 void ComponentGateway.handleRenderException(RenderException e, ViewContext vc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
          Handle a RenderException.
 

Methods in org.barracudamvc.core.comp.helper that throw RenderException
abstract  Document ComponentGateway.handleDefault(BComponent root, ViewContext vc, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse resp)
          Handle the default HttpRequest.
 

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

Methods in org.barracudamvc.core.comp.renderer that throw RenderException
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
 void TemplateHelper.render(BTemplate comp, TemplateView view, ViewContext vc)
          This renders a BTemplate component into the specified TemplateView, for the given ViewCOntext
 void Renderer.renderComponent(BComponent comp, View view, ViewContext vc)
           
 void DOMComponentRenderer.renderComponent(BComponent comp, View view, ViewContext vc)
          This method should actually render the data from the component into the view, taking into consideration the specified ViewContext.
 

Uses of RenderException in org.barracudamvc.core.comp.renderer.html
 

Methods in org.barracudamvc.core.comp.renderer.html that throw RenderException
protected static void HTMLActionRenderer.manipulateActionElement(Element el, BAction comp, ViewContext vc)
          Generic Element - cast elements to more specific elements in order to call the appropriate overloaded method.
protected static void HTMLActionRenderer.manipulateActionElement(org.w3c.dom.html.HTMLAnchorElement el, BAction comp, ViewContext vc)
          HTMLAnchorElement - set the "href" attribute
protected static void HTMLActionRenderer.manipulateActionElement(org.w3c.dom.html.HTMLButtonElement el, BAction comp, ViewContext vc)
          HTMLButtonElement
protected static void HTMLActionRenderer.manipulateActionElement(org.w3c.dom.html.HTMLFormElement el, BAction comp, ViewContext vc)
          HTMLFormElement - set the "action" attribute
protected static void HTMLActionRenderer.manipulateActionElement(org.w3c.dom.html.HTMLInputElement el, BAction comp, ViewContext vc)
          HTMLInputElement
protected static void HTMLActionRenderer.manipulateActionElement(org.w3c.dom.html.HTMLSelectElement el, BAction comp, ViewContext vc)
          HTMLSelectElement
 void HTMLLabelRenderer.renderComponent(BComponent comp, View view, ViewContext vc)
           
 void HTMLActionRenderer.renderComponent(BComponent comp, View view, ViewContext vc)
          Render the data from the component into the view, taking into consideration the specified ViewContext
 void HTMLImageRenderer.renderComponent(BComponent comp, View view, ViewContext vc)
           
 void HTMLComponentRenderer.renderComponent(BComponent comp, View view, ViewContext vc)
           
 void HTMLToggleRenderer.renderComponent(BComponent comp, View view, ViewContext vc)
           
 void HTMLSelectRenderer.renderComponent(BComponent comp, View view, ViewContext vc)
           
 void HTMLTemplateRenderer.renderComponent(BComponent comp, View view, ViewContext vc)
           
 void HTMLInputRenderer.renderComponent(BComponent comp, View view, ViewContext vc)
           
 void HTMLTableRenderer.renderComponent(BComponent comp, View view, ViewContext vc)
           
 void HTMLScriptRenderer.renderComponent(BComponent comp, View view, ViewContext vc)
           
 void HTMLTextRenderer.renderComponent(BComponent comp, View view, ViewContext vc)
           
 void HTMLListRenderer.renderComponent(BComponent comp, View view, ViewContext vc)
           
 void HTMLLinkRenderer.renderComponent(BComponent comp, View view, ViewContext vc)
           
 void HTMLScriptResourceRenderer.renderComponent(BComponent comp, View view, ViewContext vc)
           
 

Uses of RenderException in org.barracudamvc.core.comp.renderer.xml
 

Methods in org.barracudamvc.core.comp.renderer.xml that throw RenderException
 void XMLLabelRenderer.renderComponent(BComponent comp, View view, ViewContext vc)
           
 void XMLTextRenderer.renderComponent(BComponent comp, View view, ViewContext vc)
           
 void XMLTemplateRenderer.renderComponent(BComponent comp, View view, ViewContext vc)
           
 

Uses of RenderException in org.barracudamvc.core.event.helper
 

Methods in org.barracudamvc.core.event.helper that throw RenderException
 void BlockIterateHandler.printChildNodes(DOMWriter dw, Node node, Writer out, int depth, boolean isHtml)
           
 void BlockIterateHandler.printNode(DOMWriter writer, Node node, Writer out, int depth, boolean isHtml)
           
 



Copyright © 2006 BarracudaMVC.org All Rights Reserved.