Uses of Interface
org.eclipse.jst.jsf.metadataprocessors.internal.provisional.ITypeDescriptor

Packages that use ITypeDescriptor
org.eclipse.jst.jsf.metadataprocessors.internal.provisional   
org.eclipse.jst.jsf.taglibprocessing.internal.provisional.attributevalues   
 

Uses of ITypeDescriptor in org.eclipse.jst.jsf.metadataprocessors.internal.provisional
 

Classes in org.eclipse.jst.jsf.metadataprocessors.internal.provisional that implement ITypeDescriptor
 class AbstractRootTypeDescriptor
          Default implementation that a metadata type should strongly consider for using as it's root.
 class DefaultTypeDescriptor
          Type descriptor that is created if no class if provided for the implementation in the AttributeValueRuntimeTypes extension point
 

Uses of ITypeDescriptor in org.eclipse.jst.jsf.taglibprocessing.internal.provisional.attributevalues
 

Classes in org.eclipse.jst.jsf.taglibprocessing.internal.provisional.attributevalues that implement ITypeDescriptor
 class ActionType
          Meta-data processing type representing an "action" attribute
 class BindingType
          Abstract meta-data processing type representing a binding
 class BooleanType
          Meta-data processing type representing a boolean attribute value runtime type that implements IPossibleValues, IValidValues, IDefaultValue, IValidELValues
 class ComponentBindingType
          Meta-data processing type representing a "binding" attribute
 class ComponentIDType
          Meta-data processing type representing an "id" attribute
 class DirectBindingType
          Abstract meta-data processing type
 class DoubleType
          Meta-data processing type representing a "double" attribute value runtime type
 class EnumerationType
          Abstract meta-data processing type representing an enumeration attribute value runtime type
 class ExpressionBindingType
          Abstract meta-data processing type representing an expression binding attribute value runtime type
 class FacesConfigIdentifierType
          Meta-data processing type representing a faces-config type
 class IdentifierType
          Abstract meta-data processing type representing an identifier binding type
 class IntegerType
          Meta-data processing type representing an integer attribute value runtime type that implements IValidValues, IDefaultValue, IValidELValues
 class JavaClassType
          Provides possible values and validates attribute values that should be fully qualified Java types.
 class LongType
          Meta-data processing type representing a long attribute value runtime type that implements IValidValues, IDefaultValue, IValidELValues
 class MethodBindingType
          Meta-data processing type representing an method-binding attribute value runtime type
 class NumberType
          Abstract meta-data processing type representing a numeric attribute value runtime type
 class ObjectType
          Abstract meta-data processing type representing an Object attribute value runtime type
 class StringType
          Meta-data processing type representing a String attribute value runtime type that implements IPossibleValues, IValidValues and IDefaultValues
 class ValueBindingType
          Meta-data processing type representing a Value Bound attribute value runtime type that implements IValidValues
 class ValueType
          Meta-data processing type representing a "value" attribute that implements IValidValues and IValidELValues