|
||||||||||
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.EmptyDecorationRenderer
Implementation of a Decoration renderer that creates no markup.
DecorationRenderer
Constructor Summary | |
EmptyDecorationRenderer()
|
Method Summary | |
void |
render(RenderContext renderContext,
PortletContext state,
WindowResult result)
Create the markup for the portlet decoration |
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 EmptyDecorationRenderer()
Method Detail |
public void render(RenderContext renderContext, PortletContext state, WindowResult result) throws RenderException
DecorationRenderer
render
in interface DecorationRenderer
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.state
- the portlet's navigational state (mode, window state,...)result
- the fragment result containing the produced markup from the portlet
RenderException
DecorationRenderer.render(org.jboss.portal.theme.render.RenderContext, org.jboss.portal.theme.page.PortletContext, 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 |