Uses of Class
org.apache.turbine.services.template.BaseTemplateEngineService

Packages that use BaseTemplateEngineService
org.apache.turbine.services.jsp JSP Service is used to provide Turbine with a Java Server page (JSP) based view. 
org.apache.turbine.services.velocity Velocity Service is used to provide Turbine with a Velocity based view. 
 

Uses of BaseTemplateEngineService in org.apache.turbine.services.jsp
 

Subclasses of BaseTemplateEngineService in org.apache.turbine.services.jsp
 class TurbineJspService
          This is a Service that can process JSP templates from within a Turbine screen.
 

Uses of BaseTemplateEngineService in org.apache.turbine.services.velocity
 

Subclasses of BaseTemplateEngineService in org.apache.turbine.services.velocity
 class TurbineVelocityService
          This is a Service that can process Velocity templates from within a Turbine Screen.
 



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.