|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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:
Webapp30Package.getTaglibType()
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 |
---|
String getTaglibUri()
setTaglibUri(org.eclipse.modisco.jee.webapp.webapp30.String)
,
Webapp30Package.getTaglibType_TaglibUri()
void setTaglibUri(String value)
Taglib Uri
' containment reference.
value
- the new value of the 'Taglib Uri' containment reference.getTaglibUri()
PathType getTaglibLocation()
setTaglibLocation(PathType)
,
Webapp30Package.getTaglibType_TaglibLocation()
void setTaglibLocation(PathType value)
Taglib Location
' containment reference.
value
- the new value of the 'Taglib Location' containment reference.getTaglibLocation()
java.lang.String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
Webapp30Package.getTaglibType_Id()
void setId(java.lang.String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |