jsp2.examples.simpletag
Class EchoAttributesTag
java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
jsp2.examples.simpletag.EchoAttributesTag
- All Implemented Interfaces:
- DynamicAttributes, JspTag, SimpleTag
public class EchoAttributesTag
- extends SimpleTagSupport
- implements DynamicAttributes
SimpleTag handler that echoes all its attributes
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EchoAttributesTag
public EchoAttributesTag()
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.