PAJES 3.0.21

org.pajes.html
Class TagURIAttribute

java.lang.Object
  extended by org.pajes.html.TagAttribute
      extended by org.pajes.html.TagURIAttribute
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class TagURIAttribute
extends TagAttribute

Represents a single tag URI attribute.

See Also:
Tag, Serialized Form

Constructor Summary
TagURIAttribute(java.lang.String name, java.lang.String value)
          Creates a new URI attribute for a tag.
TagURIAttribute(java.lang.String name, java.lang.String value, boolean quoted)
          Creates a new URI attribute for a tag.
TagURIAttribute(TagAttribute attribute)
          Creates a new URI attribute for a tag from an existing attribute.
 
Method Summary
 java.lang.String getValue(Browser browser)
          Returns the value of this attribute.
 
Methods inherited from class org.pajes.html.TagAttribute
clone, equals, getIntegerValue, getName, getTag, hashCode, isQuoted, isUnary, isWritable, setName, setQuoted, setTag, setUnary, setValue, setWritable, toString, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TagURIAttribute

public TagURIAttribute(java.lang.String name,
                       java.lang.String value)
Creates a new URI attribute for a tag.

Parameters:
name - The attribute name.
value - The value of the attribute.

TagURIAttribute

public TagURIAttribute(java.lang.String name,
                       java.lang.String value,
                       boolean quoted)
Creates a new URI attribute for a tag.

Parameters:
name - The attribute name.
value - The value of the attribute.
quoted - Places quotes around the attribute value.

TagURIAttribute

public TagURIAttribute(TagAttribute attribute)
Creates a new URI attribute for a tag from an existing attribute.

Parameters:
attribute - The attribute.
Method Detail

getValue

public java.lang.String getValue(Browser browser)
Description copied from class: TagAttribute
Returns the value of this attribute.

Overrides:
getValue in class TagAttribute
Parameters:
browser - the browser to which the results are to be output.
Returns:
the value of this attribute.
See Also:
TagAttribute.getValue(org.pajes.servlet.Browser)

PAJES 3.0.21

Copyright © 1998-2007 Viridian Pty Limited. All Rights Reserved.