org.apache.tapestry.corelib.components
Class Delegate
java.lang.Object
org.apache.tapestry.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).
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Delegate
public Delegate()
Copyright © 2006-2008 Apache Software Foundation. All Rights Reserved.