org.apache.jsp.tag.web
Class panel_tag
java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
org.apache.jsp.tag.web.panel_tag
- All Implemented Interfaces:
- JspTag, SimpleTag, org.apache.jasper.runtime.JspSourceDependent
public final class panel_tag
- extends SimpleTagSupport
- implements org.apache.jasper.runtime.JspSourceDependent
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
panel_tag
public panel_tag()
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
getColor
public String getColor()
setColor
public void setColor(String color)
getBgcolor
public String getBgcolor()
setBgcolor
public void setBgcolor(String bgcolor)
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getDependants
public Object getDependants()
- Specified by:
getDependants in interface org.apache.jasper.runtime.JspSourceDependent
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.