Uses of Class
org.apache.tapestry5.services.TransformMethodSignature

Packages that use TransformMethodSignature
org.apache.tapestry5.internal.transform [INTERNAL USE ONLY] component class transformation implementation classes; API subject to change. 
org.apache.tapestry5.internal.util [INTERNAL USE ONLY] various utility classes; API subject to change. 
org.apache.tapestry5.services Core services 
 

Uses of TransformMethodSignature in org.apache.tapestry5.internal.transform
 

Methods in org.apache.tapestry5.internal.transform with parameters of type TransformMethodSignature
 TransformMethod BridgeClassTransformation.getOrCreateMethod(TransformMethodSignature signature)
           
 boolean BridgeClassTransformation.isDeclaredMethod(TransformMethodSignature signature)
           
 

Uses of TransformMethodSignature in org.apache.tapestry5.internal.util
 

Methods in org.apache.tapestry5.internal.util with parameters of type TransformMethodSignature
 String MethodInvocationBuilder.buildMethodInvocation(TransformMethodSignature signature, ClassTransformation transformation)
          Builds the method invocation.
 

Uses of TransformMethodSignature in org.apache.tapestry5.services
 

Fields in org.apache.tapestry5.services declared as TransformMethodSignature
static TransformMethodSignature TransformConstants.AFTER_RENDER_BODY_SIGNATURE
          Deprecated. Deprecated in Tapestry 5.3, use TransformConstants.AFTER_RENDER_BODY_DESCRIPTION
static TransformMethodSignature TransformConstants.AFTER_RENDER_SIGNATURE
          Deprecated. Deprecated in Tapestry 5.3, use TransformConstants.AFTER_RENDER_DESCRIPTION
static TransformMethodSignature TransformConstants.AFTER_RENDER_TEMPLATE_SIGNATURE
          Deprecated. Deprecated in Tapestry 5.3, use TransformConstants.AFTER_RENDER_TEMPLATE_DESCRIPTION
static TransformMethodSignature TransformConstants.BEFORE_RENDER_BODY_SIGNATURE
          Deprecated. Deprecated in Tapestry 5.3, use TransformConstants.BEFORE_RENDER_BODY_DESCRIPTION
static TransformMethodSignature TransformConstants.BEFORE_RENDER_TEMPLATE_SIGNATURE
          Deprecated. Deprecated in Tapestry 5.3, use TransformConstants.BEFORE_RENDER_TEMPLATE_DESCRIPTION
static TransformMethodSignature TransformConstants.BEGIN_RENDER_SIGNATURE
          Deprecated. Deprecated in Tapestry 5.3, use TransformConstants.BEGIN_RENDER_DESCRIPTION
static TransformMethodSignature TransformConstants.CLEANUP_RENDER_SIGNATURE
          Deprecated. Deprecated in Tapestry 5.3, use TransformConstants.CLEANUP_RENDER_DESCRIPTION
static TransformMethodSignature TransformConstants.CONTAINING_PAGE_DID_ATTACH_SIGNATURE
          Deprecated. Deprecated in Tapestry 5.3, use TransformConstants.CONTAINING_PAGE_DID_ATTACH_DESCRIPTION
static TransformMethodSignature TransformConstants.CONTAINING_PAGE_DID_DETACH_SIGNATURE
          Deprecated. Deprecated in Tapestry 5.3, use TransformConstants.CONTAINING_PAGE_DID_DETACH_DESCRIPTION
static TransformMethodSignature TransformConstants.CONTAINING_PAGE_DID_LOAD_SIGNATURE
          Deprecated. Deprecated in 5.3, use TransformConstants.CONTAINING_PAGE_DID_LOAD_DESCRIPTION.
static TransformMethodSignature TransformConstants.DISPATCH_COMPONENT_EVENT
          Deprecated. Deprecated in Tapestry 5.3, use TransformConstants.DISPATCH_COMPONENT_EVENT_DESCRIPTION.
static TransformMethodSignature TransformConstants.POST_RENDER_CLEANUP_SIGNATURE
          Signature for Component.postRenderCleanup().
static TransformMethodSignature TransformConstants.RESTORE_STATE_BEFORE_PAGE_ATTACH_SIGNATURE
          Deprecated. Deprecated in 5.3, with no replacement.
static TransformMethodSignature TransformConstants.SETUP_RENDER_SIGNATURE
          Deprecated. Deprecated in Tapestry 5.3, use TransformConstants.SETUP_RENDER_DESCRIPTION
 

Methods in org.apache.tapestry5.services that return TransformMethodSignature
 TransformMethodSignature TransformMethod.getSignature()
           
 

Methods in org.apache.tapestry5.services with parameters of type TransformMethodSignature
 int TransformMethodSignature.compareTo(TransformMethodSignature o)
          Sorting is primarily via method name.
 TransformMethod ClassTransformation.getOrCreateMethod(TransformMethodSignature signature)
          Deprecated. Locates and returns the method if declared in this class; If not, the method is added to the class.
 boolean ClassTransformation.isDeclaredMethod(TransformMethodSignature signature)
          Deprecated. Determines if the class being transformed includes a declared (not inherited) method with the provided signature.
 



Copyright © 2003-2012 The Apache Software Foundation.