Uses of Class
org.pentaho.platform.engine.services.solution.BaseContentGenerator

Packages that use BaseContentGenerator
org.pentaho.platform.engine.services.solution   
org.pentaho.platform.plugin.services.webservices.content   
org.pentaho.platform.uifoundation.contentgen   
org.pentaho.samples   
org.pentaho.samples.gecho   
 

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

Subclasses of BaseContentGenerator in org.pentaho.platform.engine.services.solution
 class ActionSequenceContentGenerator
           
 class ActionSequenceXMLParamsContentGenerator
           
 class SimpleContentGenerator
           
 

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

Subclasses of BaseContentGenerator in org.pentaho.platform.plugin.services.webservices.content
 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 BaseContentGenerator in org.pentaho.platform.uifoundation.contentgen
 

Subclasses of BaseContentGenerator in org.pentaho.platform.uifoundation.contentgen
 class AdminContentGenerator
           
 class BaseXmlContentGenerator
           
 class ChartContentGenerator
           
 class NavigationContentGenerator
           
 

Uses of BaseContentGenerator in org.pentaho.samples
 

Subclasses of BaseContentGenerator in org.pentaho.samples
 class EchoContentGenerator
           
 

Uses of BaseContentGenerator in org.pentaho.samples.gecho
 

Subclasses of BaseContentGenerator in org.pentaho.samples.gecho
 class GEchoContentGenerator