Package com.vaadin.flow.internal
Class CustomElementNameValidator
java.lang.Object
com.vaadin.flow.internal.CustomElementNameValidator
Validates custom-element name according to definition in Custom
 element name
 
For internal use only. May be renamed or removed in a future release.
- Since:
 - 1.0
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisCustomElementName(String name) Validate that given name is a valid Custom Element name. 
- 
Constructor Details
- 
CustomElementNameValidator
public CustomElementNameValidator() 
 - 
 - 
Method Details
- 
isCustomElementName
Validate that given name is a valid Custom Element name.- Parameters:
 name- Name to validate- Returns:
 - Result containing possible validation error and/or warning
 
 
 -