org.openmuc.framework.webui.spi
Class AjaxView
java.lang.Object
org.openmuc.framework.webui.spi.AjaxView
- All Implemented Interfaces:
- View
public final class AjaxView
- extends java.lang.Object
- implements View
Nested classes/interfaces inherited from interface org.openmuc.framework.webui.spi.View |
View.viewtype |
Constructor Summary |
AjaxView(java.lang.String content)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AjaxView
public AjaxView(java.lang.String content)
addToContext
public void addToContext(java.lang.String key,
java.lang.Object object)
getContext
public java.util.HashMap<java.lang.String,java.lang.Object> getContext()
- Specified by:
getContext
in interface View
getJavaScripts
public java.util.List<java.lang.String> getJavaScripts()
- Specified by:
getJavaScripts
in interface View
getPage
public java.lang.String getPage()
- Specified by:
getPage
in interface View
getRedirectLocation
public java.lang.String getRedirectLocation()
- Specified by:
getRedirectLocation
in interface View
getStyleSheets
public java.util.List<java.lang.String> getStyleSheets()
- Specified by:
getStyleSheets
in interface View
getTemplate
public java.lang.String getTemplate()
- Specified by:
getTemplate
in interface View
getViewType
public View.viewtype getViewType()
- Specified by:
getViewType
in interface View