Uses of Interface
com.vaadin.server.DeploymentConfiguration

Packages that use DeploymentConfiguration
com.vaadin.server   
 

Uses of DeploymentConfiguration in com.vaadin.server
 

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

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 VaadinSession.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 VaadinSession.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-2014 Vaadin Ltd. All Rights Reserved.