hep.aida.web.taglib.jsp20
Class PlotSetBarTagImpl
java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
hep.aida.web.taglib.jsp20.PlotSetBarTagImpl
- All Implemented Interfaces:
- PlotSetBarTag, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag
public class PlotSetBarTagImpl
- extends javax.servlet.jsp.tagext.SimpleTagSupport
- implements PlotSetBarTag
This tag is nested in the plotSet tag and servs two goals:
1. Make sure that the body of this tag is processed only once per request.
2. Generate the default Navigation Bar if no body is defined
- Author:
- The AIDA Team @ SLAC
Method Summary |
void |
doTag()
|
void |
setUrl(String url)
The page to link the navigation bar to. |
void |
setVar(String var)
Variable where the current Navigation Bar links are stored. |
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 |
PlotSetBarTagImpl
public PlotSetBarTagImpl()
doTag
public void doTag()
throws javax.servlet.jsp.JspException,
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
IOException
setUrl
public void setUrl(String url)
- Description copied from interface:
PlotSetBarTag
- The page to link the navigation bar to.
- Specified by:
setUrl
in interface PlotSetBarTag
setVar
public void setVar(String var)
- Description copied from interface:
PlotSetBarTag
- Variable where the current Navigation Bar links are stored.
- Specified by:
setVar
in interface PlotSetBarTag
Copyright © 2000-2011 FreeHEP. All Rights Reserved.