com.vaadin.flow.component.page.

Annotation Interface Meta

Defines a meta tag with customized name and content that will be added to the HTML of the host page of a UI class.

Since:

1.1

Author:

Vaadin Ltd

  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static @interface 

    Internal annotation to enable use of multiple Meta annotations.

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description

    Gets the custom tag content.

    Gets the custom tag name.

  • Element Details

    • name

      String name

      Gets the custom tag name.

      Returns:

      the custom tag name

    • content

      String content

      Gets the custom tag content.

      Returns:

      the custom tag content