org.apache.turbine.services.pull |
Provides application tools that are put into the context of a template view.
$Id: package.html 534527 2007-05-02 16:10:59Z tv $
|
Java Source File Name | Type | Comment |
ApplicationTool.java | Interface | Tools that go into the Toolbox should implement this interface. |
PullService.java | Interface | The Pull Service manages the creation of application
tools that are available to all templates in a
Turbine application. |
RunDataApplicationTool.java | Interface | Tools in the Toolbox that need a Rundata Object on every refresh should
implement this interface.
author: Henning P. |
TurbinePull.java | Class | This is a Facade class for PullService.
This class provides static methods that call related methods of the
implementation of the PullService used by the System, according to
the settings in TurbineResources.
author: Jason van Zyl author: Daniel Rall author: Henning P. |
TurbinePullService.java | Class | This is the concrete implementation of the Turbine
Pull Service.
These are tools that are placed in the context by the service
These tools will be made available to all your
templates. |