项目:holon-vaadin7
文件:AbstractVaadinTest.java
/**
* Get Properties to provide to Vaadin DeploymentConfiguration
* @return DeploymentConfiguration properties
*/
protected Properties getDeploymentProperties() {
Properties properties = new Properties();
properties.put(Constants.SERVLET_ParaMETER_PRODUCTION_MODE,!isVaadindebugMode());
return properties;
}
项目:holon-vaadin
文件:AbstractVaadinTest.java
/**
* Get Properties to provide to Vaadin DeploymentConfiguration
* @return DeploymentConfiguration properties
*/
protected Properties getDeploymentProperties() {
Properties properties = new Properties();
properties.put(Constants.SERVLET_ParaMETER_PRODUCTION_MODE,!isVaadindebugMode());
return properties;
}