Uses of Class
com.helger.html.hc.html.links.EHCReferrerPolicy
-
Packages that use EHCReferrerPolicy Package Description com.helger.html.hc.html.embedded com.helger.html.hc.html.links com.helger.html.hc.html.textlevel -
-
Uses of EHCReferrerPolicy in com.helger.html.hc.html.embedded
Methods in com.helger.html.hc.html.embedded that return EHCReferrerPolicy Modifier and Type Method Description EHCReferrerPolicyAbstractHCArea. getReferrerPolicy()EHCReferrerPolicyIHCArea. getReferrerPolicy()Methods in com.helger.html.hc.html.embedded with parameters of type EHCReferrerPolicy Modifier and Type Method Description IMPLTYPEAbstractHCArea. setReferrerPolicy(EHCReferrerPolicy eReferrerPolicy)IMPLTYPEIHCArea. setReferrerPolicy(EHCReferrerPolicy eReferrerPolicy) -
Uses of EHCReferrerPolicy in com.helger.html.hc.html.links
Fields in com.helger.html.hc.html.links declared as EHCReferrerPolicy Modifier and Type Field Description static EHCReferrerPolicyEHCReferrerPolicy. DEFAULTDefault policy: strict-origin-when-cross-originMethods in com.helger.html.hc.html.links that return EHCReferrerPolicy Modifier and Type Method Description static EHCReferrerPolicyEHCReferrerPolicy. getFromAttrValueOrNull(String sAttrValue)static EHCReferrerPolicyEHCReferrerPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static EHCReferrerPolicy[]EHCReferrerPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EHCReferrerPolicy in com.helger.html.hc.html.textlevel
Methods in com.helger.html.hc.html.textlevel that return EHCReferrerPolicy Modifier and Type Method Description EHCReferrerPolicyAbstractHCA. getReferrerPolicy()EHCReferrerPolicyIHCA. getReferrerPolicy()Methods in com.helger.html.hc.html.textlevel with parameters of type EHCReferrerPolicy Modifier and Type Method Description IMPLTYPEAbstractHCA. setReferrerPolicy(EHCReferrerPolicy eReferrerPolicy)IMPLTYPEIHCA. setReferrerPolicy(EHCReferrerPolicy eReferrerPolicy)
-