xdoclet.modules.web

Class WebXmlSubTask.TagLib

public static class WebXmlSubTask.TagLib extends Object implements Serializable

Describes a JSP tag library.

Author: Aslak Hellesxy

UNKNOWN: July 28, 2001

Method Summary
StringgetLocation()
Gets the Location attribute of the TagLib object
StringgetUri()
Gets the Uri attribute of the TagLib object
voidsetLocation(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.
voidsetUri(String uri)
A URI, relative to the location of the web.xml document, identifying the tag library used in the web application.

Method Detail

getLocation

public String getLocation()
Gets the Location attribute of the TagLib object

Returns: The Location value

getUri

public String getUri()
Gets the Uri attribute of the TagLib object

Returns: The Uri value

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.

Parameters: 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.

Parameters: uri The new Uri value