Enumerations for web pages with JavaServer Faces

The following enumerations are used for web pages with JavaServer Faces:
DisplayUseKind
The DisplayUseKind enumeration is used with the displayUse property and has the following values:
  • button
  • hyperlink
  • input
  • output
  • secret
  • table
ScopeKind
The ScopeKind enumeration is used with the scope property and has the following values:
  • aplication
  • request
  • session
SelectTypeKind
The SelectTypeKind enumeration is used with the selectType property and has the following values:
  • index
  • value

Feedback