com.primix.tapestry.components
Class InsertWrapped

java.lang.Object
  |
  +--com.primix.tapestry.AbstractComponent
        |
        +--com.primix.tapestry.components.InsertWrapped
All Implemented Interfaces:
IComponent, IRender

public class InsertWrapped
extends AbstractComponent

Renders the text and components wrapped by a component.

Informal parameters are not allowed. The component may not have a body.

Version:
$Id: InsertWrapped.java,v 1.5 2001/05/02 14:15:15 hship Exp $
Author:
Howard Ship

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 com.primix.tapestry.AbstractComponent
addAsset, addComponent, addWrapped, cleanupAfterRender, cleanupComponent, finishLoad, finishLoad, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, generateAttributes, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getChangeObserver, getComponent, getComponents, getContainer, getExtendedId, getId, getIdPath, getListeners, getPage, getSpecification, prepareForRender, renderWrapped, reset, setBinding, setContainer, setId, setPage, setSpecification, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InsertWrapped

public InsertWrapped()
Method Detail

render

public void render(IResponseWriter writer,
                   IRequestCycle cycle)
            throws RequestCycleException
Finds this InsertWrapped's container, and invokes IComponent.renderWrapped(IResponseWriter, IRequestCycle) on it.