Uses of Interface
it.eng.spagobi.qbe.commons.urlgenerator.IQbeUrlGenerator

Packages that use IQbeUrlGenerator
it.eng.qbe.urlgenerator   
it.eng.spagobi.qbe   
it.eng.spagobi.qbe.commons.presentation.tag   
it.eng.spagobi.qbe.commons.urlgenerator   
 

Uses of IQbeUrlGenerator in it.eng.qbe.urlgenerator
 

Constructors in it.eng.qbe.urlgenerator with parameters of type IQbeUrlGenerator
SelectClassForWizardURLGenerator(IQbeUrlGenerator qbeUrlGenerator, javax.servlet.http.HttpServletRequest httpRequest)
          Instantiates a new select class for wizard url generator.
SelectFieldForConditionURLGenerator(java.lang.String classCompleteName, IQbeUrlGenerator qbeUrlGenerator, javax.servlet.http.HttpServletRequest httpRequest, java.lang.String classPrefix)
           
SelectFieldForJoinUrlGenerator(IQbeUrlGenerator qbeUrlGenerator, javax.servlet.http.HttpServletRequest httpRequest)
          The Constructor.
SelectFieldForJoinUrlGenerator(java.lang.String classCompleteName, IQbeUrlGenerator qbeUrlGenerator, javax.servlet.http.HttpServletRequest httpRequest, java.lang.String classPrefix)
          The Constructor.
SelectFieldForJoinWithParentUrlGenerator(IQbeUrlGenerator qbeUrlGenerator, javax.servlet.http.HttpServletRequest httpRequest)
          The Constructor.
SelectFieldForJoinWithParentUrlGenerator(java.lang.String classCompleteName, IQbeUrlGenerator qbeUrlGenerator, javax.servlet.http.HttpServletRequest httpRequest, java.lang.String classPrefix)
          The Constructor.
 

Uses of IQbeUrlGenerator in it.eng.spagobi.qbe
 

Methods in it.eng.spagobi.qbe that return IQbeUrlGenerator
 IQbeUrlGenerator QbeEngineConfig.getUrlGenerator()
           
 

Uses of IQbeUrlGenerator in it.eng.spagobi.qbe.commons.presentation.tag
 

Methods in it.eng.spagobi.qbe.commons.presentation.tag that return IQbeUrlGenerator
protected  IQbeUrlGenerator QbeTagSupport.getQbeUrlGenerator()
          Gets the qbe url generator.
 

Uses of IQbeUrlGenerator in it.eng.spagobi.qbe.commons.urlgenerator
 

Classes in it.eng.spagobi.qbe.commons.urlgenerator that implement IQbeUrlGenerator
 class PortletQbeUrlGenerator
          The Class PortletQbeUrlGenerator.
 class WebQbeUrlGenerator
          The Class WebQbeUrlGenerator.