org.eclipse.jst.jsf.metadataprocessors
Class TaglibMetadataContext
java.lang.Object
org.eclipse.jst.jsf.metadataprocessors.MetaDataContext
org.eclipse.jst.jsf.metadataprocessors.TaglibMetadataContext
public class TaglibMetadataContext
- extends MetaDataContext
Binds tag library context to the metadata context
Provisional API - subject to change
Constructor Summary |
TaglibMetadataContext(java.lang.String uri,
java.lang.String tagName,
java.lang.String attributeName,
Entity entity,
Trait trait)
Constructor |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TaglibMetadataContext
public TaglibMetadataContext(java.lang.String uri,
java.lang.String tagName,
java.lang.String attributeName,
Entity entity,
Trait trait)
- Constructor
- Parameters:
uri
- - must not be nulltagName
- - must not be nullattributeName
- - may be nullentity
- - the metadata entity represented by the tag or attributetrait
- - the metadata trait of interest
getUri
public java.lang.String getUri()
- Returns:
- URI
getTagName
public java.lang.String getTagName()
- Returns:
- Tag name - should not be null
getAttributeName
public java.lang.String getAttributeName()
- Returns:
- Attribute name - may be null