com.vaadin.flow.server.

Interface VaadinConfig

    • Method Detail

      • getVaadinContext

        VaadinContext getVaadinContext()

        Get the VaadinContext for this configuration.

        Returns:

        VaadinContext object for this VaadinConfiguration

      • getConfigParameterNames

        Enumeration<String> getConfigParameterNames()

        Returns the names of the initialization parameters as an Enumeration, or an empty Enumeration if there are o initialization parameters.

        Returns:

        initialization parameters as a Enumeration

      • getConfigParameter

        String getConfigParameter(String name)

        Returns the value for the requested parameter, or null if the parameter does not exist.

        Parameters:

        name - name of the parameter whose value is requested

        Returns:

        parameter value as String or null for no parameter