Uses of Class
org.eclipse.jst.jsf.metadataprocessors.AbstractRootTypeDescriptor

Packages that use AbstractRootTypeDescriptor
org.eclipse.jst.jsf.metadataprocessors This package is used to provide tooling support for taglibraries using the Design-time Metadata feature (org.eclipse.jst.jsf.common.metadata). 
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 AbstractRootTypeDescriptor in org.eclipse.jst.jsf.metadataprocessors
 

Subclasses of AbstractRootTypeDescriptor in org.eclipse.jst.jsf.metadataprocessors
 class DefaultTypeDescriptor
          Type descriptor that is created if no class if provided for the implementation in the AttributeValueRuntimeTypes extension point.
 

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

Subclasses of AbstractRootTypeDescriptor in org.eclipse.jst.jsf.taglibprocessing.attributevalues
 class ActionType
          Meta-data processing type representing an "action" attribute Provisional API - subject to change
 class BindingType
          Abstract meta-data processing type representing a binding 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 ComponentBindingType
          Meta-data processing type representing a "binding" attribute Provisional API - subject to change
 class ComponentIDType
          Meta-data processing type representing an "id" attribute Provisional API - subject to change
 class DirectBindingType
          Abstract meta-data processing type Provisional API - subject to change
 class DoubleType
          Meta-data processing type representing a "double" attribute value runtime type Provisional API - subject to change
 class EnumerationType
          Abstract meta-data processing type representing an enumeration attribute value runtime type Provisional API - subject to change
 class ExpressionBindingType
          Abstract meta-data processing type representing an expression binding attribute value runtime type Provisional API - subject to change
 class FacesConfigConverterIDType
          Type representing a FacesConfig Converter attribute Provisional API - subject to change
 class FacesConfigIdentifierType
          Meta-data processing type representing a faces-config type Provisional API - subject to change
 class FacesConfigValidatorIDType
          Type representing a FacesConfig Validator attribute Provisional API - subject to change
 class IdentifierType
          Abstract meta-data processing type representing an identifier binding type Provisional API - subject to change
 class IntegerType
          Meta-data processing type representing an integer attribute value runtime type that implements IValidValues, IDefaultValue, IValidELValues Provisional API - subject to change
 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 Provisional API - subject to change
 class MethodBindingType
          Meta-data processing type representing an method-binding attribute value runtime type Provisional API - subject to change
 class NumberType
          Abstract meta-data processing type representing a numeric attribute value runtime type Provisional API - subject to change
 class ObjectType
          Abstract meta-data processing type representing an Object attribute value runtime type Provisional API - subject to change
 class StringType
          Meta-data processing type representing a String attribute value runtime type that implements IPossibleValues, IValidValues and IDefaultValues Provisional API - subject to change
 class ValueBindingType
          Meta-data processing type representing a Value Bound attribute value runtime type that implements IValidValues Provisional API - subject to change
 class ValueType
          Meta-data processing type representing a "value" attribute that implements IValidValues and IValidELValues Provisional API - subject to change