|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jst.jsf.metadataprocessors.internal.provisional.AbstractMetaDataEnabledFeature
Simple abstract class that implementers of IMetaDataEnabledFeature can subclass
Constructor Summary | |
AbstractMetaDataEnabledFeature()
|
Method Summary | |
java.lang.String |
getBundleID()
Gets the bundleId used to define the extension |
CMAnnotationContext |
getCMAnnotationContext()
Gets content model context that this feature will operating on |
protected java.lang.String |
getCMAttributePropertyValue(java.lang.String propName)
Return the single expected String value for a given property. |
protected java.util.List |
getCMAttributePropertyValues(java.lang.String propName)
Return the List of values for a given property. |
protected java.lang.String |
getCMSmallIcon()
|
protected org.eclipse.jface.resource.ImageDescriptor |
getImage()
|
IStructuredDocumentContext |
getStructuredDocumentContext()
Gets structured document context that this feature will operating on |
void |
setBundleID(java.lang.String bundleID)
Sets the bundle id used to define this feature |
void |
setContentModelContext(CMAnnotationContext context)
Sets content model context that this feature will operating on |
void |
setStructuredDocumentContext(IStructuredDocumentContext context)
Sets structured document context that this feature will operating on |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AbstractMetaDataEnabledFeature()
Method Detail |
public void setContentModelContext(CMAnnotationContext context)
IMetaDataEnabledFeature
setContentModelContext
in interface IMetaDataEnabledFeature
public CMAnnotationContext getCMAnnotationContext()
IMetaDataEnabledFeature
getCMAnnotationContext
in interface IMetaDataEnabledFeature
public void setBundleID(java.lang.String bundleID)
IMetaDataEnabledFeature
setBundleID
in interface IMetaDataEnabledFeature
public java.lang.String getBundleID()
IMetaDataEnabledFeature
getBundleID
in interface IMetaDataEnabledFeature
public void setStructuredDocumentContext(IStructuredDocumentContext context)
IMetaDataEnabledFeature
setStructuredDocumentContext
in interface IMetaDataEnabledFeature
public IStructuredDocumentContext getStructuredDocumentContext()
IMetaDataEnabledFeature
getStructuredDocumentContext
in interface IMetaDataEnabledFeature
protected java.lang.String getCMAttributePropertyValue(java.lang.String propName)
protected java.util.List getCMAttributePropertyValues(java.lang.String propName)
protected java.lang.String getCMSmallIcon()
protected org.eclipse.jface.resource.ImageDescriptor getImage()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |