| java.lang.Object org.apache.tapestry.ioc.internal.services.ServiceMessages
ServiceMessages | final class ServiceMessages (Code) | | |
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 | symbolUndefined(String symbolName) | static String | symbolUndefinedInPath(String symbolName, String path) | static String | threadCleanupError(ThreadCleanupListener listener, Throwable cause) | static String | unableToAddConstructor(CtClass ctClass, Throwable cause) | static String | unableToAddField(String fieldName, CtClass ctClass, Throwable cause) | static String | unableToAddMethod(MethodSignature signature, CtClass ctClass, Throwable cause) | static String | unableToCreateClass(String className, Class superClass, Throwable cause) | static String | unableToLookupClass(String className, Throwable cause) | static String | unableToWriteClass(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) |
|
|