public interface TaglibType<T> extends Child<T>, JavaeeTaglibCommonType<T,TaglibType<T>>
taglibType
xsd typeModifier and Type | Method and Description |
---|---|
String |
getId()
Returns the
id attribute |
String |
getTaglibLocation()
Returns the
taglib-location element |
String |
getTaglibUri()
Returns the
taglib-uri element |
TaglibType<T> |
id(String id)
Sets the
id attribute |
TaglibType<T> |
removeId()
Removes the
id attribute |
TaglibType<T> |
removeTaglibLocation()
Removes the
taglib-location element |
TaglibType<T> |
removeTaglibUri()
Removes the
taglib-uri element |
TaglibType<T> |
taglibLocation(String taglibLocation)
Sets the
taglib-location element |
TaglibType<T> |
taglibUri(String taglibUri)
Sets the
taglib-uri element |
TaglibType<T> taglibUri(String taglibUri)
taglib-uri
elementtaglibUri
- the value for the element taglib-uri
TaglibType
String getTaglibUri()
taglib-uri
elementtaglib-uri
TaglibType<T> removeTaglibUri()
taglib-uri
elementTaglibType
TaglibType<T> taglibLocation(String taglibLocation)
taglib-location
elementtaglibLocation
- the value for the element taglib-location
TaglibType
String getTaglibLocation()
taglib-location
elementtaglib-location
TaglibType<T> removeTaglibLocation()
taglib-location
elementTaglibType
TaglibType<T> id(String id)
id
attributeid
- the value for the attribute id
TaglibType
String getId()
id
attributeid
TaglibType<T> removeId()
id
attributeTaglibType
Copyright © 2021 JBoss by Red Hat. All rights reserved.