| java.lang.Object com.lutris.appserver.server.httpPresentation.HttpPresentationComms
HttpPresentationComms | public class HttpPresentationComms (Code) | | Object passed to presentation objects that contains HTTP and Presentation
Manager access and control objects.
|
application | final public Application application(Code) | | Application object that this presentation is associated with.
If null, no application is associated.
|
exception | public Throwable exception(Code) | | If an exception/error occured, this field is set to the exception
object. This is only set for and used by `ErrorHandler' presentations.
|
jivanFactory | public JivanFactory jivanFactory(Code) | | Reference to the Jivan DocumentFactory object contained in the application.
|
session | public Session session(Code) | | Session object that this presentation is associated with.
If null, no session has been associated by the application.
|
sessionData | public SessionData sessionData(Code) | | Session data object. This is a handy reference to
session.getSessionData()
|
xmlcFactory | public XMLCFactory xmlcFactory(Code) | | Reference to the XMLC factory object contained in the application.
|
HttpPresentationComms | protected HttpPresentationComms(HttpPresentationRequest request, HttpPresentationResponse response, Application application)(Code) | | Construct an object, setting all of its fields.
Parameters: request - Object used to access HTTP request data. Parameters: response - Object used to generate HTTP responses. Parameters: application - Application object that this presentation isassociated with or null if no application is associated. |
|
|