|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.portal.theme.impl.render.EmptyWindowRenderer
Implementation of a Window renderer that creates no markup, and only passed control to the Portlet renderer.
WindowRenderer
Constructor Summary | |
EmptyWindowRenderer()
|
Method Summary | |
void |
render(RenderContext renderContext,
WindowContext portletContext,
WindowResult result)
Render the markup of a portlet window. |
void |
renderEnd(RenderContext ctx)
End the render process for this renderer. |
void |
renderStart(RenderContext ctx)
Start the render process for this renderer. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EmptyWindowRenderer()
Method Detail |
public void render(RenderContext renderContext, WindowContext portletContext, WindowResult result) throws RenderException
WindowRenderer
render
in interface WindowRenderer
renderContext
- the state holder to provide information about the region, it's portlets, and the render set,
which allows access to the other renderer interfaces of the render set.portletContext
- the information about the portlet that was renderedresult
- a window result containing the markup produced by the portlet
RenderException
WindowRenderer.render(org.jboss.portal.theme.render.RenderContext, org.jboss.portal.theme.page.WindowContext, org.jboss.portal.theme.page.WindowResult)
public void renderStart(RenderContext ctx)
Renderer
This is a convenient way yo open tags, like a table or a div
renderStart
in interface Renderer
ctx
- the render context allowing access to state information of the current render processRenderer.renderStart(org.jboss.portal.theme.render.RenderContext)
public void renderEnd(RenderContext ctx)
Renderer
This is a convenient way yo close the tags that where opened by renderStart
ctx
- the render context allowing access to state information of the current render processRenderer.renderEnd(org.jboss.portal.theme.render.RenderContext)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |