Uses of Class
com.helger.servlet.response.EXFrameOptionType
-
Packages that use EXFrameOptionType Package Description com.helger.servlet.response -
-
Uses of EXFrameOptionType in com.helger.servlet.response
Fields in com.helger.servlet.response declared as EXFrameOptionType Modifier and Type Field Description static EXFrameOptionTypeEXFrameOptionType. DEFAULTMethods in com.helger.servlet.response that return EXFrameOptionType Modifier and Type Method Description static EXFrameOptionTypeEXFrameOptionType. getFromIDOrNull(String sID)static EXFrameOptionTypeEXFrameOptionType. valueOf(String name)Returns the enum constant of this type with the specified name.static EXFrameOptionType[]EXFrameOptionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.helger.servlet.response with parameters of type EXFrameOptionType Modifier and Type Method Description UnifiedResponseUnifiedResponse. setXFrameOptions(EXFrameOptionType eType, com.helger.commons.url.ISimpleURL aDomain)The X-Frame-Options HTTP response header can be used to indicate whether or not a browser should be allowed to render a page in a <frame>, <iframe> or <object> .static voidUnifiedResponseDefaultSettings. setXFrameOptions(EXFrameOptionType eType, com.helger.commons.url.ISimpleURL aDomain)The X-Frame-Options HTTP response header can be used to indicate whether or not a browser should be allowed to render a page in a <frame>, <iframe> or <object> .
-