org.apache.pluto.portalImpl.om.servlet.impl
Class TagDefinition
java.lang.Object
org.apache.pluto.portalImpl.om.servlet.impl.TagDefinition
public class TagDefinition
- extends java.lang.Object
Field Summary |
private java.lang.String |
location
|
private java.lang.String |
uri
|
Method Summary |
java.lang.String |
getLocation()
Retrieve the location of the tag definition. |
java.lang.String |
getUri()
Retrieve the uri of the tag definition. |
void |
setLocation(java.lang.String string)
Set the location of the tag definition. |
void |
setUri(java.lang.String string)
Set the uri of the tag definition. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
uri
private java.lang.String uri
location
private java.lang.String location
TagDefinition
public TagDefinition()
getLocation
public java.lang.String getLocation()
- Retrieve the location of the tag definition.
- Returns:
- location
getUri
public java.lang.String getUri()
- Retrieve the uri of the tag definition.
- Returns:
- uri
setLocation
public void setLocation(java.lang.String string)
- Set the location of the tag definition.
- Parameters:
string
-
setUri
public void setUri(java.lang.String string)
- Set the uri of the tag definition.
- Parameters:
string
-