org.eclipse.modisco.jee.webapp.webapp24
Interface TaglibType


public interface TaglibType

A representation of the model object 'Taglib Type'. The taglibType defines the syntax for declaring in the deployment descriptor that a tag library is available to the application. This can be done to override implicit map entries from TLD files and from the container.

The following features are supported:

See Also:
Webapp24Package.getTaglibType()
Generated:
Model:
extendedMetaData="name='taglibType' kind='elementOnly'"

Method Summary
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 PathType getTaglibLocation()
          Returns the value of the 'Taglib Location' containment reference.
 String getTaglibUri()
          Returns the value of the 'Taglib Uri' containment reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setTaglibLocation(PathType value)
          Sets the value of the 'Taglib Location' containment reference.
 void setTaglibUri(String value)
          Sets the value of the 'Taglib Uri' containment reference.
 

Method Detail

getTaglibUri

String getTaglibUri()
Returns the value of the 'Taglib Uri' containment reference. 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' containment reference.
See Also:
setTaglibUri(org.eclipse.modisco.jee.webapp.webapp24.String), Webapp24Package.getTaglibType_TaglibUri()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='taglib-uri' namespace='http://java.sun.com/xml/ns/j2ee'"

setTaglibUri

void setTaglibUri(String value)
Sets the value of the 'Taglib Uri' containment reference.

Parameters:
value - the new value of the 'Taglib Uri' containment reference.
See Also:
getTaglibUri()
Generated:

getTaglibLocation

PathType getTaglibLocation()
Returns the value of the 'Taglib Location' containment reference. 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' containment reference.
See Also:
setTaglibLocation(PathType), Webapp24Package.getTaglibType_TaglibLocation()
Generated:
Model:
containment="true" required="true" extendedMetaData="kind='element' name='taglib-location' namespace='http://java.sun.com/xml/ns/j2ee'"

setTaglibLocation

void setTaglibLocation(PathType value)
Sets the value of the 'Taglib Location' containment reference.

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

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

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

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), Webapp24Package.getTaglibType_Id()
Generated:
Model:
id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" extendedMetaData="kind='attribute' name='id'"

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated: