Uses of Class
org.eclipse.jst.jsf.metadataprocessors.internal.provisional.CMAnnotationContext

Packages that use CMAnnotationContext
org.eclipse.jst.jsf.metadataprocessors.internal.provisional   
 

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

Methods in org.eclipse.jst.jsf.metadataprocessors.internal.provisional that return CMAnnotationContext
 CMAnnotationContext IMetaDataEnabledFeature.getCMAnnotationContext()
          Gets content model context that this feature will operating on
 CMAnnotationContext AbstractMetaDataEnabledFeature.getCMAnnotationContext()
           
 

Methods in org.eclipse.jst.jsf.metadataprocessors.internal.provisional with parameters of type CMAnnotationContext
 void IMetaDataEnabledFeature.setContentModelContext(CMAnnotationContext context)
          Sets content model context that this feature will operating on
 void AbstractMetaDataEnabledFeature.setContentModelContext(CMAnnotationContext context)