com.vaadin.server.

Class BootstrapFragmentResponse

  • All Implemented Interfaces:

    Serializable


    public class BootstrapFragmentResponse
    extends BootstrapResponse

    A representation of a bootstrap fragment being generated. The bootstrap fragment is the HTML code that will make up the actual application. This also includes the JavaScript that initializes the application.

    Since:

    7.0.0

    Author:

    Vaadin Ltd

    See Also:

    Serialized Form

    • Constructor Detail

    • Method Detail

      • getFragmentNodes

        public List<org.jsoup.nodes.Node> getFragmentNodes()

        Gets the list of DOM nodes that will be used to generate the fragment HTML. Changes to the returned list will be reflected in the generated HTML.

        Returns:

        the current list of DOM nodes that makes up the application fragment