com.vaadin.flow.component.polymertemplate.

Class DefaultTemplateParser

  • java.lang.Object
    • com.vaadin.flow.component.polymertemplate.DefaultTemplateParser
  • All Implemented Interfaces:

    TemplateParser


    public final class DefaultTemplateParser
    extends Object
    implements TemplateParser

    Default template parser implementation.

    The implementation scans all HTML imports annotations for the given template class and tries to find the one that contains template definition using the tag name.

    The class is Singleton. Use getInstance() to get its instance.

    Since:

    1.0

    Author:

    Vaadin Ltd

    See Also:

    TemplateParser