Class VaadinConfigurationProperties.Devmode

java.lang.Object
com.vaadin.flow.spring.VaadinConfigurationProperties.Devmode
Enclosing class:
VaadinConfigurationProperties

public static class VaadinConfigurationProperties.Devmode extends Object
  • Constructor Details

    • Devmode

      public Devmode()
  • Method Details

    • getHostsAllowed

      public String getHostsAllowed()
      Gets the hosts allowed to connect to the dev mode server.
      Returns:
      the hosts allowed to connect to the dev mode server
    • setHostsAllowed

      public void setHostsAllowed(String hostsAllowed)
      Sets the hosts allowed to connect to the dev mode server.
      Parameters:
      hostsAllowed - - the hosts allowed to connect to the dev mode server