org.eclipse.jst.j2ee.jsp
Interface TagLibRefType

All Superinterfaces:
org.eclipse.emf.ecore.EObject, J2EEEObject, org.eclipse.emf.common.notify.Notifier

public interface TagLibRefType
extends J2EEEObject

A representation of the model object 'Tag Lib Ref Type'.

Version:
J2EE1.4 A taglib can be used to provide information on a tag library that is used by a JSP page within the Web Application.

The following features are supported:

See Also:
JspPackage.getTagLibRefType()

Method Summary
 java.lang.String getTaglibLocation()
          Returns the value of the 'Taglib Location' attribute
 java.lang.String getTaglibURI()
          Returns the value of the 'Taglib URI' attribute
 void setTaglibLocation(java.lang.String value)
          Sets the value of the 'Taglib Location' attribute
 void setTaglibURI(java.lang.String value)
          Sets the value of the 'Taglib URI' attribute
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getTaglibURI

java.lang.String getTaglibURI()
Returns the value of the 'Taglib URI' attribute.

If the meaning of the 'Taglib URI' attribute isn't clear, there really should be more of a description here...

A taglib-uri element describes a URI identifying a tag library used in the web application. The body of the taglib-uri element may be either an absolute URI specification, or a relative URI. There should be no entries in web.xml with the same taglib-uri value.

Returns:
the value of the 'Taglib URI' attribute.
See Also:
setTaglibURI(String), JspPackage.getTagLibRefType_TaglibURI()

setTaglibURI

void setTaglibURI(java.lang.String value)
Sets the value of the 'Taglib URI' attribute.

Parameters:
value - the new value of the 'Taglib URI' attribute.
See Also:
getTaglibURI()

getTaglibLocation

java.lang.String getTaglibLocation()
Returns the value of the 'Taglib Location' attribute.

If the meaning of the 'Taglib Location' attribute isn't clear, there really should be more of a description here...

the taglib-location element contains the location (as a resource relative to the root of the web application) where to find the Tag Library Description file for the tag library.

Returns:
the value of the 'Taglib Location' attribute.
See Also:
setTaglibLocation(String), JspPackage.getTagLibRefType_TaglibLocation()

setTaglibLocation

void setTaglibLocation(java.lang.String value)
Sets the value of the 'Taglib Location' attribute.

Parameters:
value - the new value of the 'Taglib Location' attribute.
See Also:
getTaglibLocation()