
public interface TaglibType<T> extends Child<T>, JavaeeTaglibCommonType<T,TaglibType<T>>
taglibType xsd type| Modifier 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-uriTaglibTypeString getTaglibUri()
taglib-uri elementtaglib-uriTaglibType<T> removeTaglibUri()
taglib-uri elementTaglibTypeTaglibType<T> taglibLocation(String taglibLocation)
taglib-location elementtaglibLocation - the value for the element taglib-locationTaglibTypeString getTaglibLocation()
taglib-location elementtaglib-locationTaglibType<T> removeTaglibLocation()
taglib-location elementTaglibTypeTaglibType<T> id(String id)
id attributeid - the value for the attribute idTaglibTypeString getId()
id attributeidTaglibType<T> removeId()
id attributeTaglibTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.