org.apache.jsp.tag.web
Class displayProducts_tag

java.lang.Object
  extended by javax.servlet.jsp.tagext.SimpleTagSupport
      extended by org.apache.jsp.tag.web.displayProducts_tag
All Implemented Interfaces:
JspTag, SimpleTag, org.apache.jasper.runtime.JspSourceDependent

public final class displayProducts_tag
extends SimpleTagSupport
implements org.apache.jasper.runtime.JspSourceDependent


Constructor Summary
displayProducts_tag()
           
 
Method Summary
 void _jspDestroy()
           
 void doTag()
           
 Object getDependants()
           
 JspContext getJspContext()
           
 JspFragment getNormalPrice()
           
 JspFragment getOnSale()
           
 void setJspContext(JspContext ctx)
           
 void setNormalPrice(JspFragment normalPrice)
           
 void setOnSale(JspFragment onSale)
           
 
Methods inherited from class javax.servlet.jsp.tagext.SimpleTagSupport
findAncestorWithClass, getJspBody, getParent, setJspBody, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

displayProducts_tag

public displayProducts_tag()
Method Detail

setJspContext

public void setJspContext(JspContext ctx)
Specified by:
setJspContext in interface SimpleTag
Overrides:
setJspContext in class SimpleTagSupport

getJspContext

public JspContext getJspContext()
Overrides:
getJspContext in class SimpleTagSupport

getNormalPrice

public JspFragment getNormalPrice()

setNormalPrice

public void setNormalPrice(JspFragment normalPrice)

getOnSale

public JspFragment getOnSale()

setOnSale

public void setOnSale(JspFragment onSale)

getDependants

public Object getDependants()
Specified by:
getDependants in interface org.apache.jasper.runtime.JspSourceDependent

_jspDestroy

public void _jspDestroy()

doTag

public void doTag()
           throws JspException,
                  IOException
Specified by:
doTag in interface SimpleTag
Overrides:
doTag in class SimpleTagSupport
Throws:
JspException
IOException


Copyright © 2003-2006 Apache Software Foundation. All Rights Reserved.