org.apache.tapestry.describe
Class DefaultStrategy

java.lang.Object
  extended by org.apache.tapestry.describe.DefaultStrategy
All Implemented Interfaces:
DescribableStrategy

public class DefaultStrategy
extends Object
implements DescribableStrategy

Catch-all implementation (for java.lang.Object) that does nothing.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
DefaultStrategy()
           
 
Method Summary
 void describeObject(Object object, DescriptionReceiver receiver)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultStrategy

public DefaultStrategy()
Method Detail

describeObject

public void describeObject(Object object,
                           DescriptionReceiver receiver)
Specified by:
describeObject in interface DescribableStrategy


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