org.apache.tapestry.engine
Class EngineMessages

java.lang.Object
  extended by org.apache.tapestry.engine.EngineMessages

public final class EngineMessages
extends Object

Since:
4.0
Author:
Howard M. Lewis Ship

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

Method Detail

serviceNoParameter

public static String serviceNoParameter(IEngineService service)

wrongComponentType

public static String wrongComponentType(IComponent component,
                                        Class expectedType)

requestStateSession

public static String requestStateSession(IComponent component)

pageNotCompatible

public static String pageNotCompatible(IPage page,
                                       Class expectedType)

noBrowserEvent

public static String noBrowserEvent()


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