com.vaadin.flow.server.

Class AbstractDeploymentConfiguration

java.lang.Object
com.vaadin.flow.server.AbstractPropertyConfiguration
com.vaadin.flow.server.AbstractDeploymentConfiguration

All Implemented Interfaces:

DeploymentConfiguration, AbstractConfiguration, Serializable

Direct Known Subclasses:

PropertyDeploymentConfiguration

public abstract class AbstractDeploymentConfiguration extends AbstractPropertyConfiguration implements DeploymentConfiguration

An abstract base class for DeploymentConfiguration implementations. This class provides default implementation for common config properties.

Since:

1.0

Author:

Vaadin Ltd

See Also:

  • Constructor Details

    • AbstractDeploymentConfiguration

      protected AbstractDeploymentConfiguration(Map<String,String> properties)

      Creates a new configuration based on properties.

      Parameters:

      properties - configuration properties

  • Method Details