net.sf.jameleon.plugin.jiffie.tags
Class AttributeValueParamTag
java.lang.Object
org.apache.commons.jelly.TagSupport
net.sf.jameleon.AbstractParamElementTag
net.sf.jameleon.ParamValueTag
net.sf.jameleon.plugin.jiffie.tags.AttributeValueParamTag
- All Implemented Interfaces:
- Tag
public class AttributeValueParamTag
- extends ParamValueTag
Specifies the value of the element attribute.
For example, <input type="submit">, would
have an attribute named type with a value submit.
<ie-attribute>
<ie-attribute-name>type</ie-attribute-name>
<ie-attribute-value>submit</ie-attribute-value>
</ie-attribute>
Tag Name: <ie-attribute-value>
|
Method Summary |
protected void |
validate()
|
| Methods inherited from class org.apache.commons.jelly.TagSupport |
findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, findAncestorWithClass, getBody, getBodyText, getBodyText, getContext, getParent, invokeBody, isEscapeText, isTrim, setBody, setContext, setEscapeText, setParent, setTrim, trimBody |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeValueParamTag
public AttributeValueParamTag()
validate
protected void validate()
throws MissingAttributeException,
JellyTagException
- Overrides:
validate in class AbstractParamElementTag
- Throws:
MissingAttributeException
JellyTagException
Copyright © 2004-2008 Christian Hargraves. All Rights Reserved.