org.apache.tapestry5.ioc.internal.services
Class ServiceMessages

java.lang.Object
  extended by org.apache.tapestry5.ioc.internal.services.ServiceMessages

public class ServiceMessages
extends Object


Method Summary
static String duplicateMethodInClass(MethodSignature ms, ClassFabImpl fab)
           
static String extraFilterMethod(MethodSignature sig, Class filterInterface, Class serviceInterface)
           
static String failedCoercion(Object input, Class targetType, Coercion coercion, Throwable cause)
           
static String loggingInterceptor(String serviceId, Class serviceInterface)
           
static String missingSymbolCloseBrace(String input)
           
static String missingSymbolCloseBraceInPath(String input, String path)
           
static String noCoercionFound(Class sourceType, Class targetType, String coercions)
           
static String noSuchProperty(Class clazz, String propertyName)
           
static String propertyTypeMismatch(String propertyName, Class sourceClass, Class propertyType, Class expectedType)
           
static String readFailure(String propertyName, Object instance, Throwable cause)
           
static String readNotSupported(Object instance, String propertyName)
           
static String recursiveSymbol(String symbolName, String path)
           
static String registryShutdown(String serviceId)
           
static String serviceBuildFailure(String serviceId, Throwable cause)
           
static String shutdownListenerError(Object listener, Throwable cause)
           
static String startupFailure(Throwable cause)
           
static String symbolUndefined(String symbolName)
           
static String symbolUndefinedInPath(String symbolName, String path)
           
static String threadCleanupError(ThreadCleanupListener listener, Throwable cause)
           
static String unableToAddConstructor(javassist.CtClass ctClass, Throwable cause)
           
static String unableToAddField(String fieldName, javassist.CtClass ctClass, Throwable cause)
           
static String unableToAddMethod(MethodSignature signature, javassist.CtClass ctClass, Throwable cause)
           
static String unableToCreateClass(String className, Class superClass, Throwable cause)
           
static String unableToLookupClass(String className, Throwable cause)
           
static String unableToWriteClass(javassist.CtClass ctClass, Throwable cause)
           
static String unknownObjectProvider(String prefix, String reference)
           
static String unmatchedServiceMethod(MethodSignature sig, Class filterInterface)
           
static String writeFailure(String propertyName, Object instance, Throwable cause)
           
static String writeNotSupported(Object instance, String propertyName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

unableToAddMethod

public static String unableToAddMethod(MethodSignature signature,
                                       javassist.CtClass ctClass,
                                       Throwable cause)

unableToAddConstructor

public static String unableToAddConstructor(javassist.CtClass ctClass,
                                            Throwable cause)

unableToAddField

public static String unableToAddField(String fieldName,
                                      javassist.CtClass ctClass,
                                      Throwable cause)

unableToCreateClass

public static String unableToCreateClass(String className,
                                         Class superClass,
                                         Throwable cause)

unableToLookupClass

public static String unableToLookupClass(String className,
                                         Throwable cause)

unableToWriteClass

public static String unableToWriteClass(javassist.CtClass ctClass,
                                        Throwable cause)

duplicateMethodInClass

public static String duplicateMethodInClass(MethodSignature ms,
                                            ClassFabImpl fab)

loggingInterceptor

public static String loggingInterceptor(String serviceId,
                                        Class serviceInterface)

threadCleanupError

public static String threadCleanupError(ThreadCleanupListener listener,
                                        Throwable cause)

noSuchProperty

public static String noSuchProperty(Class clazz,
                                    String propertyName)

readNotSupported

public static String readNotSupported(Object instance,
                                      String propertyName)

writeNotSupported

public static String writeNotSupported(Object instance,
                                       String propertyName)

readFailure

public static String readFailure(String propertyName,
                                 Object instance,
                                 Throwable cause)

writeFailure

public static String writeFailure(String propertyName,
                                  Object instance,
                                  Throwable cause)

propertyTypeMismatch

public static String propertyTypeMismatch(String propertyName,
                                          Class sourceClass,
                                          Class propertyType,
                                          Class expectedType)

extraFilterMethod

public static String extraFilterMethod(MethodSignature sig,
                                       Class filterInterface,
                                       Class serviceInterface)

unmatchedServiceMethod

public static String unmatchedServiceMethod(MethodSignature sig,
                                            Class filterInterface)

unknownObjectProvider

public static String unknownObjectProvider(String prefix,
                                           String reference)

shutdownListenerError

public static String shutdownListenerError(Object listener,
                                           Throwable cause)

noCoercionFound

public static String noCoercionFound(Class sourceType,
                                     Class targetType,
                                     String coercions)

recursiveSymbol

public static String recursiveSymbol(String symbolName,
                                     String path)

symbolUndefined

public static String symbolUndefined(String symbolName)

symbolUndefinedInPath

public static String symbolUndefinedInPath(String symbolName,
                                           String path)

missingSymbolCloseBrace

public static String missingSymbolCloseBrace(String input)

missingSymbolCloseBraceInPath

public static String missingSymbolCloseBraceInPath(String input,
                                                   String path)

failedCoercion

public static String failedCoercion(Object input,
                                    Class targetType,
                                    Coercion coercion,
                                    Throwable cause)

registryShutdown

public static String registryShutdown(String serviceId)

serviceBuildFailure

public static String serviceBuildFailure(String serviceId,
                                         Throwable cause)

startupFailure

public static String startupFailure(Throwable cause)


Copyright © 2003-2012 The Apache Software Foundation.