com.sun.faces.config
Enum WebConfiguration.WebContextInitParameter

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

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

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


Enum Constant Summary
AlternateLifecycleId
           
ClientStateWriteBufferSize
           
ExpressionFactory
           
InjectionProviderClass
           
JavaxFacesConfigFiles
           
JspDefaultSuffix
           
ManagedBeanFactoryDecorator
           
NumberOfLogicalViews
           
NumberOfLogicalViewsDeprecated
           
NumberOfViews
           
NumberOfViewsDeprecated
           
ResponseBufferSize
           
SerializationProviderClass
           
StateSavingMethod
           
 
Method Summary
 java.lang.String getDefaultValue()
           
 java.lang.String getQualifiedName()
           
static WebConfiguration.WebContextInitParameter valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WebConfiguration.WebContextInitParameter[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ManagedBeanFactoryDecorator

public static final WebConfiguration.WebContextInitParameter ManagedBeanFactoryDecorator

StateSavingMethod

public static final WebConfiguration.WebContextInitParameter StateSavingMethod

JspDefaultSuffix

public static final WebConfiguration.WebContextInitParameter JspDefaultSuffix

JavaxFacesConfigFiles

public static final WebConfiguration.WebContextInitParameter JavaxFacesConfigFiles

AlternateLifecycleId

public static final WebConfiguration.WebContextInitParameter AlternateLifecycleId

NumberOfViews

public static final WebConfiguration.WebContextInitParameter NumberOfViews

NumberOfViewsDeprecated

public static final WebConfiguration.WebContextInitParameter NumberOfViewsDeprecated

NumberOfLogicalViews

public static final WebConfiguration.WebContextInitParameter NumberOfLogicalViews

NumberOfLogicalViewsDeprecated

public static final WebConfiguration.WebContextInitParameter NumberOfLogicalViewsDeprecated

InjectionProviderClass

public static final WebConfiguration.WebContextInitParameter InjectionProviderClass

SerializationProviderClass

public static final WebConfiguration.WebContextInitParameter SerializationProviderClass

ResponseBufferSize

public static final WebConfiguration.WebContextInitParameter ResponseBufferSize

ClientStateWriteBufferSize

public static final WebConfiguration.WebContextInitParameter ClientStateWriteBufferSize

ExpressionFactory

public static final WebConfiguration.WebContextInitParameter ExpressionFactory
Method Detail

values

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

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

valueOf

public static WebConfiguration.WebContextInitParameter 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
java.lang.NullPointerException - if the argument is null

getDefaultValue

public java.lang.String getDefaultValue()

getQualifiedName

public java.lang.String getQualifiedName()


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