PAJES 3.0.21

org.pajes.html
Class TagTitleAttribute

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

public class TagTitleAttribute
extends TagAttribute

Represents a single tag TITLE attribute.

See Also:
Tag, Serialized Form

Constructor Summary
TagTitleAttribute(java.lang.String name, java.lang.String value)
          Creates a new title attribute for a tag.
TagTitleAttribute(java.lang.String name, java.lang.String value, boolean quoted)
          Creates a new title attribute for a tag.
TagTitleAttribute(TagAttribute attribute)
          Creates a new title 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

TagTitleAttribute

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

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

TagTitleAttribute

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

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

TagTitleAttribute

public TagTitleAttribute(TagAttribute attribute)
Creates a new title 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.