|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.corelib.mixins.RenderInformals
@MixinAfter @SupportsInformalParameters public class RenderInformals
Used to render out all informal parameters, at the end of the BeginRender
phase.
BeginRender
phase. RenderInformals
will activate during the PostBeginRender phase to write additional attributes, from the informal parameters, into the
active element.
If you want this behavior, but need to render more than a single tag, then implement render phase methods for the
BeforeRenderTemplate
and AfterRenderTemplate
phases. Use those phases to write the additional
elements and close them.
This is often used as a base class, for cases where a component doesn't have other mixins.
Constructor Summary | |
---|---|
RenderInformals()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RenderInformals()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |