|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface TaglibType<T>
This interface defines the contract for 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.
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. |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
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.
TaglibType
TaglibType<T> removeTaglibUri()
taglib-uri
element
TaglibType
java.lang.String getTaglibUri()
taglib-uri
element
taglib-uri
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.
TaglibType
TaglibType<T> removeTaglibLocation()
taglib-location
element
TaglibType
java.lang.String getTaglibLocation()
taglib-location
element
taglib-location
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |