Package org.apache.struts.flow.sugar

This package contains syntactic "sugar" in the form of function extensions for Java core classes.

See:
          Description

Class Summary
CollectionExtensions Adds various function extensions to java.util.List implementations.
ExtensionFunction Base class for function extensions.
FileExtensions Adds various functions to java.io.File
InputStreamExtensions Adds various functions to java.io.InputStream
JavaObjectWrapper Adds support for extended functions to wrapped Java objects.
ListExtensions Adds various function extensions to java.util.List implementations.
ScriptableDynaBean Wrap a DynaBean for JavaScript.
ScriptableList Wrap a java.util.List for JavaScript.
ScriptableMap Wrap a java.util.Map for JavaScript.
SugarWrapFactory Wraps Java objects by adding support for function extensions, which are functions that extend existing Java objects at the Rhino level.
 

Package org.apache.struts.flow.sugar Description

This package contains syntactic "sugar" in the form of function extensions for Java core classes. It also contains wrappers for the Collections interfaces to make their information accessible through normal javascript techniques. This package doesn't depend on any other Struts Flow classes and can be used with any other embedded instance of Rhino.



Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.