org.apache.tapestry.contrib.informal
Class InheritInformalAny

java.lang.Object
  extended by org.apache.tapestry.spec.BaseLocatable
      extended by org.apache.tapestry.AbstractComponent
          extended by 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

Constructor Summary
InheritInformalAny()
          Deprecated.  
 
Method Summary
protected  void generateParentAttributes(IMarkupWriter writer, IRequestCycle cycle)
          Deprecated.  
 IBinding getElementBinding()
          Deprecated.  
 void renderComponent(IMarkupWriter writer, IRequestCycle cycle)
          Deprecated. Invoked by AbstractComponent.render(IMarkupWriter, IRequestCycle) to actually render the component (with any parameter values already set).
 void setElementBinding(IBinding objElementBinding)
          Deprecated.  
 
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
 
Methods inherited from class org.apache.tapestry.spec.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.tapestry.ILocationHolder
setLocation
 
Methods inherited from interface org.apache.tapestry.ILocatable
getLocation
 

Constructor Detail

InheritInformalAny

public InheritInformalAny()
Deprecated. 
Method Detail

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