org.apache.tapestry5.corelib.components
Class Delegate

java.lang.Object
  extended by org.apache.tapestry5.corelib.components.Delegate

public class Delegate
extends Object

A component that does not do any rendering of its own, but will delegate to some other object that can do rendering. This other object may be a component or a Block (among other things).


Constructor Summary
Delegate()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Delegate

public Delegate()


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