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

java.lang.Object
  extended by org.apache.commons.jelly.TagSupport
      extended by net.sf.jameleon.AbstractParamElementTag
          extended by net.sf.jameleon.ParamNameTag
              extended by net.sf.jameleon.plugin.jiffie.tags.AttributeNameParamTag
All Implemented Interfaces:
Tag

public class AttributeNameParamTag
extends ParamNameTag

Specifies the name of the element attribute. For example, <input type="submit">, would have an attribute named type.


  <ie-attribute>
     <ie-attribute-name>type</ie-attribute-name>
     <ie-attribute-value>submit</ie-attribute-value>
  </ie-attribute>
 

Tag Name: <ie-attribute-name>

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
AttributeNameParamTag()
           
 
Method Summary
protected  void validate()
           
 
Methods inherited from class net.sf.jameleon.ParamNameTag
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

AttributeNameParamTag

public AttributeNameParamTag()
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.