Uses of Class
wt.query.template.URLGenerator

Packages that use URLGenerator
wt.query.template Provides generic support for saved report queries using ReportTemplate and various methods in ReportTemplateHelper for executing and generating reports. 
 

Uses of URLGenerator in wt.query.template
 

Methods in wt.query.template with parameters of type URLGenerator
static String URLGenerator.genURL(URLGenerator ug, NodeList sourceGateway, NodeList resultNode)
          At one time Xalan had a bug wherein calls to static extension functions would be made with an extra 1st argument via reflection is such a way that the first argument must be the extension function class, though a null is always passed.
static String URLGenerator.genURL(URLGenerator ug, NodeList sourceGateway, NodeList resultNode)
          At one time Xalan had a bug wherein calls to static extension functions would be made with an extra 1st argument via reflection is such a way that the first argument must be the extension function class, though a null is always passed.