Uses of Class
org.apache.tapestry5.ioc.services.MethodSignature

Packages that use MethodSignature
org.apache.tapestry5.ioc.internal.services [INTERNAL USE ONLY] Tapestry IOC service implementation classes; API subject to change. 
org.apache.tapestry5.ioc.services Tapestry IOC service interfaces 
 

Uses of MethodSignature in org.apache.tapestry5.ioc.internal.services
 

Methods in org.apache.tapestry5.ioc.internal.services with parameters of type MethodSignature
 void ClassFabImpl.addMethod(int modifiers, MethodSignature ms, String body)
           
 void ClassFabImpl.addNoOpMethod(MethodSignature signature)
           
static String ServiceMessages.duplicateMethodInClass(MethodSignature ms, ClassFabImpl fab)
           
static String ServiceMessages.extraFilterMethod(MethodSignature sig, Class filterInterface, Class serviceInterface)
           
 int FilterMethodAnalyzer.findServiceInterfacePosition(MethodSignature ms, MethodSignature fms)
           
static String ServiceMessages.unableToAddMethod(MethodSignature signature, javassist.CtClass ctClass, Throwable cause)
           
static String ServiceMessages.unmatchedServiceMethod(MethodSignature sig, Class filterInterface)
           
 

Uses of MethodSignature in org.apache.tapestry5.ioc.services
 

Methods in org.apache.tapestry5.ioc.services that return MethodSignature
 MethodSignature MethodIterator.next()
          Deprecated. Returns the next method (as a MethodSignature, returning null when all are exhausted.
 

Methods in org.apache.tapestry5.ioc.services with parameters of type MethodSignature
 void ClassFab.addMethod(int modifiers, MethodSignature signature, String body)
          Deprecated. Adds a method.
 void ClassFab.addNoOpMethod(MethodSignature signature)
          Deprecated. Adds a public no-op method.
 boolean MethodSignature.isOverridingSignatureOf(MethodSignature ms)
          Deprecated. Returns true if this signature has the same return type, name and parameters types as the method signature passed in, and this signature's exceptions "trump" (are the same as, or super-implementations of, all exceptions thrown by the other method signature).
 



Copyright © 2003-2012 The Apache Software Foundation.