public static class SecureOptions.HeadersFootersBehaviorOption extends EnumListOption
| Modifier and Type | Field and Description |
|---|---|
static EnumOptionValue |
Leave
Leave the header/footer as is
|
static EnumOptionValue |
Replace
Replace the text of the header/footer
|
static EnumOptionValue |
Scrub
Remove the entire header/footer
|
static EnumOptionValue |
ScrubText
Remove the header/footer text but leave other constructs like graphics and fields
|
| Modifier and Type | Method and Description |
|---|---|
static EnumOptionValue[] |
getAll()
Get all predefinied Behaviors
|
EnumOptionValue |
getDefault()
Gets the default value for this option.
|
EnumOptionValue |
mapId(int id)
Map a integer id to a value
|
EnumOptionValue |
mapId(java.lang.String id)
Map a string id to a value
|
getId, getLongDescription, getName, getShortDescription, getUid, isRequest, isResponse, toStringpublic static final EnumOptionValue Leave
public static final EnumOptionValue Scrub
public static final EnumOptionValue ScrubText
public static final EnumOptionValue Replace
public EnumOptionValue getDefault()
EnumListOptiongetDefault in class EnumListOptionpublic static EnumOptionValue[] getAll()
public EnumOptionValue mapId(int id)
EnumListOptionmapId in class EnumListOptionid - The integer id of a value for this enumpublic EnumOptionValue mapId(java.lang.String id)
EnumListOptionmapId in class EnumListOptionid - The sting id of a value for this enumCopyright © 2021 Oracle. All right reserved. Restricted and confidential property of Oracle. Solely for use by recipent under agreement forbidding disclosure.