| java.lang.Object org.apache.tapestry.internal.services.ServicesMessages
ServicesMessages | class ServicesMessages (Code) | | |
Method Summary | |
static String | assetDoesNotExist(Resource resource) | static String | bindingSourceFailure(String expression, Throwable cause) | static String | classNotTransformed(String className) | static String | clientStateMustBeSerializable(Object newValue) | static String | compTypeConflict(String embeddedId, String templateType, String modelType) | static String | componentEventIsAborted(String methodDescription) | static String | componentInstanceIsNotAPage(String methodDescription, Component component, Component result) | static String | componentNotAssignableToField(Component component, String fieldName, String fieldType) | static String | componentRecursion(String componentClassName) | static String | contentInsideBodyNotAllowed(Location location) | static String | contextIndexOutOfRange(String methodDescription) | static String | corruptClientState() | static String | couldNotCanonicalizePageName(String pageName, Collection<String> pageNames) | static String | couldNotResolveComponentType(String componentType, Collection<String> componentTypes) | static String | couldNotResolveMixinType(String mixinType, Collection<String> mixinTypes) | static String | couldNotResolvePageName(String pageName, Collection<String> pageNames) | final static String | duplicateContribution(Object conflict, Class contributionType, Object existing) | static String | embeddedComponentsNotInTemplate(Collection<String> ids, String componentClassName) | static String | errorAddingMethod(CtClass ctClass, String methodName, Throwable cause) | static String | exceptionInMethodParameter(String methodDescription, int index, Throwable cause) | static String | failureReadingMessages(URL url, Throwable cause) | static String | fieldAlreadyClaimed(String fieldName, CtClass ctClass, Object existingTag, Object newTag) | static String | fieldInjectionError(String className, String fieldName, Throwable cause) | static String | incorrectClassForInstantiator(String className, Class componentClass) | static String | invalidComponentEventResult(Component component, Object result, String methodDescription, Collection<Class> configuredResultTypes) | final static String | markupWriterNoCurrentElement() | static String | mayNotNestElementsInsideBody(String elementName) | static String | methodCompileError(MethodSignature signature, String methodBody, Throwable cause) | static String | methodIsVoid(String methodName, Class inClass, String propertyExpression) | static String | methodNotFound(String methodName, Class inClass, String propertyExpression) | static String | missingApplicationStatePersistenceStrategy(String name, Collection<String> availableNames) | static String | missingDeclaredField(CtClass ctClass, String fieldName) | static String | missingFromEnvironment(Class type, Collection<Class> availableTypes) | static String | missingTemplateResource(Resource resource) | static String | missingValidatorConstraint(String validatorType, Class type) | static String | mixinsInvalidWithoutIdOrType(String elementName) | static String | newParserError(Resource resource, Throwable cause) | static String | noConstructorFound(Class instanceClass) | static String | noDeclaredMethod(CtClass ctClass, MethodSignature methodSignature) | static String | noDisplayForDataType(String datatype) | static String | noEditForDataType(String datatype) | static String | noSuchProperty(Class targetClass, String propertyName, String propertyExpression) | static String | noTypeForEmbeddedComponent(String embeddedId, String componentClassName) | static String | nonPrivateFields(String className, List<String> names) | static String | pageIsDirty(Object page) | static String | pageNameUnresolved(String pageClassName) | static String | parameterElementNameRequired() | static String | parameterNameMustBeUnique(String parameterName, String parameterValue) | static String | readOnlyField(String className, String fieldName) | static String | renderQueueError(RenderCommand command, Throwable cause) | static String | requestException(Throwable cause) | static String | templateParseError(Resource resource, Throwable cause) | static String | unclosedAttributeExpression(String expression) | static String | undefinedTapestryAttribute(String elementName, String attributeName, String allowedAttributeName) | static String | unknownAssetPrefix(String path) | static String | unknownPersistentFieldStrategy(String stategyName, Collection<String> strategyNames) | static String | unknownTranslatorType(String translatorType, List<String> knownTranslatorTypes) | static String | unknownValidatorType(String validatorType, List<String> knownValidatorTypes) | static String | validatorSpecificationParseError(int cursor, String specification) | static String | writeOnlyProperty(String propertyName, Class clazz, String propertyExpression) | static String | wrongAssetDigest(Resource resource) |
clientStateMustBeSerializable | static String clientStateMustBeSerializable(Object newValue)(Code) | | |
componentEventIsAborted | static String componentEventIsAborted(String methodDescription)(Code) | | |
contextIndexOutOfRange | static String contextIndexOutOfRange(String methodDescription)(Code) | | |
incorrectClassForInstantiator | static String incorrectClassForInstantiator(String className, Class componentClass)(Code) | | |
markupWriterNoCurrentElement | final static String markupWriterNoCurrentElement()(Code) | | |
mayNotNestElementsInsideBody | static String mayNotNestElementsInsideBody(String elementName)(Code) | | |
missingDeclaredField | static String missingDeclaredField(CtClass ctClass, String fieldName)(Code) | | |
mixinsInvalidWithoutIdOrType | static String mixinsInvalidWithoutIdOrType(String elementName)(Code) | | |
parameterElementNameRequired | static String parameterElementNameRequired()(Code) | | |
unclosedAttributeExpression | static String unclosedAttributeExpression(String expression)(Code) | | |
validatorSpecificationParseError | static String validatorSpecificationParseError(int cursor, String specification)(Code) | | |
|
|