Annotation Interface FacesConfig


@Qualifier @Target(TYPE) @Retention(RUNTIME) public @interface FacesConfig

The presence of this annotation on a managed bean deployed within an application causes version specific features to be enabled as specified in the enum FacesConfig.Version

  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
     
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The value of this attribute indicates that features corresponding to this version must be enabled for this application.
  • Element Details

    • version

      The value of this attribute indicates that features corresponding to this version must be enabled for this application.

      Returns:
      the spec version for which the features must be enabled.
      Default:
      JSF_2_3