com.sun.faces.config
Enum WebConfiguration.BooleanWebContextInitParameter

java.lang.Object
  extended by java.lang.Enum<WebConfiguration.BooleanWebContextInitParameter>
      extended by com.sun.faces.config.WebConfiguration.BooleanWebContextInitParameter
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<WebConfiguration.BooleanWebContextInitParameter>
Enclosing class:
WebConfiguration

public static enum WebConfiguration.BooleanWebContextInitParameter
extends java.lang.Enum<WebConfiguration.BooleanWebContextInitParameter>

An enum of all boolean context initalization parameters recognized by the implementation.


Enum Constant Summary
CompressJavaScript
           
CompressViewState
           
CompressViewStateDeprecated
           
DisableArtifactVersioning
           
DisplayConfiguration
           
EnableHtmlTagLibraryValidator
           
EnableJSStyleHiding
           
EnableLoadBundle11Compatibility
           
ExternalizeJavaScript
           
ForceLoadFacesConfigFiles
           
PreferXHTMLContentType
           
PreferXHTMLContextTypeDeprecated
           
SendPoweredByHeader
           
ValidateFacesConfigFiles
           
VerifyFacesConfigObjects
           
WriteStateAtFormEnd
           
 
Method Summary
 boolean getDefaultValue()
           
 java.lang.String getQualifiedName()
           
static WebConfiguration.BooleanWebContextInitParameter valueOf(java.lang.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're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

DisplayConfiguration

public static final WebConfiguration.BooleanWebContextInitParameter DisplayConfiguration

ValidateFacesConfigFiles

public static final WebConfiguration.BooleanWebContextInitParameter ValidateFacesConfigFiles

VerifyFacesConfigObjects

public static final WebConfiguration.BooleanWebContextInitParameter VerifyFacesConfigObjects

ForceLoadFacesConfigFiles

public static final WebConfiguration.BooleanWebContextInitParameter ForceLoadFacesConfigFiles

DisableArtifactVersioning

public static final WebConfiguration.BooleanWebContextInitParameter DisableArtifactVersioning

EnableHtmlTagLibraryValidator

public static final WebConfiguration.BooleanWebContextInitParameter EnableHtmlTagLibraryValidator

PreferXHTMLContentType

public static final WebConfiguration.BooleanWebContextInitParameter PreferXHTMLContentType

PreferXHTMLContextTypeDeprecated

public static final WebConfiguration.BooleanWebContextInitParameter PreferXHTMLContextTypeDeprecated

CompressViewState

public static final WebConfiguration.BooleanWebContextInitParameter CompressViewState

CompressViewStateDeprecated

public static final WebConfiguration.BooleanWebContextInitParameter CompressViewStateDeprecated

CompressJavaScript

public static final WebConfiguration.BooleanWebContextInitParameter CompressJavaScript

ExternalizeJavaScript

public static final WebConfiguration.BooleanWebContextInitParameter ExternalizeJavaScript

SendPoweredByHeader

public static final WebConfiguration.BooleanWebContextInitParameter SendPoweredByHeader

EnableJSStyleHiding

public static final WebConfiguration.BooleanWebContextInitParameter EnableJSStyleHiding

WriteStateAtFormEnd

public static final WebConfiguration.BooleanWebContextInitParameter WriteStateAtFormEnd

EnableLoadBundle11Compatibility

public static final WebConfiguration.BooleanWebContextInitParameter EnableLoadBundle11Compatibility
Method Detail

values

public static final WebConfiguration.BooleanWebContextInitParameter[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(WebConfiguration.BooleanWebContextInitParameter c : WebConfiguration.BooleanWebContextInitParameter.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static WebConfiguration.BooleanWebContextInitParameter valueOf(java.lang.String name)
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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name

getDefaultValue

public boolean getDefaultValue()

getQualifiedName

public java.lang.String getQualifiedName()


Copyright ? 2002-2006 Sun Microsystems, Inc. All Rights Reserved.