Uses of Interface
com.vaadin.server.DeploymentConfiguration

Packages that use DeploymentConfiguration
com.vaadin The Vaadin base package. 
com.vaadin.server   
 

Uses of DeploymentConfiguration in com.vaadin
 

Classes in com.vaadin that implement DeploymentConfiguration
 class DefaultDeploymentConfiguration
          The default implementation of DeploymentConfiguration based on a base class for resolving system properties and a set of init parameters.
 

Uses of DeploymentConfiguration in com.vaadin.server
 

Methods in com.vaadin.server that return DeploymentConfiguration
protected  DeploymentConfiguration VaadinServlet.createDeploymentConfiguration(java.util.Properties initParameters)
           
protected  DeploymentConfiguration VaadinPortlet.createDeploymentConfiguration(java.util.Properties initParameters)
           
 DeploymentConfiguration VaadinServiceSession.getConfiguration()
          Gets the configuration for this session
 DeploymentConfiguration VaadinService.getDeploymentConfiguration()
          Gets the deployment configuration.
 

Methods in com.vaadin.server with parameters of type DeploymentConfiguration
protected  VaadinPortletService VaadinPortlet.createPortletService(DeploymentConfiguration deploymentConfiguration)
           
protected  VaadinServletService VaadinServlet.createServletService(DeploymentConfiguration deploymentConfiguration)
           
 void VaadinServiceSession.setConfiguration(DeploymentConfiguration configuration)
           
 

Constructors in com.vaadin.server with parameters of type DeploymentConfiguration
VaadinPortletService(VaadinPortlet portlet, DeploymentConfiguration deploymentConfiguration)
           
VaadinService(DeploymentConfiguration deploymentConfiguration)
          Creates a new vaadin service based on a deployment configuration
VaadinServletService(VaadinServlet servlet, DeploymentConfiguration deploymentConfiguration)
           
 



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