net.sf.jameleon.plugin.jiffie.tags
Class AttributeValueParamTag

java.lang.Object
  extended by org.apache.commons.jelly.TagSupport
      extended by net.sf.jameleon.AbstractParamElementTag
          extended by net.sf.jameleon.ParamValueTag
              extended by 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>

Field Summary
 
Fields inherited from class net.sf.jameleon.AbstractParamElementTag
decodeXMLToText, fromVariable, parentTag, text
 
Fields inherited from class org.apache.commons.jelly.TagSupport
body, context, hasTrimmed, parent, shouldTrim
 
Constructor Summary
AttributeValueParamTag()
           
 
Method Summary
protected  void validate()
           
 
Methods inherited from class net.sf.jameleon.ParamValueTag
doTag
 
Methods inherited from class net.sf.jameleon.AbstractParamElementTag
setDecodeXMLToText, setFromVariable, validateParam, validateParentTag
 
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
 

Constructor Detail

AttributeValueParamTag

public AttributeValueParamTag()
Method Detail

validate

protected void validate()
                 throws MissingAttributeException,
                        JellyTagException
Overrides:
validate in class AbstractParamElementTag
Throws:
MissingAttributeException
JellyTagException


Copyright © 2004-2008 Christian Hargraves. All Rights Reserved.