|
||||||||||
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
Method Summary | |
---|---|
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 |
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child |
---|
up |
Method Detail |
---|
TaglibType<T> taglibUri(String taglibUri)
taglib-uri
element
taglibUri
- the value for the element taglib-uri
TaglibType
String getTaglibUri()
taglib-uri
element
taglib-uri
TaglibType<T> removeTaglibUri()
taglib-uri
element
TaglibType
TaglibType<T> taglibLocation(String taglibLocation)
taglib-location
element
taglibLocation
- the value for the element taglib-location
TaglibType
String getTaglibLocation()
taglib-location
element
taglib-location
TaglibType<T> removeTaglibLocation()
taglib-location
element
TaglibType
TaglibType<T> id(String id)
id
attribute
id
- the value for the attribute id
TaglibType
String getId()
id
attribute
id
TaglibType<T> removeId()
id
attribute
TaglibType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |