xdoclet.modules.web
Class WebXmlSubTask.TagLib

java.lang.Object
  extended by xdoclet.modules.web.WebXmlSubTask.TagLib
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
WebXmlSubTask

public static class WebXmlSubTask.TagLib
extends java.lang.Object
implements java.io.Serializable

Describes a JSP tag library.

Author:
Aslak Helles?y
See Also:
Serialized Form
created
July 28, 2001

Constructor Summary
WebXmlSubTask.TagLib()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebXmlSubTask.TagLib

public WebXmlSubTask.TagLib()
Method Detail

getUri

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

Returns:
The Uri value

getLocation

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

Returns:
The Location value

setUri

public 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.

Parameters:
uri - The new Uri value

setLocation

public 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.

Parameters:
location - The new Location value

http://xdoclet.sourceforge.net/