Package org.apache.tapestry5.services
Class TransformConstants
-
- org.apache.tapestry5.services.TransformConstants
-
public final class TransformConstants extends
Constants used by implementationsComponentClassTransformWorker2
. 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.
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TransformConstants()
-
-
-
Field Detail
-
DISPATCH_COMPONENT_EVENT_DESCRIPTION
public static final MethodDescription DISPATCH_COMPONENT_EVENT_DESCRIPTION
- Since:
- 5.3
- See Also:
OnEvent
-
CONTAINING_PAGE_DID_LOAD_DESCRIPTION
public static final MethodDescription CONTAINING_PAGE_DID_LOAD_DESCRIPTION
Description forPageLifecycleListener.containingPageDidLoad()
.- Since:
- 5.3
-
CONTAINING_PAGE_DID_RESET_DESCRIPTION
public static final MethodDescription CONTAINING_PAGE_DID_RESET_DESCRIPTION
Description forPageResetListener.containingPageDidReset()
. Note that thePageResetListener
interface is not automatically implemented by components. ]- Since:
- 5.3
- See Also:
PageReset
,PageResetAnnotationWorker
-
POST_RENDER_CLEANUP_DESCRIPTION
public static final MethodDescription POST_RENDER_CLEANUP_DESCRIPTION
Description forComponent.postRenderCleanup()
.- Since:
- 5.3
-
CONTAINING_PAGE_DID_DETACH_DESCRIPTION
public static final MethodDescription CONTAINING_PAGE_DID_DETACH_DESCRIPTION
Description forPageLifecycleListener.containingPageDidDetach()
.- Since:
- 5.3
-
CONTAINING_PAGE_DID_ATTACH_DESCRIPTION
public static final MethodDescription CONTAINING_PAGE_DID_ATTACH_DESCRIPTION
Description forPageLifecycleListener.containingPageDidAttach()
.- Since:
- 5.3
-
SETUP_RENDER_DESCRIPTION
public static final MethodDescription SETUP_RENDER_DESCRIPTION
Description forComponent.setupRender(MarkupWriter, Event)
.- Since:
- 5.3
- See Also:
SetupRender
-
BEGIN_RENDER_DESCRIPTION
public static final MethodDescription BEGIN_RENDER_DESCRIPTION
Description forComponent.beginRender(MarkupWriter, Event)
.- Since:
- 5.3
- See Also:
BeginRender
-
BEFORE_RENDER_TEMPLATE_DESCRIPTION
public static final MethodDescription BEFORE_RENDER_TEMPLATE_DESCRIPTION
Description forComponent.beforeRenderTemplate(MarkupWriter, Event)
.- Since:
- 5.3
- See Also:
BeforeRenderTemplate
-
AFTER_RENDER_TEMPLATE_DESCRIPTION
public static final MethodDescription AFTER_RENDER_TEMPLATE_DESCRIPTION
Description forComponent.afterRenderTemplate(MarkupWriter, Event)
.- Since:
- 5.3
- See Also:
BeforeRenderTemplate
-
BEFORE_RENDER_BODY_DESCRIPTION
public static final MethodDescription BEFORE_RENDER_BODY_DESCRIPTION
Description forComponent.beforeRenderBody(MarkupWriter, Event)
.- Since:
- 5.3
- See Also:
BeforeRenderBody
-
AFTER_RENDER_BODY_DESCRIPTION
public static final MethodDescription AFTER_RENDER_BODY_DESCRIPTION
Description forComponent.afterRenderBody(MarkupWriter, Event)
.- Since:
- 5.3
- See Also:
AfterRenderBody
-
AFTER_RENDER_DESCRIPTION
public static final MethodDescription AFTER_RENDER_DESCRIPTION
Description forComponent.afterRender(MarkupWriter, Event)
- Since:
- 5.3
- See Also:
AfterRender
-
CLEANUP_RENDER_DESCRIPTION
public static final MethodDescription CLEANUP_RENDER_DESCRIPTION
Description forComponent.cleanupRender(MarkupWriter, Event)
.- Since:
- 5.3
- See Also:
CleanupRender
-
-
Constructor Detail
-
TransformConstants
public TransformConstants()
-
-