Class Styles
- java.lang.Object
-
- org.symphonyoss.symphony.messageml.elements.Styles
-
public class Styles extends Object
Static set of styles for the style Global Attribute
-
-
Field Summary
Fields Modifier and Type Field Description static Set<String>ALLOWED_PROPERTIES
-
Constructor Summary
Constructors Constructor Description Styles()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidvalidate(String styleAttribute)Validate that the input style attribute is allowed
-
-
-
Method Detail
-
validate
public static void validate(String styleAttribute) throws InvalidInputException
Validate that the input style attribute is allowed- Parameters:
styleAttribute- input style string- Throws:
InvalidInputException- if the styleAttribute is allowed
-
-