Expresso 5-6

Uses of Package
com.jcorporate.expresso.services.html

Packages that use com.jcorporate.expresso.services.html
com.jcorporate.expresso.core.servlet Base classes for all JavaCorporate servlets.  
com.jcorporate.expresso.core.servlet.viewhandler Servlets to render the View.  
com.jcorporate.expresso.core.utility Package to contain all of the 'utility' programs in Expresso - these are applications that run from the command line (e.g. not servlets) 
com.jcorporate.expresso.ext.report Contains an example of a ReportPage object to report statistics on downloaded files. 
com.jcorporate.expresso.services.html HTML objects - used to build HTML pages by servlets to define their user interface.  
 

Classes in com.jcorporate.expresso.services.html used by com.jcorporate.expresso.core.servlet
HtmlException
          Exception thrown when there is a problem with the structure of the HTML being built to return to the client
 

Classes in com.jcorporate.expresso.services.html used by com.jcorporate.expresso.core.servlet.viewhandler
HtmlException
          Exception thrown when there is a problem with the structure of the HTML being built to return to the client
Page
          An HTML page - a page element contains all other elements and is what actually gets sent to the client
 

Classes in com.jcorporate.expresso.services.html used by com.jcorporate.expresso.core.utility
HtmlException
          Exception thrown when there is a problem with the structure of the HTML being built to return to the client
Page
          An HTML page - a page element contains all other elements and is what actually gets sent to the client
 

Classes in com.jcorporate.expresso.services.html used by com.jcorporate.expresso.ext.report
HtmlElement
          Base class for all of the HTML elements on a page
HtmlException
          Exception thrown when there is a problem with the structure of the HTML being built to return to the client
ReportPage
          A specialized HTML Element that implements a report.
 

Classes in com.jcorporate.expresso.services.html used by com.jcorporate.expresso.services.html
HtmlElement
          Base class for all of the HTML elements on a page
HtmlException
          Exception thrown when there is a problem with the structure of the HTML being built to return to the client
Page
          An HTML page - a page element contains all other elements and is what actually gets sent to the client
Table
           
Text
           
TextField
           
 


Expresso 5-6

Please see www.jcorporate.com for information about new Expresso releases.