Package com.sun.faces.config
Enum WebConfiguration.BooleanWebContextInitParameter
java.lang.Object
java.lang.Enum<WebConfiguration.BooleanWebContextInitParameter>
com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
- All Implemented Interfaces:
Serializable
,Comparable<WebConfiguration.BooleanWebContextInitParameter>
,java.lang.constant.Constable
- Enclosing class:
- WebConfiguration
public static enum WebConfiguration.BooleanWebContextInitParameter extends Enum<WebConfiguration.BooleanWebContextInitParameter>
An enum
of all boolean context initalization parameters recognized by the implementation.
-
Nested Class Summary
-
Enum Constant Summary
-
Method Summary
Modifier and Type Method Description boolean
getDefaultValue()
String
getQualifiedName()
static WebConfiguration.BooleanWebContextInitParameter
valueOf(String name)
Returns the enum constant of this type with the specified name.static WebConfiguration.BooleanWebContextInitParameter[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
AlwaysPerformValidationWhenRequiredTrue
public static final WebConfiguration.BooleanWebContextInitParameter AlwaysPerformValidationWhenRequiredTrue -
DisplayConfiguration
-
ValidateFacesConfigFiles
-
VerifyFacesConfigObjects
-
ForceLoadFacesConfigFiles
-
DisableArtifactVersioning
-
DisableClientStateEncryption
-
DisableFacesServletAutomaticMapping
public static final WebConfiguration.BooleanWebContextInitParameter DisableFacesServletAutomaticMapping -
EnableClientStateDebugging
-
EnableHtmlTagLibraryValidator
-
EnableCoreTagLibraryValidator
-
PreferXHTMLContentType
-
PreferXHTMLContextTypeDeprecated
public static final WebConfiguration.BooleanWebContextInitParameter PreferXHTMLContextTypeDeprecated -
CompressViewState
-
CompressViewStateDeprecated
-
CompressJavaScript
-
ExternalizeJavaScriptDeprecated
-
EnableJSStyleHiding
-
EnableScriptInAttributeValue
-
WriteStateAtFormEnd
-
EnableLazyBeanValidation
-
EnableLoadBundle11Compatibility
-
EnableRestoreView11Compatibility
public static final WebConfiguration.BooleanWebContextInitParameter EnableRestoreView11Compatibility -
SerializeServerState
-
SerializeServerStateDeprecated
-
EnableViewStateIdRendering
-
RegisterConverterPropertyEditors
public static final WebConfiguration.BooleanWebContextInitParameter RegisterConverterPropertyEditors -
DisableFaceletJSFViewHandler
-
DisableFaceletJSFViewHandlerDeprecated
public static final WebConfiguration.BooleanWebContextInitParameter DisableFaceletJSFViewHandlerDeprecated -
DisableDefaultBeanValidator
-
DateTimeConverterUsesSystemTimezone
public static final WebConfiguration.BooleanWebContextInitParameter DateTimeConverterUsesSystemTimezone -
EnableHttpMethodRestrictionPhaseListener
public static final WebConfiguration.BooleanWebContextInitParameter EnableHttpMethodRestrictionPhaseListener -
FaceletsSkipComments
-
FaceletsSkipCommentsDeprecated
-
PartialStateSaving
-
GenerateUniqueServerStateIds
-
InterpretEmptyStringSubmittedValuesAsNull
public static final WebConfiguration.BooleanWebContextInitParameter InterpretEmptyStringSubmittedValuesAsNull -
AutoCompleteOffOnViewState
-
EnableThreading
-
AllowTextChildren
-
CacheResourceModificationTimestamp
public static final WebConfiguration.BooleanWebContextInitParameter CacheResourceModificationTimestamp -
EnableAgressiveSessionDirtying
-
EnableDistributable
-
EnableFaceletsResourceResolverResolveCompositeComponents
public static final WebConfiguration.BooleanWebContextInitParameter EnableFaceletsResourceResolverResolveCompositeComponents -
EnableMissingResourceLibraryDetection
public static final WebConfiguration.BooleanWebContextInitParameter EnableMissingResourceLibraryDetection -
DisableIdUniquenessCheck
-
EnableTransitionTimeNoOpFlash
-
ForceAlwaysWriteFlashCookie
-
ViewRootPhaseListenerQueuesException
public static final WebConfiguration.BooleanWebContextInitParameter ViewRootPhaseListenerQueuesException -
EnableValidateWholeBean
-
EnableWebsocketEndpoint
-
DisallowDoctypeDecl
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
getDefaultValue
public boolean getDefaultValue() -
getQualifiedName
-