Uses of Class
com.plato.util.html.Tag
-
-
Uses of Tag in com.plato.util.html
Methods in com.plato.util.html that return Tag Modifier and Type Method Description static TagTag. getInstance(String s)static TagTag. isTag(String input)static TagTag. valueOf(String name)Returns the enum constant of this type with the specified name.static Tag[]Tag. values()Returns an array containing the constants of this enum type, in the order they are declared.
-