org.apache.turbine.services.avaloncomponent |
Avalon based component service to provide access to avalon components for Turbine applications.
$Id: package.html 264148 2005-08-29 14:21:04Z henning $
|
Java Source File Name | Type | Comment |
AvalonComponentService.java | Interface | This service allows access to avalon components.
author: Quinton McCombs author: Henning P. |
TurbineAvalonComponentService.java | Class | An implementation of AvalonComponentService which loads all the
components given in the TurbineResources.properties File.
For component which require the location of the application or
context root, there are two ways to get it.
-
Implement the Contextualizable interface.
|
TurbineAvalonComponentServiceTest.java | Class | Simple test to make sure that the AvalonComponentService can be initialized. |