public interface TaglibType<T> extends Child<T>
taglibType xsd type| Modifier and Type | Method and Description |
|---|---|
String |
getTaglibLocation()
Returns the
taglib-location element |
String |
getTaglibUri()
Returns the
taglib-uri element |
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 elementTaglibTypeCopyright © 2016 JBoss by Red Hat. All rights reserved.