| java.lang.Object org.apache.tapestry.ioc.internal.IOCMessages
IOCMessages | final class IOCMessages (Code) | | |
Method Summary | |
static String | autobuildConstructorError(String constructorDescription, Throwable cause) | static String | bindMethodMustBeStatic(String methodId) | static String | buildMethodConflict(String conflict, String existing) | static String | buildMethodWrongReturnType(Method method) | public static String | builderLocked() | static String | builderMethodError(String methodId, String serviceId, Throwable cause) | static String | builderMethodReturnedNull(String methodId, String serviceId) | static String | constructedConfiguration(Collection result) | static String | constructedConfiguration(Map result) | static String | constructorError(String creatorDescription, String serviceId, Throwable cause) | static String | contributionDuplicateKey(String serviceId, ContributionDef contributionDef, ContributionDef existingDef) | static String | contributionKeyWasNull(String serviceId, ContributionDef def) | static String | contributionMethodError(Method method, Throwable cause) | static String | contributionWasNull(String serviceId, ContributionDef def) | static String | contributionWrongKeyType(String serviceId, ContributionDef def, Class actualClass, Class expectedClass) | static String | contributionWrongReturnType(Method method) | static String | contributionWrongValueType(String serviceId, ContributionDef def, Class actualClass, Class expectedClass) | static String | creatingService(String serviceId) | static String | decoratorMethodError(Method method, String serviceId, Throwable cause) | static String | decoratorMethodNeedsDelegateParameter(Method method) | static String | decoratorMethodWrongReturnType(Method method) | static String | decoratorReturnedWrongType(Method method, String serviceId, Object returned, Class serviceInterface) | static String | errorBuildingService(String serviceId, ServiceDef serviceDef, Throwable cause) | static String | errorInBindMethod(String methodId, Throwable cause) | static String | genericTypeNotSupported(Type type) | static String | instantiateBuilderError(Class builderClass, Throwable cause) | static String | invokingConstructor(String creatorDescription) | static String | invokingMethod(String methodId) | static String | invokingMethod(ContributionDef def) | static String | manyServiceMatches(Class serviceInterface, List<String> ids) | static String | noAutobuildConstructor(Class clazz) | static String | noConstructor(Class implementationClass, String serviceId) | static String | noContributionParameter(Method method) | static String | noPublicConstructors(Class moduleBuilderClass) | static String | noServiceMatchesType(Class serviceInterface) | static String | noSuchService(String serviceId, Collection<String> serviceIds) | static String | recursiveModuleConstructor(Class builderClass, Constructor constructor) | static String | recursiveServiceBuild(ServiceDef def) | static String | serviceConstructionFailed(ServiceDef serviceDef, Throwable cause) | static String | serviceIdConflict(String serviceId, ServiceDef existing, ServiceDef conflicting) | static String | serviceWrongInterface(String serviceId, Class actualInterface, Class requestedInterface) | static String | tooManyConfigurationParameters(String methodId) | static String | tooManyContributionParameters(Method method) | static String | tooManyPublicConstructors(Class moduleBuilderClass, Constructor constructor) | static String | unknownScope(String name) |
constructedConfiguration | static String constructedConfiguration(Map result)(Code) | | |
decoratorMethodNeedsDelegateParameter | static String decoratorMethodNeedsDelegateParameter(Method method)(Code) | | |
decoratorMethodWrongReturnType | static String decoratorMethodWrongReturnType(Method method)(Code) | | |
noPublicConstructors | static String noPublicConstructors(Class moduleBuilderClass)(Code) | | |
tooManyConfigurationParameters | static String tooManyConfigurationParameters(String methodId)(Code) | | |
tooManyContributionParameters | static String tooManyContributionParameters(Method method)(Code) | | |
|
|