|
PAJES 3.0.21 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pajes.html.TagAttribute
org.pajes.html.TagTitleAttribute
public class TagTitleAttribute
Represents a single tag TITLE attribute.
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 |
|---|
public TagTitleAttribute(java.lang.String name,
java.lang.String value)
name - The attribute name.value - The value of the attribute.
public TagTitleAttribute(java.lang.String name,
java.lang.String value,
boolean quoted)
name - The attribute name.value - The value of the attribute.quoted - Places quotes around the attribute value.public TagTitleAttribute(TagAttribute attribute)
attribute - The attribute.| Method Detail |
|---|
public java.lang.String getValue(Browser browser)
TagAttribute
getValue in class TagAttributebrowser - the browser to which the results are to be output.
TagAttribute.getValue(org.pajes.servlet.Browser)
|
PAJES 3.0.21 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||