net.sf.jagzilla.taglib
Class Products

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

public class Products
extends TagSupport

Author:
mike
See Also:
Serialized Form

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

Constructor Detail

Products

public Products()
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 format.

setFormat

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


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