Package org.apache.turbine.services.pull
Provides application tools that are put into the context of a template view.
$Id$
$Id$
-
Interface Summary Interface Description ApplicationTool Tools that go into the Toolbox should implement this interface.PipelineDataApplicationTool Interface for tools to be init'd and refreshed using a PipelineData object Code largely taken from ApplicationTool.PullService The Pull Service manages the creation of application tools that are available to all templates in a Turbine application.RunDataApplicationTool Tools in the Toolbox that need a Rundata Object on every refresh should implement this interface. -
Class Summary Class Description TurbinePullService This is the concrete implementation of the Turbine Pull Service.