com.vaadin.server.communication
Class ServletBootstrapHandler

java.lang.Object
  extended by com.vaadin.server.SynchronizedRequestHandler
      extended by com.vaadin.server.BootstrapHandler
          extended by com.vaadin.server.communication.ServletBootstrapHandler
All Implemented Interfaces:
RequestHandler, java.io.Serializable

public class ServletBootstrapHandler
extends BootstrapHandler

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.vaadin.server.BootstrapHandler
BootstrapHandler.BootstrapContext
 
Field Summary
 
Fields inherited from class com.vaadin.server.BootstrapHandler
IGNORE_RESTART_PARAM
 
Constructor Summary
ServletBootstrapHandler()
           
 
Method Summary
protected  java.lang.String getServiceUrl(BootstrapHandler.BootstrapContext context)
           
 java.lang.String getThemeName(BootstrapHandler.BootstrapContext context)
          Override if required
 
Methods inherited from class com.vaadin.server.BootstrapHandler
appendMainScriptTagContents, findAndEscapeThemeName, getApplicationParameters, getMainDivStyle, getThemeUri, getWidgetsetForUI, synchronizedHandleRequest, writeError
 
Methods inherited from class com.vaadin.server.SynchronizedRequestHandler
handleRequest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServletBootstrapHandler

public ServletBootstrapHandler()
Method Detail

getServiceUrl

protected java.lang.String getServiceUrl(BootstrapHandler.BootstrapContext context)
Specified by:
getServiceUrl in class BootstrapHandler

getThemeName

public java.lang.String getThemeName(BootstrapHandler.BootstrapContext context)
Description copied from class: BootstrapHandler
Override if required

Overrides:
getThemeName in class BootstrapHandler
Returns:


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