|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.portal.theme.render.AbstractObjectRenderer
org.jboss.portal.theme.impl.render.dynamic.DynaPortletRenderer
public class DynaPortletRenderer
Implementation of a drag and drop Portlet renderer.
PortletRenderer
Constructor Summary | |
---|---|
DynaPortletRenderer(PortletRenderer portletRenderer)
|
Method Summary | |
---|---|
void |
render(RendererContext rendererContext,
PortletRendererContext prc)
Render the markup of a portlet. |
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 |
---|
public DynaPortletRenderer(PortletRenderer portletRenderer) throws java.lang.InstantiationException, java.lang.IllegalAccessException, java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.ClassNotFoundException
Method Detail |
---|
public void render(RendererContext rendererContext, PortletRendererContext prc) throws RenderException
PortletRenderer
Note: this is not calling the portlet container to produce the markup. The markup has already been created. The PortletRenderer only places the markup on the page, and can gnerate some containing markup around it if it chooses to do so
.
render
in interface PortletRenderer
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.
RenderException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |