|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Handles management of partial requests/renders that are not contained within a Part component.
Method Summary | |
void |
beforeRenderBody(IMarkupWriter writer,
IRequestCycle cycle,
Serializable partId,
boolean isRendering)
Invoked before this blocks body is rendered. |
IMarkupWriter |
getPartWriter(Serializable partId)
Returns the IMarkupWriter to use to print
the contents of the specified part area. |
void |
incrementNonRenderBlock()
Called to give components a chance to increment anything they may be doing in a looping structure for part blocks that don't actually get called because they aren't in the current partial cycle. |
Method Detail |
public void beforeRenderBody(IMarkupWriter writer, IRequestCycle cycle, Serializable partId, boolean isRendering)
writer
- cycle
- partId
- isRendering
- True if render is being requested with a valid writerpublic IMarkupWriter getPartWriter(Serializable partId)
IMarkupWriter
to use to print
the contents of the specified part area. The returned
writer doesn't necessarily need to be directly associated with
the specified part.
partId
- The Part
or area of contents unique id.
public void incrementNonRenderBlock()
EvenOdd
tapestry beans.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |