Class NotEmpty

java.lang.Object
org.apache.tapestry5.corelib.mixins.NotEmpty

@MixinAfter public class NotEmpty extends Object
A mixin that attaches to an element that renders an element. At the end of the render, if the element is empty, then a non-breaking space ( ) is injected into the element. This is often necessary for proper rendering on the client. Often used in conjunction with the Any component.
Since:
5.1.0.0
  • Constructor Details