org.openmuc.framework.webui.spi
Class AjaxView

java.lang.Object
  extended by org.openmuc.framework.webui.spi.AjaxView
All Implemented Interfaces:
View

public final class AjaxView
extends java.lang.Object
implements View


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openmuc.framework.webui.spi.View
View.viewtype
 
Constructor Summary
AjaxView(java.lang.String content)
           
 
Method Summary
 void addToContext(java.lang.String key, java.lang.Object object)
           
 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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AjaxView

public AjaxView(java.lang.String content)
Method Detail

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