org.apache.tapestry5.corelib.internal
Class InternalMessages

java.lang.Object
  extended by org.apache.tapestry5.corelib.internal.InternalMessages

public final class InternalMessages
extends Object


Constructor Summary
InternalMessages()
           
 
Method Summary
static String componentActionNotSerializable(String componentId, Throwable cause)
           
static String conflictingEncodingType(String existing, String conflicting)
           
static String encloseErrorsInForm()
           
static String failureInstantiatingObject(Class objectType, String componentId, Throwable cause)
           
static String formFieldOutsideForm(String fieldName)
           
static String toClientShouldReturnString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalMessages

public InternalMessages()
Method Detail

componentActionNotSerializable

public static String componentActionNotSerializable(String componentId,
                                                    Throwable cause)

encloseErrorsInForm

public static String encloseErrorsInForm()

failureInstantiatingObject

public static String failureInstantiatingObject(Class objectType,
                                                String componentId,
                                                Throwable cause)

conflictingEncodingType

public static String conflictingEncodingType(String existing,
                                             String conflicting)

toClientShouldReturnString

public static String toClientShouldReturnString()

formFieldOutsideForm

public static String formFieldOutsideForm(String fieldName)


Copyright © 2006-2009 Apache Software Foundation. All Rights Reserved.