Class Components

    • Constructor Detail

      • Components

        public Components()
        Default constructor.
    • Method Detail

      • empty

        public static Components empty()
        Returns:
        an empty Components instance
      • html

        public String html()
        Returns:
        the HTML representation of all components
      • first

        public Component<?> first()
        Get the first matched element.
        Returns:
        The first matched component, or null if contents is empty.
      • last

        public Component<?> last()
        Get the last matched component.
        Returns:
        The last matched component, or null if contents is empty.