public final class TransformConstants extends Object
ComponentClassTransformWorker2
.
Note: render phase methods on transformed components will not be invoked unless
the component model is updated to
identify the use of the corresponding render phase. This represents an optimization introduced in Tapestry 5.1.Constructor and Description |
---|
TransformConstants() |
public static final MethodDescription DISPATCH_COMPONENT_EVENT_DESCRIPTION
OnEvent
public static final MethodDescription CONTAINING_PAGE_DID_LOAD_DESCRIPTION
PageLifecycleListener.containingPageDidLoad()
.public static final MethodDescription CONTAINING_PAGE_DID_RESET_DESCRIPTION
PageResetListener.containingPageDidReset()
. Note that the PageResetListener
interface is not automatically implemented by components. ]PageReset
,
PageResetAnnotationWorker
public static final MethodDescription POST_RENDER_CLEANUP_DESCRIPTION
Component.postRenderCleanup()
.public static final MethodDescription CONTAINING_PAGE_DID_DETACH_DESCRIPTION
PageLifecycleListener.containingPageDidDetach()
.public static final MethodDescription CONTAINING_PAGE_DID_ATTACH_DESCRIPTION
PageLifecycleListener.containingPageDidAttach()
.public static final MethodDescription SETUP_RENDER_DESCRIPTION
Component.setupRender(MarkupWriter, Event)
.SetupRender
public static final MethodDescription BEGIN_RENDER_DESCRIPTION
Component.beginRender(MarkupWriter, Event)
.BeginRender
public static final MethodDescription BEFORE_RENDER_TEMPLATE_DESCRIPTION
Component.beforeRenderTemplate(MarkupWriter, Event)
.BeforeRenderTemplate
public static final MethodDescription AFTER_RENDER_TEMPLATE_DESCRIPTION
Component.afterRenderTemplate(MarkupWriter, Event)
.BeforeRenderTemplate
public static final MethodDescription BEFORE_RENDER_BODY_DESCRIPTION
Component.beforeRenderBody(MarkupWriter, Event)
.BeforeRenderBody
public static final MethodDescription AFTER_RENDER_BODY_DESCRIPTION
Component.afterRenderBody(MarkupWriter, Event)
.AfterRenderBody
public static final MethodDescription AFTER_RENDER_DESCRIPTION
Component.afterRender(MarkupWriter, Event)
AfterRender
public static final MethodDescription CLEANUP_RENDER_DESCRIPTION
Component.cleanupRender(MarkupWriter, Event)
.CleanupRender
public TransformConstants()
5.6.3 - Copyright © 2003-2021 The Apache Software Foundation.