Uses of Class
org.xmlet.htmlapifaster.EnumSandboxType
-
Packages that use EnumSandboxType Package Description org.xmlet.htmlapifaster -
-
Uses of EnumSandboxType in org.xmlet.htmlapifaster
Methods in org.xmlet.htmlapifaster that return EnumSandboxType Modifier and Type Method Description static EnumSandboxTypeEnumSandboxType. valueOf(String name)Returns the enum constant of this type with the specified name.static EnumSandboxType[]EnumSandboxType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xmlet.htmlapifaster with parameters of type EnumSandboxType Modifier and Type Method Description Iframe<Z>Iframe. attrSandbox(EnumSandboxType attrSandbox)
-