|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of RenderException in org.enhydra.barracuda.core.comp |
Subclasses of RenderException in org.enhydra.barracuda.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.enhydra.barracuda.core.comp that throw RenderException | |
void |
TestBTextRender.testBTextRender()
|
void |
TestBTemplateRender.testBTemplateRender()
|
void |
TestBLinkRender.testBLinkRender()
|
void |
TestBasicComponentsRender.testBasicRender()
|
void |
BComponent.render(ViewContext vc)
Render the component for a view with the specified ViewContext. |
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)
|
abstract void |
AbstractBComponent.render(ViewContext vc)
|
Uses of RenderException in org.enhydra.barracuda.core.comp.helper |
Methods in org.enhydra.barracuda.core.comp.helper that throw RenderException | |
abstract org.w3c.dom.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.enhydra.barracuda.core.comp.renderer |
Methods in org.enhydra.barracuda.core.comp.renderer that throw RenderException | |
void |
TemplateHelper.render(BTemplate comp,
TemplateView view,
ViewContext vc)
|
protected void |
TemplateHelper.copyChildNodes(org.w3c.dom.Node templateNode,
org.w3c.dom.Node targetNode,
TemplateView view,
ViewContext vc,
int depth)
|
protected org.w3c.dom.Node |
TemplateHelper.getNode(org.w3c.dom.Node templateNode,
TemplateView view,
ViewContext vc,
int depth)
|
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.enhydra.barracuda.core.comp.renderer.html |
Methods in org.enhydra.barracuda.core.comp.renderer.html that throw RenderException | |
void |
HTMLToggleRenderer.renderComponent(BComponent comp,
View view,
ViewContext vc)
|
void |
HTMLTextRenderer.renderComponent(BComponent comp,
View view,
ViewContext vc)
|
void |
HTMLTemplateRenderer.renderComponent(BComponent comp,
View view,
ViewContext vc)
|
void |
HTMLTableRenderer.renderComponent(BComponent comp,
View view,
ViewContext vc)
|
protected void |
HTMLTableRenderer.populateTableFromModel(org.w3c.dom.Node node,
TableView view,
ViewContext vc,
TableModel curModel,
DefaultListModel rowModel,
BList rowList)
|
void |
HTMLSelectRenderer.renderComponent(BComponent comp,
View view,
ViewContext vc)
|
void |
HTMLScriptResourceRenderer.renderComponent(BComponent comp,
View view,
ViewContext vc)
|
void |
HTMLScriptRenderer.renderComponent(BComponent comp,
View view,
ViewContext vc)
|
void |
HTMLListRenderer.renderComponent(BComponent comp,
View view,
ViewContext vc)
|
protected void |
HTMLListRenderer.addItemToList(org.w3c.dom.Node node,
ViewContext vc,
ElementFactory ef,
java.lang.Object item,
int depth)
|
void |
HTMLLinkRenderer.renderComponent(BComponent comp,
View view,
ViewContext vc)
|
void |
HTMLInputRenderer.renderComponent(BComponent comp,
View view,
ViewContext vc)
|
void |
HTMLComponentRenderer.renderComponent(BComponent comp,
View view,
ViewContext vc)
|
void |
HTMLActionRenderer.renderComponent(BComponent comp,
View view,
ViewContext vc)
|
Uses of RenderException in org.enhydra.barracuda.core.comp.renderer.xml |
Methods in org.enhydra.barracuda.core.comp.renderer.xml that throw RenderException | |
void |
XMLTextRenderer.renderComponent(BComponent comp,
View view,
ViewContext vc)
|
void |
XMLTemplateRenderer.renderComponent(BComponent comp,
View view,
ViewContext vc)
|
void |
XMLComponentRenderer.renderComponent(BComponent comp,
View view,
ViewContext vc)
|
Uses of RenderException in org.enhydra.barracuda.core.event.helper |
Methods in org.enhydra.barracuda.core.event.helper that throw RenderException | |
org.w3c.dom.Node |
BlockIterator.next(ViewContext vc,
org.w3c.dom.Node templateNode)
|
void |
BlockIterateHandler.printNode(org.w3c.dom.Node node,
java.io.PrintWriter out,
int depth,
boolean isHtml)
|
void |
BlockIterateHandler.printChildNodes(org.w3c.dom.Node node,
java.io.PrintWriter out,
int depth,
boolean isHtml)
|
org.w3c.dom.Node |
AbstractBlockIterator.next(ViewContext vc,
org.w3c.dom.Node templateNode)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |