org.apache.turbine.services.intake |
The intake service can validate user input from HTML forms.
$Id: package.html 264148 2005-08-29 14:21:04Z henning $
|
Java Source File Name | Type | Comment |
IntakeException.java | Class | Base exception thrown by the Intake service. |
IntakeService.java | Interface | This service provides access to input processing objects based
on an XML specification.
Localization of Intake's error messages can be accomplished
using Turbine's LocalizationTool from a Velocity template
as follows:
$l10n.get($intake.SomeGroup.SomeField.Message)
author: John McNally author: Henning P. |
IntakeTool.java | Class | The main class through which Intake is accessed.
author: John D. |
TurbineIntake.java | Class | This is a Facade class for IntakeService. |
TurbineIntakeService.java | Class | This service provides access to input processing objects based
on an XML specification.
author: John McNally author: Henning P. |