org.apache.tapestry.describe
Class NativeStrategy

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

public class NativeStrategy
extends Object
implements DescribableStrategy

Implementation for objects that natively implement Describable.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
NativeStrategy()
           
 
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

NativeStrategy

public NativeStrategy()
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.