|
|||||||||
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.empty.EmptyPortletRenderer
public class EmptyPortletRenderer
Implementation of a Portlet renderer that create only the portlet content, no markup around it.
PortletRenderer
Constructor Summary | |
---|---|
EmptyPortletRenderer()
|
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 EmptyPortletRenderer()
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 |