org.apache.pluto.portalImpl.om.servlet.impl
Class TagDefinition

java.lang.Object
  extended by org.apache.pluto.portalImpl.om.servlet.impl.TagDefinition

public class TagDefinition
extends java.lang.Object


Constructor Summary
TagDefinition()
           
 
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
 

Constructor Detail

TagDefinition

public TagDefinition()
Method Detail

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 -


Copyright © 2003-2010 . All Rights Reserved.