|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.jst.jsf.metadataprocessors.AbstractMetaDataEnabledFeature
public abstract class AbstractMetaDataEnabledFeature
Simple abstract class that implementers of IMetaDataEnabledFeature
can subclass in the TagLibDomain of metadata
Provisional API - subject to change
*
Constructor Summary | |
---|---|
AbstractMetaDataEnabledFeature()
|
Method Summary | |
---|---|
MetaDataContext |
getMetaDataContext()
Gets metadata model context that this feature will be operating on. |
IStructuredDocumentContext |
getStructuredDocumentContext()
Gets structured document context that this feature will operating on |
void |
setMetaDataContext(MetaDataContext context)
Sets metadata 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 |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractMetaDataEnabledFeature()
Method Detail |
---|
public void setMetaDataContext(MetaDataContext context)
IMetaDataEnabledFeature
setMetaDataContext
in interface IMetaDataEnabledFeature
public MetaDataContext getMetaDataContext()
IMetaDataEnabledFeature
getMetaDataContext
in interface IMetaDataEnabledFeature
public void setStructuredDocumentContext(IStructuredDocumentContext context)
IMetaDataEnabledFeature
setStructuredDocumentContext
in interface IMetaDataEnabledFeature
public IStructuredDocumentContext getStructuredDocumentContext()
IMetaDataEnabledFeature
getStructuredDocumentContext
in interface IMetaDataEnabledFeature
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |