xdoclet.modules.web
public static class WebXmlSubTask.TagLib extends java.lang.Object implements java.io.Serializable
Constructor and Description |
---|
WebXmlSubTask.TagLib() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLocation()
Gets the Location attribute of the TagLib object
|
java.lang.String |
getUri()
Gets the Uri attribute of the TagLib object
|
void |
setLocation(java.lang.String location)
The location (as a resource relative to the root of the web application) where the Tag Libary Description
file for the tag library is found.
|
void |
setUri(java.lang.String uri)
A URI, relative to the location of the web.xml document, identifying the tag library used in the web
application.
|
public java.lang.String getUri()
public java.lang.String getLocation()
public void setUri(java.lang.String uri)
uri
- The new Uri valuepublic void setLocation(java.lang.String location)
location
- The new Location value