@ConfigurationProperties(prefix="vaadin") public class VaadinConfigurationProperties extends Object
| Constructor and Description |
|---|
VaadinConfigurationProperties() |
| Modifier and Type | Method and Description |
|---|---|
String |
getUrlMapping()
Gets the url mapping for the Vaadin servlet.
|
boolean |
isAsyncSupported()
Returns if asynchronous operations are supported.
|
void |
setAsyncSupported(boolean asyncSupported)
Sets
asyncSupported property value. |
void |
setUrlMapping(String urlMapping)
Sets
urlMapping property value. |
public String getUrlMapping()
public boolean isAsyncSupported()
public void setUrlMapping(String urlMapping)
urlMapping property value.urlMapping - the urlMapping property valuepublic void setAsyncSupported(boolean asyncSupported)
asyncSupported property value.asyncSupported - the asyncSupported property valueCopyright © 2018 Vaadin Ltd. All Rights Reserved.