Package org.databene.script

Defines an abstraction of scripts and tamplates.

See:
          Description

Interface Summary
Script Abstraction of a Script.
ScriptFactory Factory class for Script objects.
 

Class Summary
AbstractScript Abstract implementation of the Script interface.
ConstantScript Script implementation that evaluates to a String constant.
ScriptConverter Converter that uses a Script for String conversion.
ScriptedDocumentWriter<E> A DocumentWriter that uses Scripts for rendering head, body parts and footer.
ScriptUtil Utility class for scripting.
ScriptVariable Name-value-pair that represents a variable in a Script.
 

Exception Summary
ScriptException Indicates the failure of a Script execution.
 

Package org.databene.script Description

Defines an abstraction of scripts and tamplates.



Copyright © 2010. All Rights Reserved.