Uses of Class
com.helger.html.hc.html.embedded.EHCSandboxAllow
-
Packages that use EHCSandboxAllow Package Description com.helger.html.hc.html.embedded -
-
Uses of EHCSandboxAllow in com.helger.html.hc.html.embedded
Methods in com.helger.html.hc.html.embedded that return EHCSandboxAllow Modifier and Type Method Description static EHCSandboxAllowEHCSandboxAllow. getFromAttrValueOrNull(String sAttrValue)static EHCSandboxAllowEHCSandboxAllow. valueOf(String name)Returns the enum constant of this type with the specified name.static EHCSandboxAllow[]EHCSandboxAllow. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.html.hc.html.embedded that return types with arguments of type EHCSandboxAllow Modifier and Type Method Description EnumSet<EHCSandboxAllow>AbstractHCIFrame. getSandboxAllow()EnumSet<EHCSandboxAllow>IHCIFrame. getSandboxAllow()Methods in com.helger.html.hc.html.embedded with parameters of type EHCSandboxAllow Modifier and Type Method Description IMPLTYPEAbstractHCIFrame. setSandbox(boolean bSandbox, EHCSandboxAllow... aSandboxAllows)IMPLTYPEIHCIFrame. setSandbox(boolean bSandbox, EHCSandboxAllow... aSandboxAllows)
-