Uses of Enum Class
htmlcompiler.pojos.compile.ScriptType
Packages that use ScriptType
-
Uses of ScriptType in htmlcompiler.pojos.compile
Methods in htmlcompiler.pojos.compile that return ScriptTypeModifier and TypeMethodDescriptionstatic ScriptTypeScriptType.detectScriptType(org.jsoup.nodes.Element element, ScriptType defaultValue) static ScriptTypeScriptType.detectScriptType(Element element, ScriptType defaultValue) static ScriptTypeReturns the enum constant of this class with the specified name.static ScriptType[]ScriptType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in htmlcompiler.pojos.compile with parameters of type ScriptTypeModifier and TypeMethodDescriptionstatic ScriptTypeScriptType.detectScriptType(org.jsoup.nodes.Element element, ScriptType defaultValue) static ScriptTypeScriptType.detectScriptType(Element element, ScriptType defaultValue)