public final class TransformConstants extends Object
ComponentClassTransformWorker
and
ComponentClassTransformWorker2
.
Note: methods on transformed components will not be invoked unless
the component model is updated to
identify the use of the corresponding render phase.Constructor and Description |
---|
TransformConstants() |
public static final TransformMethodSignature DISPATCH_COMPONENT_EVENT
DISPATCH_COMPONENT_EVENT_DESCRIPTION
.OnEvent
public static final MethodDescription DISPATCH_COMPONENT_EVENT_DESCRIPTION
OnEvent
public static final TransformMethodSignature CONTAINING_PAGE_DID_LOAD_SIGNATURE
CONTAINING_PAGE_DID_LOAD_DESCRIPTION
.PageLifecycleListener.containingPageDidLoad()
.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 TransformMethodSignature POST_RENDER_CLEANUP_SIGNATURE
Component.postRenderCleanup()
.public static final MethodDescription POST_RENDER_CLEANUP_DESCRIPTION
Component.postRenderCleanup()
.public static final TransformMethodSignature CONTAINING_PAGE_DID_DETACH_SIGNATURE
CONTAINING_PAGE_DID_DETACH_DESCRIPTION
PageLifecycleListener.containingPageDidDetach()
.public static final MethodDescription CONTAINING_PAGE_DID_DETACH_DESCRIPTION
PageDetached
.PageLifecycleListener.containingPageDidDetach()
.public static final TransformMethodSignature CONTAINING_PAGE_DID_ATTACH_SIGNATURE
CONTAINING_PAGE_DID_ATTACH_DESCRIPTION
PageLifecycleListener.containingPageDidAttach()
.public static final MethodDescription CONTAINING_PAGE_DID_ATTACH_DESCRIPTION
PageAttached
.PageLifecycleListener.containingPageDidAttach()
.public static final TransformMethodSignature RESTORE_STATE_BEFORE_PAGE_ATTACH_SIGNATURE
PageLifecycleListener.restoreStateBeforePageAttach()
public static final TransformMethodSignature SETUP_RENDER_SIGNATURE
SETUP_RENDER_DESCRIPTION
Component.setupRender(MarkupWriter, Event)
.SetupRender
public static final MethodDescription SETUP_RENDER_DESCRIPTION
Component.setupRender(MarkupWriter, Event)
.SetupRender
public static final TransformMethodSignature BEGIN_RENDER_SIGNATURE
BEGIN_RENDER_DESCRIPTION
Component.beginRender(MarkupWriter, Event)
.BeginRender
public static final MethodDescription BEGIN_RENDER_DESCRIPTION
Component.beginRender(MarkupWriter, Event)
.BeginRender
public static final TransformMethodSignature BEFORE_RENDER_TEMPLATE_SIGNATURE
BEFORE_RENDER_TEMPLATE_DESCRIPTION
Component.beforeRenderTemplate(MarkupWriter, Event)
.BeforeRenderTemplate
public static final MethodDescription BEFORE_RENDER_TEMPLATE_DESCRIPTION
Component.beforeRenderTemplate(MarkupWriter, Event)
.BeforeRenderTemplate
public static final TransformMethodSignature AFTER_RENDER_TEMPLATE_SIGNATURE
AFTER_RENDER_TEMPLATE_DESCRIPTION
Component.afterRenderTemplate(MarkupWriter, Event)
.BeforeRenderTemplate
public static final MethodDescription AFTER_RENDER_TEMPLATE_DESCRIPTION
Component.afterRenderTemplate(MarkupWriter, Event)
.BeforeRenderTemplate
public static final TransformMethodSignature BEFORE_RENDER_BODY_SIGNATURE
BEFORE_RENDER_BODY_DESCRIPTION
Component.beforeRenderBody(MarkupWriter, Event)
.BeforeRenderBody
public static final MethodDescription BEFORE_RENDER_BODY_DESCRIPTION
Component.beforeRenderBody(MarkupWriter, Event)
.BeforeRenderBody
public static final TransformMethodSignature AFTER_RENDER_BODY_SIGNATURE
AFTER_RENDER_BODY_DESCRIPTION
Component.afterRenderBody(MarkupWriter, Event)
.AfterRenderBody
public static final MethodDescription AFTER_RENDER_BODY_DESCRIPTION
Component.afterRenderBody(MarkupWriter, Event)
.AfterRenderBody
public static final TransformMethodSignature AFTER_RENDER_SIGNATURE
AFTER_RENDER_DESCRIPTION
Component.afterRender(MarkupWriter, Event)
AfterRender
public static final MethodDescription AFTER_RENDER_DESCRIPTION
Component.afterRender(MarkupWriter, Event)
AfterRender
public static final TransformMethodSignature CLEANUP_RENDER_SIGNATURE
CLEANUP_RENDER_DESCRIPTION
Component.cleanupRender(MarkupWriter, Event)
.CleanupRender
public static final MethodDescription CLEANUP_RENDER_DESCRIPTION
Component.cleanupRender(MarkupWriter, Event)
.CleanupRender
public TransformConstants()
Copyright © 2003-2012 The Apache Software Foundation.