Package com.waveset.ui.util

Interface Summary
ITreeConfigurationManager An interface that allows the client to query the tree configuration.
ITreeStateManager Interface that allows interested clients to query the owner of a tree as to whether a specific node is selected or expanded.
ViewSource The interface of an object that can serve as a "source" for the view and form objects manipulated by an GenericEditForm.
 

Class Summary
BufferedRequest Wrapper for HttpServletRequest which makes a mime-multipart appear like a regular servlet request.
FormConverter An object responsbile for the conversion from an Form and GenericObject into an HtmlPage object.
GenericEditForm An implementation of PageProcessor that supports the editing of any object that can expose itself as a GenericObject "view" with a Form object that describes the layout of the page.
GenericNoButtonEditForm A GenericEditForm with button rendering disabled.
GenericViewSource An implementation of ViewSource used to manage arbitrary view objects with the Session interface.
HtmlUtil  
PageProcessor The base class for objects that perform HttpRequest processing and generate HTML responses.
RequestState A collection of objects that define the state of a single HTTP request.
RequestTokenizer This class serially processes an HTTP request input stream, parsing one parameter at a time.
TreeContentAdapterFactory A class that knows how to construct TreeContentAdapters.