org.apache.tapestry5.services
Class TransformConstants

java.lang.Object
  extended by org.apache.tapestry5.services.TransformConstants

public final class TransformConstants
extends Object

Constants used by implementations of ComponentClassTransformWorker.

Note: methods on transformed components will not be invoked unless the component model is updated to identify the use of the corresponding render phase.


Field Summary
static TransformMethodSignature AFTER_RENDER_BODY_SIGNATURE
          Signature for Component.afterRenderBody(MarkupWriter, Event).
static TransformMethodSignature AFTER_RENDER_SIGNATURE
          Signature for Component.afterRender(MarkupWriter, Event)
static TransformMethodSignature AFTER_RENDER_TEMPLATE_SIGNATURE
          Signature for Component.afterRenderTemplate(MarkupWriter, Event).
static TransformMethodSignature BEFORE_RENDER_BODY_SIGNATURE
          Signature for Component.beforeRenderBody(MarkupWriter, Event).
static TransformMethodSignature BEFORE_RENDER_TEMPLATE_SIGNATURE
          Signature for Component.beforeRenderTemplate(MarkupWriter, Event).
static TransformMethodSignature BEGIN_RENDER_SIGNATURE
          Signature for Component.beginRender(MarkupWriter, Event).
static TransformMethodSignature CLEANUP_RENDER_SIGNATURE
          Signature for Component.cleanupRender(MarkupWriter, Event).
static TransformMethodSignature CONTAINING_PAGE_DID_ATTACH_SIGNATURE
          Signature for PageLifecycleListener.containingPageDidAttach().
static TransformMethodSignature CONTAINING_PAGE_DID_DETACH_SIGNATURE
          Signature for PageLifecycleListener.containingPageDidDetach().
static TransformMethodSignature CONTAINING_PAGE_DID_LOAD_SIGNATURE
          Signature for PageLifecycleListener.containingPageDidLoad().
static TransformMethodSignature DISPATCH_COMPONENT_EVENT
          Signature for Component.dispatchComponentEvent(org.apache.tapestry5.runtime.ComponentEvent).
static TransformMethodSignature POST_RENDER_CLEANUP_SIGNATURE
          Signature for Component.postRenderCleanup().
static TransformMethodSignature RESTORE_STATE_BEFORE_PAGE_ATTACH_SIGNATURE
          Signature for PageLifecycleListener.restoreStateBeforePageAttach()
static TransformMethodSignature SETUP_RENDER_SIGNATURE
          Signature for Component.setupRender(MarkupWriter, Event).
 
Constructor Summary
TransformConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DISPATCH_COMPONENT_EVENT

public static final TransformMethodSignature DISPATCH_COMPONENT_EVENT
Signature for Component.dispatchComponentEvent(org.apache.tapestry5.runtime.ComponentEvent).

See Also:
OnEvent

CONTAINING_PAGE_DID_LOAD_SIGNATURE

public static final TransformMethodSignature CONTAINING_PAGE_DID_LOAD_SIGNATURE
Signature for PageLifecycleListener.containingPageDidLoad().


POST_RENDER_CLEANUP_SIGNATURE

public static final TransformMethodSignature POST_RENDER_CLEANUP_SIGNATURE
Signature for Component.postRenderCleanup().


CONTAINING_PAGE_DID_DETACH_SIGNATURE

public static final TransformMethodSignature CONTAINING_PAGE_DID_DETACH_SIGNATURE
Signature for PageLifecycleListener.containingPageDidDetach().


CONTAINING_PAGE_DID_ATTACH_SIGNATURE

public static final TransformMethodSignature CONTAINING_PAGE_DID_ATTACH_SIGNATURE
Signature for PageLifecycleListener.containingPageDidAttach().


RESTORE_STATE_BEFORE_PAGE_ATTACH_SIGNATURE

public static final TransformMethodSignature RESTORE_STATE_BEFORE_PAGE_ATTACH_SIGNATURE
Signature for PageLifecycleListener.restoreStateBeforePageAttach()

Since:
5.1.0.1

SETUP_RENDER_SIGNATURE

public static final TransformMethodSignature SETUP_RENDER_SIGNATURE
Signature for Component.setupRender(MarkupWriter, Event).

See Also:
SetupRender

BEGIN_RENDER_SIGNATURE

public static final TransformMethodSignature BEGIN_RENDER_SIGNATURE
Signature for Component.beginRender(MarkupWriter, Event).

See Also:
BeginRender

BEFORE_RENDER_TEMPLATE_SIGNATURE

public static final TransformMethodSignature BEFORE_RENDER_TEMPLATE_SIGNATURE
Signature for Component.beforeRenderTemplate(MarkupWriter, Event).

See Also:
BeforeRenderTemplate

AFTER_RENDER_TEMPLATE_SIGNATURE

public static final TransformMethodSignature AFTER_RENDER_TEMPLATE_SIGNATURE
Signature for Component.afterRenderTemplate(MarkupWriter, Event).

See Also:
BeforeRenderTemplate

BEFORE_RENDER_BODY_SIGNATURE

public static final TransformMethodSignature BEFORE_RENDER_BODY_SIGNATURE
Signature for Component.beforeRenderBody(MarkupWriter, Event).

See Also:
BeforeRenderBody

AFTER_RENDER_BODY_SIGNATURE

public static final TransformMethodSignature AFTER_RENDER_BODY_SIGNATURE
Signature for Component.afterRenderBody(MarkupWriter, Event).

See Also:
AfterRenderBody

AFTER_RENDER_SIGNATURE

public static final TransformMethodSignature AFTER_RENDER_SIGNATURE
Signature for Component.afterRender(MarkupWriter, Event)

See Also:
AfterRender

CLEANUP_RENDER_SIGNATURE

public static final TransformMethodSignature CLEANUP_RENDER_SIGNATURE
Signature for Component.cleanupRender(MarkupWriter, Event).

See Also:
CleanupRender
Constructor Detail

TransformConstants

public TransformConstants()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.