|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Renderer
Generic renderer interface extended by all members of a render set.
PortalRenderSet| Method Summary | |
|---|---|
void |
renderEnd(RenderContext ctx)
End the render process for this renderer. |
void |
renderStart(RenderContext ctx)
Start the render process for this renderer. |
| Method Detail |
|---|
void renderStart(RenderContext ctx)
This is a convenient way yo open tags, like a table or a div
ctx - the render context allowing access to state information of the current render processvoid renderEnd(RenderContext ctx)
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 process
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||