org.apache.tapestry.contrib.informal
Class InheritInformalAny
java.lang.Object
org.apache.tapestry.spec.BaseLocatable
org.apache.tapestry.AbstractComponent
org.apache.tapestry.contrib.informal.InheritInformalAny
- All Implemented Interfaces:
- IComponent, ILocatable, ILocationHolder, IRender
Deprecated.
public class InheritInformalAny
- extends AbstractComponent
A version of the Any component that inherits the informal attributes of its parent.
This component has been deprecated in favour of the 'inherit-informal-parameters'
tag that indicates that a particular component must inherit the informal parameters
of its parent. This tag is available in the page or component specification file.
- Since:
- 2.2
- Version:
- $Id: InheritInformalAny.java 243791 2004-02-19 17:38:13Z hlship $
- Author:
- mindbridge
Methods inherited from class org.apache.tapestry.AbstractComponent |
addAsset, addBody, addComponent, cleanupAfterRender, finishLoad, finishLoad, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, format, format, format, format, formatString, formatString, formatString, formatString, generateAttributes, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getChangeObserver, getComponent, getComponents, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, getString, pageEndRender, prepareForRender, render, renderBody, renderInformalParameters, setBinding, setContainer, setId, setNamespace, setPage, setProperty, setSpecification, toString |
InheritInformalAny
public InheritInformalAny()
- Deprecated.
getElementBinding
public IBinding getElementBinding()
- Deprecated.
setElementBinding
public void setElementBinding(IBinding objElementBinding)
- Deprecated.
generateParentAttributes
protected void generateParentAttributes(IMarkupWriter writer,
IRequestCycle cycle)
- Deprecated.
renderComponent
public void renderComponent(IMarkupWriter writer,
IRequestCycle cycle)
- Deprecated.
- Description copied from class:
AbstractComponent
- Invoked by
AbstractComponent.render(IMarkupWriter, IRequestCycle)
to actually render the component (with any parameter values
already set). This is the method that subclasses must implement.
- Specified by:
renderComponent
in class AbstractComponent