| Package | Description |
|---|---|
| com.helger.servlet.response |
| Modifier and Type | Field and Description |
|---|---|
static EXFrameOptionType |
EXFrameOptionType.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static EXFrameOptionType |
EXFrameOptionType.getFromIDOrNull(String sID) |
static EXFrameOptionType |
EXFrameOptionType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
UnifiedResponseDefaultSettings.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> .
|
UnifiedResponse |
UnifiedResponse.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> .
|
Copyright © 2016–2019 Philip Helger. All rights reserved.