org.apache.tapestry.components
Class Insert
java.lang.Object
org.apache.hivemind.impl.BaseLocatable
org.apache.tapestry.AbstractComponent
org.apache.tapestry.components.Insert
- All Implemented Interfaces:
- IComponent, IRender, org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder
- public abstract class Insert
- extends AbstractComponent
Used to insert some text (from a parameter) into the HTML. [ Component Reference ]
- Author:
- Howard Lewis Ship
Methods inherited from class org.apache.tapestry.AbstractComponent |
addAsset, addBody, addComponent, checkActiveLock, cleanupAfterRender, enterActiveState, finishLoad, finishLoad, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getComponent, getComponents, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessages, getNamespace, getPage, getProperty, getSpecification, isInActiveState, isParameterBound, isRendering, pageEndRender, prepareForRender, render, renderBody, renderInformalParameters, setBinding, setContainer, setId, setNamespace, setPage, setProperty, toString |
Methods inherited from class org.apache.hivemind.impl.BaseLocatable |
getLocation, setLocation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.hivemind.LocationHolder |
setLocation |
Methods inherited from interface org.apache.hivemind.Locatable |
getLocation |
Insert
public Insert()
renderComponent
protected void renderComponent(IMarkupWriter writer,
IRequestCycle cycle)
- Prints its value parameter, possibly formatted by its format parameter.
- Specified by:
renderComponent
in class AbstractComponent
getValue
public abstract java.lang.Object getValue()
getFormat
public abstract java.text.Format getFormat()
getStyleClass
public abstract java.lang.String getStyleClass()
getRaw
public abstract boolean getRaw()