hep.aida.web.taglib.util
Class PlotUtils

java.lang.Object
  extended by hep.aida.web.taglib.util.PlotUtils

public abstract class PlotUtils
extends Object

Various utility functions for the tags.

Author:
The AIDA Team @ SLAC

Constructor Summary
PlotUtils()
           
 
Method Summary
static void clearPlotRegistry(javax.servlet.http.HttpSession session)
           
static String createHtml(javax.servlet.http.HttpServletRequest request, PlotCommand plotCommand, PlotterTagSupport plotterTagSupport)
           
static PlotterHelper getPlotterHelper()
           
static int getScope(String scopeName)
           
static String printPlotRegistry(javax.servlet.http.HttpSession session)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlotUtils

public PlotUtils()
Method Detail

getPlotterHelper

public static PlotterHelper getPlotterHelper()

getScope

public static int getScope(String scopeName)

createHtml

public static String createHtml(javax.servlet.http.HttpServletRequest request,
                                PlotCommand plotCommand,
                                PlotterTagSupport plotterTagSupport)

printPlotRegistry

public static String printPlotRegistry(javax.servlet.http.HttpSession session)

clearPlotRegistry

public static void clearPlotRegistry(javax.servlet.http.HttpSession session)


Copyright © 2000-2011 FreeHEP. All Rights Reserved.