|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.shrinkwrap.descriptor.impl.jsp22.TaglibTypeImpl<T>
public class TaglibTypeImpl<T>
This class implements the taglibType
xsd type
Original Documentation:
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.
Constructor Summary | |
---|---|
TaglibTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node)
|
|
TaglibTypeImpl(T t,
java.lang.String nodeName,
org.jboss.shrinkwrap.descriptor.spi.Node node,
org.jboss.shrinkwrap.descriptor.spi.Node childNode)
|
Method Summary | |
---|---|
java.lang.String |
getTaglibLocation()
Returns the taglib-location element |
java.lang.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> |
setTaglibLocation(java.lang.String taglibLocation)
If not already created, a new taglib-location element with the given value will be created. |
TaglibType<T> |
setTaglibUri(java.lang.String taglibUri)
If not already created, a new taglib-uri element with the given value will be created. |
T |
up()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TaglibTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node)
public TaglibTypeImpl(T t, java.lang.String nodeName, org.jboss.shrinkwrap.descriptor.spi.Node node, org.jboss.shrinkwrap.descriptor.spi.Node childNode)
Method Detail |
---|
public T up()
up
in interface org.jboss.shrinkwrap.descriptor.api.Child<T>
public TaglibType<T> setTaglibUri(java.lang.String taglibUri)
taglib-uri
element with the given value will be created.
Otherwise, the existing taglib-uri
element will be updated with the given value.
setTaglibUri
in interface TaglibType<T>
TaglibType
public TaglibType<T> removeTaglibUri()
taglib-uri
element
removeTaglibUri
in interface TaglibType<T>
TaglibType
public java.lang.String getTaglibUri()
taglib-uri
element
getTaglibUri
in interface TaglibType<T>
taglib-uri
public TaglibType<T> setTaglibLocation(java.lang.String taglibLocation)
taglib-location
element with the given value will be created.
Otherwise, the existing taglib-location
element will be updated with the given value.
setTaglibLocation
in interface TaglibType<T>
TaglibType
public TaglibType<T> removeTaglibLocation()
taglib-location
element
removeTaglibLocation
in interface TaglibType<T>
TaglibType
public java.lang.String getTaglibLocation()
taglib-location
element
getTaglibLocation
in interface TaglibType<T>
taglib-location
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |