|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IMetaDataEnabledFeature | |
---|---|
org.eclipse.jst.jsf.metadataprocessors | Provides tooling support for taglibraries using the Design-time Metadata feature (org.eclipse.jst.jsf.common.metadata). |
org.eclipse.jst.jsf.metadataprocessors.features | Provides tooling services for tag attribute values based on the org.eclipse.jst.jsf.core.AttributeValueRuntimeTypes. |
org.eclipse.jst.jsf.taglibprocessing.attributevalues | Provides type system for tag attribute values so that the org.eclipse.jst.jsf.core.metadataprocessors.features can be applied. |
org.eclipse.jst.pagedesigner.editors.properties | Web Page Editor tag attribute property page interfaces. |
Uses of IMetaDataEnabledFeature in org.eclipse.jst.jsf.metadataprocessors |
---|
Classes in org.eclipse.jst.jsf.metadataprocessors that implement IMetaDataEnabledFeature | |
---|---|
class |
AbstractMetaDataEnabledFeature
Simple abstract class that implementers of IMetaDataEnabledFeature can subclass in the TagLibDomain of metadata
Provisional API - subject to change* |
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. |
Methods in org.eclipse.jst.jsf.metadataprocessors that return types with arguments of type IMetaDataEnabledFeature | |
---|---|
java.util.List<IMetaDataEnabledFeature> |
MetaDataEnabledProcessingFactory.getAttributeValueRuntimeTypeFeatureProcessors(java.lang.Class featureType,
IStructuredDocumentContext sdContext,
AttributeIdentifier attributeId)
A convenience method fully equivalent to: getAttributeValueRuntimeTypeFeatureProcessors (featureType, sdContext, attributeId.getTagIdentifier().getUri() , attributeId.getTagIdentifier().getTagName(), attributeId.getName()) |
java.util.List<IMetaDataEnabledFeature> |
MetaDataEnabledProcessingFactory.getAttributeValueRuntimeTypeFeatureProcessors(java.lang.Class featureType,
IStructuredDocumentContext sdContext,
Entity attrEntity)
|
java.util.List<IMetaDataEnabledFeature> |
MetaDataEnabledProcessingFactory.getAttributeValueRuntimeTypeFeatureProcessors(java.lang.Class featureType,
IStructuredDocumentContext sdContext,
java.lang.String uri,
java.lang.String elementName,
java.lang.String attributeName)
Returns list of IMetaDataEnabledFeature adapters for the
given Taglibrary attribute. |
java.util.List<IMetaDataEnabledFeature> |
ITypeDescriptor.getFeatureAdapters(java.lang.Class processingFeature)
|
Uses of IMetaDataEnabledFeature in org.eclipse.jst.jsf.metadataprocessors.features |
---|
Subinterfaces of IMetaDataEnabledFeature in org.eclipse.jst.jsf.metadataprocessors.features | |
---|---|
interface |
ICreateValues
|
interface |
IDefaultValue
Interface providing a default value. |
interface |
IPossibleValues
Interface for providing possible values. |
interface |
IValidELValues
An IMetaDataEnabledFeature for semantic validation of EL Values
Provisional API - subject to change |
interface |
IValidValues
An IMetaDataEnabledFeature for validating values using metadata
Provisional API - subject to change |
Uses of IMetaDataEnabledFeature in org.eclipse.jst.jsf.taglibprocessing.attributevalues |
---|
Classes in org.eclipse.jst.jsf.taglibprocessing.attributevalues that implement IMetaDataEnabledFeature | |
---|---|
class |
AbstractEnumerationType
Abstract meta-data processing type representing an enumeration attribute value runtime type Provisional API - subject to change |
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 |
CharacterType
Represents a single unicode character |
class |
ColorType
Meta-data processing type representing a color. |
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 Represents an ID or NAME HTML attribute type. |
class |
ContentType
Meta-data processing type representing a content (MIME) type. |
class |
CSSClassType
Represents a style class attribute type Provisional API - subject to change |
class |
CSSIdType
Represents CSS id attribute type EXPERIMENTAL - may change or disappear |
class |
CSSStyleType
Represents CSS style attribute. |
class |
CurrencyCodeType
ISO-4217 Currency codes |
class |
DateTimePatternType
Meta-data processing type representing a Date, Time and DateTime Pattern types. |
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 with a single signature |
class |
ExpressionBindingType
Abstract meta-data processing type representing an expression binding attribute value runtime type Provisional API - subject to change |
class |
FacesConfigConverterIDFeatures
Meta-data processing feature representing an attribute value requiring a "converterid" Provisional API - subject to change |
class |
FacesConfigConverterIDType
Type representing a FacesConfig Converter attribute Provisional API - subject to change |
class |
FacesConfigIdentifierFeatures
Abstract meta-data processing feature representing a faces-config type Provisional API - subject to change |
class |
FacesConfigIdentifierType
Meta-data processing type representing a faces-config type Provisional API - subject to change |
class |
FacesConfigValidatorIDFeatures
ValidatorID attribute feature 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 |
LanguageCodeType
Meta-data processing type representing a Language Code type. |
class |
LengthType
Meta-data processing type representing an length attribute value runtime type. |
class |
LinkType
Meta-data processing type representing a Link type. |
class |
LocaleType
Meta-data processing type representing a Locale Code type. |
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 |
MultiSignatureEnumerationType
Abstract meta-data processing type representing an enumeration attribute value of multiple runtime types |
class |
NumberPatternType
Meta-data processing type representing a numeric pattern type. |
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 |
PathType
EXPERIMENTAL - may change or dissappear |
class |
RelativePathType
Path is relative to project EXPERIMENTAL - may change or dissappear |
class |
ResourceBundleType
Meta-data processing type representing a path to resource bundle on classpath Patch by Vadim Dmitriev. |
class |
ScriptType
Represents script 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 |
TimeZoneType
Meta-data processing type representing a TimeZone Code type. |
class |
URIType
URI Type: attribute values are Uniform Resource Identifiers (URIs), as defined in RFC 2396. |
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 |
class |
WebPathType
Path relative to web root EXPERIMENTAL - may change or dissappear |
Uses of IMetaDataEnabledFeature in org.eclipse.jst.pagedesigner.editors.properties |
---|
Subinterfaces of IMetaDataEnabledFeature in org.eclipse.jst.pagedesigner.editors.properties | |
---|---|
interface |
IPropertyPageDescriptor
Property descriptor for metadata enabled tag attributes in the WPE property pages. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |