Uses of Interface
org.pentaho.platform.api.engine.IContentGenerator

Packages that use IContentGenerator
org.pentaho.platform.api.engine   
org.pentaho.platform.engine.services.solution   
org.pentaho.platform.plugin.services.pluginmgr   
org.pentaho.platform.plugin.services.webservices.content   
org.pentaho.platform.uifoundation.contentgen   
org.pentaho.samples   
org.pentaho.samples.gecho   
org.pentaho.test.platform.engine.services   
 

Uses of IContentGenerator in org.pentaho.platform.api.engine
 

Methods in org.pentaho.platform.api.engine that return IContentGenerator
 IContentGenerator IPluginManager.getContentGenerator(String id, IPentahoSession session)
           
 IContentGenerator IPluginManager.getContentGeneratorForType(String type, IPentahoSession session)
           
 

Uses of IContentGenerator in org.pentaho.platform.engine.services.solution
 

Classes in org.pentaho.platform.engine.services.solution that implement IContentGenerator
 class ActionSequenceContentGenerator
           
 class ActionSequenceXMLParamsContentGenerator
           
 class BaseContentGenerator
           
 class SimpleContentGenerator
           
 

Uses of IContentGenerator in org.pentaho.platform.plugin.services.pluginmgr
 

Methods in org.pentaho.platform.plugin.services.pluginmgr that return IContentGenerator
 IContentGenerator AbstractPluginManager.getContentGenerator(String id, IPentahoSession session)
           
 IContentGenerator AbstractPluginManager.getContentGeneratorForType(String type, IPentahoSession session)
           
 

Uses of IContentGenerator in org.pentaho.platform.plugin.services.webservices.content
 

Classes in org.pentaho.platform.plugin.services.webservices.content that implement IContentGenerator
 class AbstractAxisServiceContentGenerator
          The base class for serving GenericServlet, i.e.
 class AxisServiceExecutor
          Executes an operation of a web service.
 class AxisServiceWsdlGenerator
          Writes the WSDL for a Axis web service to the output stream provided
 class AxisWebServiceRequestDispatcher
          This class dispatches requests coming from GenericServlet and determines which AxisService should be invoked.
 class HtmlAxisServiceLister
          A content generator for listing metadata on Axis web services.
 class StyledHtmlAxisServiceLister
           
 

Uses of IContentGenerator in org.pentaho.platform.uifoundation.contentgen
 

Classes in org.pentaho.platform.uifoundation.contentgen that implement IContentGenerator
 class AdminContentGenerator
           
 class BaseXmlContentGenerator
           
 class ChartContentGenerator
           
 class NavigationContentGenerator
           
 

Uses of IContentGenerator in org.pentaho.samples
 

Classes in org.pentaho.samples that implement IContentGenerator
 class EchoContentGenerator
           
 

Uses of IContentGenerator in org.pentaho.samples.gecho
 

Classes in org.pentaho.samples.gecho that implement IContentGenerator
 class GEchoContentGenerator
           
 

Uses of IContentGenerator in org.pentaho.test.platform.engine.services
 

Methods in org.pentaho.test.platform.engine.services with parameters of type IContentGenerator
static String ContentGeneratorUtil.getContentAsString(IContentGenerator cg)
          Convenience method for executing a content generator and getting back it's output as a string.