com.primix.tapestry
Interface IRenderDescription

All Known Implementing Classes:
DefaultTemplateSource, DefaultSpecificationSource, PageSource, 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,v 1.1 2001/09/11 21:41:12 hship Exp $
Author:
Howard Ship

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

Method Detail

renderDescription

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