net.sourceforge.mystique.infrastructure.xhtml
Class ColumnTag

java.lang.Object
  extended by javax.servlet.jsp.tagext.SimpleTagSupport
      extended by net.sourceforge.mystique.infrastructure.xhtml.ColumnTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag

public class ColumnTag
extends javax.servlet.jsp.tagext.SimpleTagSupport

Author:
Elias Gomes [eliasgomes@users.sourceforge.net]

Constructor Summary
ColumnTag()
           
 
Method Summary
 void doTag()
           
 void setLabel(java.lang.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

ColumnTag

public ColumnTag()
Method Detail

doTag

public void doTag()
           throws javax.servlet.jsp.JspException,
                  java.io.IOException
Specified by:
doTag in interface javax.servlet.jsp.tagext.SimpleTag
Overrides:
doTag in class javax.servlet.jsp.tagext.SimpleTagSupport
Throws:
javax.servlet.jsp.JspException
java.io.IOException

setLabel

public void setLabel(java.lang.String label)


Copyright © 2010. All Rights Reserved.