Package org.apache.beehive.netui.script.common

Interface Summary
IDataAccessProvider The IDataAccessProvider interface is implemented by objects that need to provide their children with data and wish to make it available to them with the container binding context.
 

Class Summary
AbstractScriptableMap Base Map implementation that can be used by clients that need to expose implicit objects to an expression language through a Map.
BundleMap Provide a Map of BundleMap.BundleNodeMap objects that can expose various implementations of BundleNode to expression languages.
DataAccessProviderBean JavaBean that provides a delegate wrapper for an implementation of the IDataAccessProvider interface.
DataAccessProviderStack This class is used by the framework to store a stack of IDataAccessProvider objevcts.
ImplicitObjectUtil Utilities for loading NetUI implicit objects into various data binding scopes such as the PageContext, ServletRequest, HttpSession, and ServletContext.
ScriptablePageInput Deprecated.