|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.tagnetic.core.framework.Tag
org.tagnetic.core.tags.TagWithDynamicAttributes
org.tagnetic.core.tags.PassthroughTag
| Constructor Summary | |
PassthroughTag()
|
|
| Method Summary | |
java.util.List |
getAttribute()
Gets the value of the Attribute property. |
java.lang.String |
getClassname()
Gets the value of the classname property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.math.BigInteger |
getPriority()
Gets the value of the priority property. |
BodyInstruction |
onEndTag()
|
void |
setClassname(java.lang.String value)
Sets the value of the classname property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setPriority(java.math.BigInteger value)
Sets the value of the priority property. |
| Methods inherited from class org.tagnetic.core.tags.TagWithDynamicAttributes |
getDynamicAttributes, getDynamicAttributeValue, setDynamicAttribute, setDynamicAttributes |
| Methods inherited from class org.tagnetic.core.framework.Tag |
getTagGroup, onStartTag, setTagGroup, wantToHandleTag |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public PassthroughTag()
| Method Detail |
public BodyInstruction onEndTag()
throws TagneticException
onEndTag in class TagTagneticExceptionpublic java.lang.String getClassname()
TagType
getClassname in interface TagTypeStringpublic void setClassname(java.lang.String value)
TagType
setClassname in interface TagTypevalue - allowed object is
Stringpublic java.util.List getAttribute()
TagType
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the Attribute property.
For example, to add a new item, do as follows:
getAttribute().add(newItem);
Objects of the following type(s) are allowed in the list
AttributeType
getAttribute in interface TagTypepublic java.lang.String getName()
TagType
getName in interface TagTypeStringpublic void setName(java.lang.String value)
TagType
setName in interface TagTypevalue - allowed object is
Stringpublic java.math.BigInteger getPriority()
TagType
getPriority in interface TagTypeBigIntegerpublic void setPriority(java.math.BigInteger value)
TagType
setPriority in interface TagTypevalue - allowed object is
BigInteger
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||