Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 



org.eclipse.jst.jsf.metadataprocessors
Class TaglibMetadataContext

java.lang.Object
  extended by 

org.eclipse.jst.jsf.metadataprocessors.MetaDataContext
      extended by 
org.eclipse.jst.jsf.metadataprocessors.TaglibMetadataContext

Deprecated. - should not have been public, and no reason anyone should be using this class

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)
          Deprecated. Constructor
 
Method Summary
 java.lang.String getAttributeName ()
          Deprecated.  
 java.lang.String getTagName ()
          Deprecated.  
 java.lang.String getUri ()
          Deprecated.  
 
Methods inherited from class org.eclipse.jst.jsf.metadataprocessors. MetaDataContext
getEntity, getTrait
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TaglibMetadataContext

public TaglibMetadataContext(java.lang.String uri,
                             java.lang.String tagName,
                             java.lang.String attributeName,
                             
Entity entity,
                             
Trait trait)
Deprecated. 
Constructor

Parameters:
uri - - must not be null
tagName - - must not be null
attributeName - - may be null
entity - - the metadata entity represented by the tag or attribute
trait - - the metadata trait of interest
Method Detail

getUri

public java.lang.String getUri()
Deprecated. 
Returns:
URI

getTagName

public java.lang.String getTagName()
Deprecated. 
Returns:
Tag name - should not be null

getAttributeName

public java.lang.String getAttributeName()
Deprecated. 
Returns:
Attribute name - may be null



 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire