org.apache.tapestry.engine
Class EngineMessages

java.lang.Object
  extended byorg.apache.tapestry.engine.EngineMessages

public class EngineMessages
extends java.lang.Object

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
EngineMessages()
           
 
Method Summary
static java.lang.String pageNotCompatible(IPage page, java.lang.Class expectedType)
           
static java.lang.String requestStateSession(IComponent component)
           
static java.lang.String serviceNoParameter(IEngineService service)
           
static java.lang.String validateCycle(java.util.List pageNames)
           
static java.lang.String wrongComponentType(IComponent component, java.lang.Class expectedType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EngineMessages

public EngineMessages()
Method Detail

serviceNoParameter

public static java.lang.String serviceNoParameter(IEngineService service)

wrongComponentType

public static java.lang.String wrongComponentType(IComponent component,
                                                  java.lang.Class expectedType)

requestStateSession

public static java.lang.String requestStateSession(IComponent component)

pageNotCompatible

public static java.lang.String pageNotCompatible(IPage page,
                                                 java.lang.Class expectedType)

validateCycle

public static java.lang.String validateCycle(java.util.List pageNames)