public final class DeploymentConfigurationFactory extends Object implements Serializable
DeploymentConfiguration filled with all
parameters specified by the framework users.| Modifier and Type | Method and Description |
|---|---|
static DeploymentConfiguration |
createDeploymentConfiguration(Class<?> systemPropertyBaseClass,
javax.servlet.ServletConfig servletConfig)
Creates a
DeploymentConfiguration instance that is filled with
all parameters, specified for the current app. |
public static DeploymentConfiguration createDeploymentConfiguration(Class<?> systemPropertyBaseClass, javax.servlet.ServletConfig servletConfig) throws javax.servlet.ServletException
DeploymentConfiguration instance that is filled with
all parameters, specified for the current app.systemPropertyBaseClass - the class to look for properties defined with annotationsservletConfig - the config to get the rest of the properties fromDeploymentConfiguration instancejavax.servlet.ServletException - if construction of the Properties for the parameters
failsCopyright © 2000–2018 Vaadin Ltd. All rights reserved.