com.vaadin.flow.internal.

Class ExecutionContext

    • Constructor Detail

      • ExecutionContext

        public ExecutionContext(UI ui,
                                boolean clientSideInitialized)

        Creates a new, immutable context.

        Parameters:

        ui - The UI associated with the execution

        clientSideInitialized - true if the client side is already initialized, false if it is being initialized as part of the current response

    • Method Detail

      • getUI

        public UI getUI()

        Gets the UI associated with the execution.

        Returns:

        the UI, not null

      • isClientSideInitialized

        public boolean isClientSideInitialized()

        Gets whether the client side is being initialized as part of the server response.

        Returns:

        true if the client side is already initialized, false if it is being initialized as part of the current response