org.apache.tapestry.util
Interface IRenderDescription

All Known Implementing Classes:
DefaultSpecificationSource, DefaultTemplateSource, Pool

public interface IRenderDescription

An object which may render a description of itself, which is used in debugging (i.e., by the Inspector).

Since:
1.0.6
Version:
$Id: IRenderDescription.java 243791 2004-02-19 17:38:13Z hlship $
Author:
Howard Lewis Ship

Method Summary
 void renderDescription(IMarkupWriter writer)
          Object should render a description of itself to the writer.
 

Method Detail

renderDescription

void renderDescription(IMarkupWriter writer)
Object should render a description of itself to the writer.