Uses of Class
com.helger.html.hc.html.embedded.EHCPreload
-
Packages that use EHCPreload Package Description com.helger.html.hc.html.embedded -
-
Uses of EHCPreload in com.helger.html.hc.html.embedded
Methods in com.helger.html.hc.html.embedded that return EHCPreload Modifier and Type Method Description static EHCPreloadEHCPreload. getFromAttrValueOrNull(String sAttrValue)EHCPreloadAbstractHCMediaElement. getPreload()EHCPreloadIHCMediaElement. getPreload()static EHCPreloadEHCPreload. valueOf(String name)Returns the enum constant of this type with the specified name.static EHCPreload[]EHCPreload. 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 with parameters of type EHCPreload Modifier and Type Method Description IMPLTYPEAbstractHCMediaElement. setPreload(EHCPreload ePreload)IMPLTYPEIHCMediaElement. setPreload(EHCPreload ePreload)
-