Package com.fruitioninc.jwc.basic

Provides a set of basic views for the components in the com.fruitioninc.jwc package.

See:
          Description

Interface Summary
SAXRenderContext  
 

Class Summary
ApplicationView  
ButtonView  
Common  
ComponentView  
Constants  
ContainerView  
HyperLinkView  
InputSource  
LabelView  
ListBoxView  
PageView  
Serializer  
TableView  
TextAreaView  
TextFieldView  
URIResolver  
XMLReader  
 

Package com.fruitioninc.jwc.basic Description

Provides a set of basic views for the components in the com.fruitioninc.jwc package. The views render the components by first serializing them into a XML document, transforming the document to HTML via XSLT, and then sending the result to the web browser for rendering. The serialization step is done via the TRAX SAX API.