org.apache.beehive.netui.tools.tld
Class JspTaglibSubTask.TagLib

Object
  extended by JspTaglibSubTask.TagLib
All Implemented Interfaces:
Serializable
Enclosing class:
JspTaglibSubTask

public static class JspTaglibSubTask.TagLib
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
JspTaglibSubTask.TagLib()
           
 
Method Summary
 String getLocation()
          Gets the Location attribute of the TagLib object
 String getURI()
          Gets the URI attribute of the TagLib object
 void setLocation(String location)
          Sets the Location attribute of the TagLib object
 void setURI(String uri)
          Sets the URI attribute of the TagLib object
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JspTaglibSubTask.TagLib

public JspTaglibSubTask.TagLib()
Method Detail

getURI

public String getURI()
Gets the URI attribute of the TagLib object

Returns:
The URI value

getLocation

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

Returns:
The Location value

setURI

public void setURI(String uri)
Sets the URI attribute of the TagLib object

Parameters:
uri - The new URI value

setLocation

public void setLocation(String location)
Sets the Location attribute of the TagLib object

Parameters:
location - The new Location value