org.apache.tapestry5.internal.services
Class ServicesMessages
java.lang.Object
org.apache.tapestry5.internal.services.ServicesMessages
public class ServicesMessages
- extends Object
Method Summary |
static String |
assetDoesNotExist(Resource resource)
|
static String |
baseClassInWrongPackage(String parentClassName,
String className,
String suggestedPackage)
|
static String |
clientStateMustBeSerializable(Object newValue)
|
static String |
componentEventIsAborted(String methodDescription)
|
static String |
componentInstanceIsNotAPage(Component result)
|
static String |
contentInsideBodyNotAllowed(Location location)
|
static String |
contextIndexOutOfRange(String methodDescription)
|
static String |
corruptClientState()
|
static String |
documentMissingHTMLRoot(String rootElementName)
|
static String |
eventNotHandled(ComponentPageElement element,
String eventName)
|
static String |
exceptionInMethodParameter(String methodDescription,
int index,
Throwable cause)
|
static String |
failureReadingMessages(Resource url,
Throwable cause)
|
static String |
invalidId(String messageKey,
String idValue)
|
static String |
invalidPathForLibraryNamespace(String URI)
|
static String |
literalConduitNotUpdateable()
|
static String |
markupWriterAttributeNameOrValueOmitted(String element,
Object[] namesAndValues)
|
static String |
markupWriterNoCurrentElement()
|
static String |
missingApplicationStatePersistenceStrategy(String name,
Collection<String> availableNames)
|
static String |
missingTemplateResource(Resource resource)
|
static String |
missingValidatorConstraint(String validatorType,
Class type,
String perFormMessageKey,
String generalMessageKey)
|
static String |
mixinsInvalidWithoutIdOrType(String elementName)
|
static String |
noDisplayForDataType(String datatype)
|
static String |
noEditForDataType(String datatype)
|
static String |
noMarkupFromPageRender(Page page)
|
static String |
noTranslatorForType(Class valueType,
Collection<String> typeNames)
|
static String |
pageNameUnresolved(String pageClassName)
|
static String |
parameterElementDoesNotAllowAttributes()
|
static String |
parameterElementNameRequired()
|
static String |
renderQueueError(RenderCommand command,
Throwable cause)
|
static String |
requestException(Throwable cause)
|
static String |
resourcesAccessForbidden(String URI)
|
static String |
unclosedAttributeExpression(String expression)
|
static String |
undefinedTapestryAttribute(String elementName,
String attributeName,
String allowedAttributeName)
|
static String |
unknownAssetPrefix(String path)
|
static String |
unknownValidatorType(String validatorType,
List<String> knownValidatorTypes)
|
static String |
validatorSpecificationParseError(int cursor,
String specification)
|
static String |
wrongAssetDigest(Resource resource)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServicesMessages
public ServicesMessages()
markupWriterNoCurrentElement
public static String markupWriterNoCurrentElement()
missingTemplateResource
public static String missingTemplateResource(Resource resource)
contentInsideBodyNotAllowed
public static String contentInsideBodyNotAllowed(Location location)
renderQueueError
public static String renderQueueError(RenderCommand command,
Throwable cause)
contextIndexOutOfRange
public static String contextIndexOutOfRange(String methodDescription)
pageNameUnresolved
public static String pageNameUnresolved(String pageClassName)
exceptionInMethodParameter
public static String exceptionInMethodParameter(String methodDescription,
int index,
Throwable cause)
componentEventIsAborted
public static String componentEventIsAborted(String methodDescription)
componentInstanceIsNotAPage
public static String componentInstanceIsNotAPage(Component result)
failureReadingMessages
public static String failureReadingMessages(Resource url,
Throwable cause)
unknownAssetPrefix
public static String unknownAssetPrefix(String path)
assetDoesNotExist
public static String assetDoesNotExist(Resource resource)
wrongAssetDigest
public static String wrongAssetDigest(Resource resource)
unknownValidatorType
public static String unknownValidatorType(String validatorType,
List<String> knownValidatorTypes)
validatorSpecificationParseError
public static String validatorSpecificationParseError(int cursor,
String specification)
mixinsInvalidWithoutIdOrType
public static String mixinsInvalidWithoutIdOrType(String elementName)
undefinedTapestryAttribute
public static String undefinedTapestryAttribute(String elementName,
String attributeName,
String allowedAttributeName)
parameterElementNameRequired
public static String parameterElementNameRequired()
missingApplicationStatePersistenceStrategy
public static String missingApplicationStatePersistenceStrategy(String name,
Collection<String> availableNames)
requestException
public static String requestException(Throwable cause)
clientStateMustBeSerializable
public static String clientStateMustBeSerializable(Object newValue)
corruptClientState
public static String corruptClientState()
unclosedAttributeExpression
public static String unclosedAttributeExpression(String expression)
noDisplayForDataType
public static String noDisplayForDataType(String datatype)
noEditForDataType
public static String noEditForDataType(String datatype)
missingValidatorConstraint
public static String missingValidatorConstraint(String validatorType,
Class type,
String perFormMessageKey,
String generalMessageKey)
resourcesAccessForbidden
public static String resourcesAccessForbidden(String URI)
noMarkupFromPageRender
public static String noMarkupFromPageRender(Page page)
baseClassInWrongPackage
public static String baseClassInWrongPackage(String parentClassName,
String className,
String suggestedPackage)
invalidId
public static String invalidId(String messageKey,
String idValue)
noTranslatorForType
public static String noTranslatorForType(Class valueType,
Collection<String> typeNames)
eventNotHandled
public static String eventNotHandled(ComponentPageElement element,
String eventName)
documentMissingHTMLRoot
public static String documentMissingHTMLRoot(String rootElementName)
parameterElementDoesNotAllowAttributes
public static String parameterElementDoesNotAllowAttributes()
invalidPathForLibraryNamespace
public static String invalidPathForLibraryNamespace(String URI)
literalConduitNotUpdateable
public static String literalConduitNotUpdateable()
markupWriterAttributeNameOrValueOmitted
public static String markupWriterAttributeNameOrValueOmitted(String element,
Object[] namesAndValues)
Copyright © 2003-2012 The Apache Software Foundation.