Class DiscardBody
- java.lang.Object
 - 
- org.apache.tapestry5.corelib.mixins.DiscardBody
 
 
- 
@MixinAfter public class DiscardBody extends Object
Discards a component's body. Returns false from theBeforeRenderBodyphase, which prevents the rendering of the body. Set up as a "MixinAfter" so that components can render their an alternative body if they so desire before this mixin cancels the normal body (from the container's template). 
- 
- 
Constructor Detail
- 
DiscardBody
public DiscardBody()
 
 - 
 
 -