|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.primix.tapestry.AbstractComponent | +--com.primix.tapestry.components.InsertWrapped
Renders the text and components wrapped by a component.
Informal parameters are not allowed. The component may not have a body.
Fields inherited from class com.primix.tapestry.AbstractComponent |
id, page, specification, wrapped, wrappedCount |
Constructor Summary | |
InsertWrapped()
|
Method Summary | |
void |
render(IResponseWriter writer,
IRequestCycle cycle)
Finds this InsertWrapped 's container, and invokes
IComponent.renderWrapped(IResponseWriter, IRequestCycle)
on it. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public InsertWrapped()
Method Detail |
public void render(IResponseWriter writer, IRequestCycle cycle) throws RequestCycleException
InsertWrapped
's container, and invokes
IComponent.renderWrapped(IResponseWriter, IRequestCycle)
on it.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |