org.jboss.portal.theme.impl.render.div
Class DivDecorationRenderer

java.lang.Object
  extended by org.jboss.portal.theme.render.AbstractObjectRenderer
      extended by org.jboss.portal.theme.impl.render.div.DivDecorationRenderer
All Implemented Interfaces:
ObjectRenderer, DecorationRenderer

public class DivDecorationRenderer
extends AbstractObjectRenderer
implements DecorationRenderer

Implementation of a decoration renderer, based on div tags.

Version:
$LastChangedRevision: 8784 $, $LastChangedDate: 2007-10-28 01:01:46 +0200 (Sun, 28 Oct 2007) $
Author:
DecorationRenderer

Constructor Summary
DivDecorationRenderer()
           
 
Method Summary
 void render(RendererContext rendererContext, DecorationRendererContext drc)
          Create the markup for the portlet decoration
 
Methods inherited from class org.jboss.portal.theme.render.AbstractObjectRenderer
endContext, startContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jboss.portal.theme.render.ObjectRenderer
endContext, startContext
 

Constructor Detail

DivDecorationRenderer

public DivDecorationRenderer()
Method Detail

render

public void render(RendererContext rendererContext,
                   DecorationRendererContext drc)
            throws RenderException
Description copied from interface: DecorationRenderer
Create the markup for the portlet decoration

Specified by:
render in interface DecorationRenderer
Parameters:
rendererContext - 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.
Throws:
RenderException