net.sf.jagzilla.taglib
Class Components

java.lang.Object
  extended byTagSupport
      extended bynet.sf.jagzilla.taglib.Components

public class Components
extends TagSupport

Author:
mike
See Also:
Serialized Form

Constructor Summary
Components()
           
 
Method Summary
 int doEndTag()
           
 int doStartTag()
           
 java.lang.String getFormat()
           
 void setFormat(java.lang.String fmt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Components

public Components()
Method Detail

doEndTag

public int doEndTag()
             throws JspException
Throws:
JspException

doStartTag

public int doStartTag()
               throws JspException
Throws:
JspException

getFormat

public java.lang.String getFormat()
Returns:
Returns the fmt.

setFormat

public void setFormat(java.lang.String fmt)
Parameters:
fmt - The fmt to set.


Distributed under the GPL. By Miguel Griffa. See the Jagzilla project page for more info.