public class EngineMessages extends java.lang.Object
Constructor and Description |
---|
EngineMessages() |
Modifier and Type | Method and Description |
---|---|
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) |
public EngineMessages()
public static java.lang.String serviceNoParameter(IEngineService service)
public static java.lang.String wrongComponentType(IComponent component, java.lang.Class expectedType)
public static java.lang.String requestStateSession(IComponent component)
public static java.lang.String pageNotCompatible(IPage page, java.lang.Class expectedType)
public static java.lang.String validateCycle(java.util.List pageNames)