|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectxdoclet.modules.web.WebXmlSubTask.TagLib
public static class WebXmlSubTask.TagLib
Describes a JSP tag library.
| 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 |
|---|
public WebXmlSubTask.TagLib()
| Method Detail |
|---|
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
|
http://xdoclet.sourceforge.net/ | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||