jsp2.examples.simpletag
Class EchoAttributesTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.SimpleTagSupport
      extended by jsp2.examples.simpletag.EchoAttributesTag
All Implemented Interfaces:
DynamicAttributes, JspTag, SimpleTag

public class EchoAttributesTag
extends SimpleTagSupport
implements DynamicAttributes

SimpleTag handler that echoes all its attributes


Constructor Summary
EchoAttributesTag()
           
 
Method Summary
 void doTag()
           
 void setDynamicAttribute(String uri, String localName, Object value)
           
 
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getJspContext, getParent, setJspBody, setJspContext, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EchoAttributesTag

public EchoAttributesTag()
Method Detail

doTag

public void doTag()
           throws JspException,
                  IOException
Specified by:
doTag in interface SimpleTag
Overrides:
doTag in class SimpleTagSupport
Throws:
JspException
IOException

setDynamicAttribute

public void setDynamicAttribute(String uri,
                                String localName,
                                Object value)
                         throws JspException
Specified by:
setDynamicAttribute in interface DynamicAttributes
Throws:
JspException


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.