com.vaadin.terminal.gwt.server
Class BootstrapHandler.BootstrapContext

java.lang.Object
  extended by com.vaadin.terminal.gwt.server.BootstrapHandler.BootstrapContext
All Implemented Interfaces:
Serializable
Enclosing class:
BootstrapHandler

protected class BootstrapHandler.BootstrapContext
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
BootstrapHandler.BootstrapContext(WrappedResponse response, WrappedRequest request, Application application, Integer rootId)
           
 
Method Summary
 String getAppId()
           
 Application getApplication()
           
 WrappedRequest getRequest()
           
 WrappedResponse getResponse()
           
 Root getRoot()
           
 Integer getRootId()
           
 String getThemeName()
           
 String getWidgetsetName()
           
 Writer getWriter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootstrapHandler.BootstrapContext

public BootstrapHandler.BootstrapContext(WrappedResponse response,
                                         WrappedRequest request,
                                         Application application,
                                         Integer rootId)
Method Detail

getResponse

public WrappedResponse getResponse()

getRequest

public WrappedRequest getRequest()

getApplication

public Application getApplication()

getWriter

public Writer getWriter()
                 throws IOException
Throws:
IOException

getRootId

public Integer getRootId()

getRoot

public Root getRoot()

getWidgetsetName

public String getWidgetsetName()

getThemeName

public String getThemeName()

getAppId

public String getAppId()


Copyright © 2000-2011 Vaadin Ltd. All Rights Reserved.