Uses of Interface
org.apache.tapestry.enhance.MethodSignature

Packages that use MethodSignature
org.apache.tapestry.enhance Classes used for performing dynamic bytecode enhancement of component and page classes. 
 

Uses of MethodSignature in org.apache.tapestry.enhance
 

Classes in org.apache.tapestry.enhance that implement MethodSignature
 class GenericsMethodSignatureImpl
          Implementation of MethodSignature that supports jdk 1.5 generic typing support.
 class MethodSignatureImpl
          JDK 1.4 based version of MethodSignature.
 

Methods in org.apache.tapestry.enhance that return MethodSignature
 MethodSignature ClassInspector.getMethodSignature(Class implementing, Method m)
          Gets a compatible method signature for the specific generic Method object.
 MethodSignature ClassInspectorImpl.getMethodSignature(Class implementing, Method m)
          Gets a compatible method signature for the specific generic Method object.
 MethodSignature GenericsClassInspectorImpl.getMethodSignature(Class implementing, Method m)
          Gets a compatible method signature for the specific generic Method object.
 MethodSignature ClassInspector.getPropertyAccessor(Class type, String propertyName)
          Gets the first available method for the specified property.
 MethodSignature ClassInspectorImpl.getPropertyAccessor(Class type, String propertyName)
          Gets the first available method for the specified property.
 MethodSignature GenericsClassInspectorImpl.getPropertyAccessor(Class type, String propertyName)
          Gets the first available method for the specified property.
 

Methods in org.apache.tapestry.enhance with parameters of type MethodSignature
 boolean MethodSignature.isOverridingSignatureOf(MethodSignature ms)
          Returns true if this signature has the same return type, name and parameters types as the method signature passed in, and this signatures exceptions "trump" (are the same as, or super-implementations of, all exceptions thrown by the other method signature).
 boolean MethodSignatureImpl.isOverridingSignatureOf(MethodSignature ms)
           
 



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