jsp2.examples.simpletag
Class TileSimpleTag
java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
jsp2.examples.simpletag.TileSimpleTag
- All Implemented Interfaces:
- JspTag, SimpleTag
public class TileSimpleTag
- extends SimpleTagSupport
Displays a tile as a single cell in a table.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TileSimpleTag
public TileSimpleTag()
doTag
public void doTag()
throws JspException,
IOException
- Specified by:
doTag
in interface SimpleTag
- Overrides:
doTag
in class SimpleTagSupport
- Throws:
JspException
IOException
setColor
public void setColor(String color)
setLabel
public void setLabel(String label)
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.