org.apache.tapestry.describe
Interface Describable

All Known Subinterfaces:
WebActivator, WebContext, WebRequest, WebSession
All Known Implementing Classes:
HttpServletWebActivator, PortletWebActivator, PortletWebContext, PortletWebRequest, PortletWebSession, ServletWebContext, ServletWebRequest, ServletWebSession

public interface Describable

An object that can describe its properties to a DescriptionReceiver.

Since:
4.0
Author:
Howard M. Lewis Ship

Method Summary
 void describeTo(DescriptionReceiver receiver)
          Invoked to have the receiver describe itself (largely in terms of properties and values).
 

Method Detail

describeTo

void describeTo(DescriptionReceiver receiver)
Invoked to have the receiver describe itself (largely in terms of properties and values). If the caller does not invoke any methods on the receiver, then the a default description of the caller will be used (based on toString().



Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.