|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hivemind.impl.BaseLocatable
org.apache.tapestry.AbstractComponent
org.apache.tapestry.components.RenderBody
public abstract class RenderBody
Renders the text and components wrapped by a component. [Component Reference]
| Field Summary |
|---|
| Fields inherited from class org.apache.tapestry.AbstractComponent |
|---|
_body, _bodyCount |
| Constructor Summary | |
|---|---|
RenderBody()
|
|
| Method Summary | |
|---|---|
IRender[] |
getContainedRenderers()
Returns the list of of IRender elements contained by this component. |
protected void |
renderComponent(IMarkupWriter writer,
IRequestCycle cycle)
Finds this RenderBody's container, and invokes
IComponent.renderBody(IMarkupWriter, IRequestCycle) on it. |
| Methods inherited from class org.apache.hivemind.impl.BaseLocatable |
|---|
getLocation, setLocation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.hivemind.LocationHolder |
|---|
setLocation |
| Methods inherited from interface org.apache.hivemind.Locatable |
|---|
getLocation |
| Constructor Detail |
|---|
public RenderBody()
| Method Detail |
|---|
protected void renderComponent(IMarkupWriter writer,
IRequestCycle cycle)
RenderBody's container, and invokes
IComponent.renderBody(IMarkupWriter, IRequestCycle) on it.
renderComponent in class AbstractComponentpublic IRender[] getContainedRenderers()
ComponentIRender elements contained by this component. Ie whatever
has been added via IComponent.addBody(IRender).
getContainedRenderers in interface ComponentgetContainedRenderers in class AbstractComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||