org.openmuc.framework.webui.spi
View.viewtype
Modifier and Type | Field and Description |
---|---|
static int |
ERROR |
static int |
INFO |
static int |
WARNING |
Constructor and Description |
---|
MessageView(java.lang.String message,
int type) |
MessageView(java.lang.String page,
java.lang.String message,
int type) |
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,java.lang.Object> |
getContext() |
java.util.List<java.lang.String> |
getJavaScripts() |
java.lang.String |
getPage() |
java.lang.String |
getRedirectLocation() |
java.util.List<java.lang.String> |
getStyleSheets() |
java.lang.String |
getTemplate() |
View.viewtype |
getViewType() |
public static final int INFO
public static final int WARNING
public static final int ERROR
public MessageView(java.lang.String page, java.lang.String message, int type)
public MessageView(java.lang.String message, int type)
public java.util.List<java.lang.String> getStyleSheets()
getStyleSheets
in interface View
public java.util.List<java.lang.String> getJavaScripts()
getJavaScripts
in interface View
public java.lang.String getTemplate()
getTemplate
in interface View
public java.util.HashMap<java.lang.String,java.lang.Object> getContext()
getContext
in interface View
public java.lang.String getRedirectLocation()
getRedirectLocation
in interface View
public View.viewtype getViewType()
getViewType
in interface View