Enhydra 3.1 API

Package com.lutris.appserver.server.httpPresentation

Interface Summary
HttpPresentation Presentation Object interface.
HttpPresentationRequest Object passed to presentation objects that is used to access HTTP request data.
HttpPresentationResponse Object passed to presentation objects that is used to generate HTTP responses.
 

Class Summary
AppletUtils This is the counterpart to com.lutris.applet.LBSConnection.
HttpPresentationComms Object passed to presentation objects that contains HTTP and Presentation Manager access and control objects.
HttpPresentationInputStream HTTP request input stream reader.
HttpPresentationManager Presentation manager class.
HttpPresentationOutputStream HTTP request output stream writter.
HttpUtil Class containing various static methods that are useful in implementing presentations.
 

Exception Summary
DirectoryException  
HttpPresentationException Exception that encapulates any error that occurs when accessing HTTP information supplied to a presentation object.
 

Error Summary
ClientPageRedirectException Exception used to signal a page redirection via the client.
PageRedirectException Base class of page redirection classes.
ServerPageRedirectException Exception used to signal a page redirection internal to server.
 


Enhydra 3.1 API