jsp2.examples.simpletag
Class TileSimpleTag

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

public class TileSimpleTag
extends SimpleTagSupport

Displays a tile as a single cell in a table.


Constructor Summary
TileSimpleTag()
           
 
Method Summary
 void doTag()
           
 void setColor(String color)
           
 void setLabel(String label)
           
 
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

TileSimpleTag

public TileSimpleTag()
Method Detail

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.