Uses of Interface
org.eclipse.jst.jsf.metadataprocessors.features.IPossibleValues

Packages that use IPossibleValues
org.eclipse.jst.jsf.taglibprocessing.attributevalues This package is used to provide types for tag attribute values so that the org.eclipse.jst.jsf.core.metadataprocessors.features can be applied. 
 

Uses of IPossibleValues in org.eclipse.jst.jsf.taglibprocessing.attributevalues
 

Classes in org.eclipse.jst.jsf.taglibprocessing.attributevalues that implement IPossibleValues
 class ActionType
          Meta-data processing type representing an "action" attribute Provisional API - subject to change
 class BooleanType
          Meta-data processing type representing a boolean attribute value runtime type that implements IPossibleValues, IValidValues, IDefaultValue, IValidELValues Provisional API - subject to change
 class FacesConfigConverterIDFeatures
          Meta-data processing feature representing an attribute value requiring a "converterid" Provisional API - subject to change
 class FacesConfigIdentifierFeatures
          Abstract meta-data processing feature representing a faces-config type Provisional API - subject to change
 class FacesConfigValidatorIDFeatures
          ValidatorID attribute feature Provisional API - subject to change
 class JavaClassType
          Provides possible values and validates attribute values that should be fully qualified Java types.
 class StringType
          Meta-data processing type representing a String attribute value runtime type that implements IPossibleValues, IValidValues and IDefaultValues Provisional API - subject to change