Package org.apache.tapestry5.services
Class TransformConstants
- java.lang.Object
- 
- org.apache.tapestry5.services.TransformConstants
 
- 
 public final class TransformConstants extends Object 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 SummaryConstructors Constructor Description TransformConstants()
 
- 
- 
- 
Field Detail- 
DISPATCH_COMPONENT_EVENT_DESCRIPTIONpublic static final MethodDescription DISPATCH_COMPONENT_EVENT_DESCRIPTION - Since:
- 5.3
- See Also:
- OnEvent
 
 - 
CONTAINING_PAGE_DID_LOAD_DESCRIPTIONpublic static final MethodDescription CONTAINING_PAGE_DID_LOAD_DESCRIPTION Description forPageLifecycleListener.containingPageDidLoad().- Since:
- 5.3
 
 - 
CONTAINING_PAGE_DID_RESET_DESCRIPTIONpublic static final MethodDescription CONTAINING_PAGE_DID_RESET_DESCRIPTION Description forPageResetListener.containingPageDidReset(). Note that thePageResetListenerinterface is not automatically implemented by components. ]- Since:
- 5.3
- See Also:
- PageReset,- PageResetAnnotationWorker
 
 - 
POST_RENDER_CLEANUP_DESCRIPTIONpublic static final MethodDescription POST_RENDER_CLEANUP_DESCRIPTION Description forComponent.postRenderCleanup().- Since:
- 5.3
 
 - 
CONTAINING_PAGE_DID_DETACH_DESCRIPTIONpublic static final MethodDescription CONTAINING_PAGE_DID_DETACH_DESCRIPTION Description forPageLifecycleListener.containingPageDidDetach().- Since:
- 5.3
 
 - 
CONTAINING_PAGE_DID_ATTACH_DESCRIPTIONpublic static final MethodDescription CONTAINING_PAGE_DID_ATTACH_DESCRIPTION Description forPageLifecycleListener.containingPageDidAttach().- Since:
- 5.3
 
 - 
SETUP_RENDER_DESCRIPTIONpublic static final MethodDescription SETUP_RENDER_DESCRIPTION Description forComponent.setupRender(MarkupWriter, Event).- Since:
- 5.3
- See Also:
- SetupRender
 
 - 
BEGIN_RENDER_DESCRIPTIONpublic static final MethodDescription BEGIN_RENDER_DESCRIPTION Description forComponent.beginRender(MarkupWriter, Event).- Since:
- 5.3
- See Also:
- BeginRender
 
 - 
BEFORE_RENDER_TEMPLATE_DESCRIPTIONpublic static final MethodDescription BEFORE_RENDER_TEMPLATE_DESCRIPTION Description forComponent.beforeRenderTemplate(MarkupWriter, Event).- Since:
- 5.3
- See Also:
- BeforeRenderTemplate
 
 - 
AFTER_RENDER_TEMPLATE_DESCRIPTIONpublic static final MethodDescription AFTER_RENDER_TEMPLATE_DESCRIPTION Description forComponent.afterRenderTemplate(MarkupWriter, Event).- Since:
- 5.3
- See Also:
- BeforeRenderTemplate
 
 - 
BEFORE_RENDER_BODY_DESCRIPTIONpublic static final MethodDescription BEFORE_RENDER_BODY_DESCRIPTION Description forComponent.beforeRenderBody(MarkupWriter, Event).- Since:
- 5.3
- See Also:
- BeforeRenderBody
 
 - 
AFTER_RENDER_BODY_DESCRIPTIONpublic static final MethodDescription AFTER_RENDER_BODY_DESCRIPTION Description forComponent.afterRenderBody(MarkupWriter, Event).- Since:
- 5.3
- See Also:
- AfterRenderBody
 
 - 
AFTER_RENDER_DESCRIPTIONpublic static final MethodDescription AFTER_RENDER_DESCRIPTION Description forComponent.afterRender(MarkupWriter, Event)- Since:
- 5.3
- See Also:
- AfterRender
 
 - 
CLEANUP_RENDER_DESCRIPTIONpublic static final MethodDescription CLEANUP_RENDER_DESCRIPTION Description forComponent.cleanupRender(MarkupWriter, Event).- Since:
- 5.3
- See Also:
- CleanupRender
 
 
- 
 - 
Constructor Detail- 
TransformConstantspublic TransformConstants() 
 
- 
 
-