hep.aida.web.taglib.jsp20
Class PlotTagImpl
java.lang.Object
javax.servlet.jsp.tagext.SimpleTagSupport
hep.aida.web.taglib.jsp20.PlotTagImpl
- All Implemented Interfaces:
- PlotTag, StyleProvider, javax.servlet.jsp.tagext.JspTag, javax.servlet.jsp.tagext.SimpleTag
public class PlotTagImpl
- extends javax.servlet.jsp.tagext.SimpleTagSupport
- implements PlotTag
- Author:
- The AIDA Team @ SLAC
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 |
PlotTagImpl
public PlotTagImpl()
getPlotTagSupport
public PlotTagSupport getPlotTagSupport()
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
setVar
public void setVar(Object var)
- Description copied from interface:
PlotTag
- Set the object to plot. This must either be an
IManagedObject
or
the name of a variable in a JSP scope holding an IManagedObject
.
- Specified by:
setVar
in interface PlotTag
- Parameters:
var
- the object to plot, which must be an IManagedObject
getStyle
public hep.aida.IBaseStyle getStyle()
throws javax.servlet.jsp.JspException
- Specified by:
getStyle
in interface StyleProvider
- Throws:
javax.servlet.jsp.JspException
getStyle
public hep.aida.IBaseStyle getStyle(String type)
throws javax.servlet.jsp.JspException
- Specified by:
getStyle
in interface StyleProvider
- Throws:
javax.servlet.jsp.JspException
Copyright © 2000-2011 FreeHEP. All Rights Reserved.