Package | Description |
---|---|
org.jboss.shrinkwrap.descriptor.api.jsp22 |
Provides the interfaces and enumeration types as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
TaglibType<JspConfigType<T>> |
JspConfigType.createTaglib()
Creates a new
taglib element |
TaglibType<JspConfigType<T>> |
JspConfigType.getOrCreateTaglib()
If not already created, a new
taglib element will be created and returned. |
TaglibType<T> |
TaglibType.id(String id)
Sets the
id attribute |
TaglibType<T> |
TaglibType.removeId()
Removes the
id attribute |
TaglibType<T> |
TaglibType.removeTaglibLocation()
Removes the
taglib-location element |
TaglibType<T> |
TaglibType.removeTaglibUri()
Removes the
taglib-uri element |
TaglibType<T> |
TaglibType.taglibLocation(String taglibLocation)
Sets the
taglib-location element |
TaglibType<T> |
TaglibType.taglibUri(String taglibUri)
Sets the
taglib-uri element |
Modifier and Type | Method and Description |
---|---|
List<TaglibType<JspConfigType<T>>> |
JspConfigType.getAllTaglib()
Returns all
taglib elements |
Copyright © 2018 JBoss by Red Hat. All rights reserved.