|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TagLibRefType
A representation of the model object 'Tag Lib Ref Type'.
The following features are supported:
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 |
---|
java.lang.String getTaglibURI()
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.
setTaglibURI(String)
,
JspPackage.getTagLibRefType_TaglibURI()
void setTaglibURI(java.lang.String value)
Taglib URI
' attribute.
value
- the new value of the 'Taglib URI' attribute.getTaglibURI()
java.lang.String getTaglibLocation()
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.
setTaglibLocation(String)
,
JspPackage.getTagLibRefType_TaglibLocation()
void setTaglibLocation(java.lang.String value)
Taglib Location
' attribute.
value
- the new value of the 'Taglib Location' attribute.getTaglibLocation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |