|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ComponentRenderWorker
Interface that defines the chain of render workers that will be
invoked after all IComponent
render invocations.
Method Summary | |
---|---|
void |
renderBody(IRequestCycle cycle,
Body component)
Special render for handling html element targets. |
void |
renderComponent(IRequestCycle cycle,
IComponent component)
Invoked just after the components render call, giving services implementing the ComponentRenderWorker interface a guaranteed
state to work off of. |
Method Detail |
---|
void renderComponent(IRequestCycle cycle, IComponent component)
ComponentRenderWorker
interface a guaranteed
state to work off of.
cycle
- The associated request for this render.component
- The component that has just been rendered.void renderBody(IRequestCycle cycle, Body component)
cycle
- The associated request cycle.component
- The Body
component, which holds the needed PageRenderSupport
object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |