com.vaadin.flow.server.startup.

Interface ApplicationConfiguration

    • Method Detail

      • get

        static ApplicationConfiguration get(VaadinContext context)

        Gets a configuration instance for the given {code context}.

        Parameters:

        context - the context to get the configuration for

        Returns:

        the application level configuration for the given context

      • getPropertyNames

        Enumeration<String> getPropertyNames()

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

        Returns:

        configuration properties as a Enumeration

      • getContext

        VaadinContext getContext()

        The context which the configuration is based on.

        Returns:

        the vaadin context

      • getFallbackChunk

        FallbackChunk getFallbackChunk()

        Gets a fallback chunk for the application or null if it's not available.

        Returns:

        the application fallback chunk, may be null.