xdoclet.modules.web
Class WebXmlSubTask.TagLib
java.lang.Object
xdoclet.modules.web.WebXmlSubTask.TagLib
- WebXmlSubTask
- java.io.Serializable
public static class WebXmlSubTask.TagLib
extends java.lang.Object
implements java.io.Serializable
Describes a JSP tag library.
String | getLocation() - Gets the Location attribute of the TagLib object
|
String | getUri() - Gets the Uri attribute of the TagLib object
|
void | setLocation(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(String uri) - A URI, relative to the location of the web.xml document, identifying the tag library used in the web
application.
|
getLocation
public String getLocation()
Gets the Location attribute of the TagLib object
getUri
public String getUri()
Gets the Uri attribute of the TagLib object
setLocation
public void setLocation(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.
location
- The new Location value
setUri
public void setUri(String uri)
A URI, relative to the location of the web.xml document, identifying the tag library used in the web
application.