|
EAF 7.6 Implementation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lutris.appserver.server.httpPresentation.HttpPresentationComms
public class HttpPresentationComms
Object passed to presentation objects that contains HTTP and Presentation Manager access and control objects.
Field Summary | |
---|---|
com.lutris.appserver.server.Application |
application
Application object that this presentation is associated with. |
java.lang.Throwable |
exception
If an exception/error occured, this field is set to the exception object. |
org.enhydra.util.jivan.JivanFactory |
jivanFactory
Reference to the Jivan DocumentFactory object contained in the application. |
com.lutris.appserver.server.httpPresentation.HttpPresentationRequest |
request
Object used to access HTTP request data. |
com.lutris.appserver.server.httpPresentation.HttpPresentationResponse |
response
Object used to generate HTTP responses. |
com.lutris.appserver.server.session.Session |
session
Session object that this presentation is associated with. |
SessionData |
sessionData
Session data object. |
org.enhydra.xml.xmlc.XMLCFactory |
xmlcFactory
Reference to the XMLC factory object contained in the application. |
Constructor Summary | |
---|---|
protected |
HttpPresentationComms(com.lutris.appserver.server.httpPresentation.HttpPresentationRequest request,
com.lutris.appserver.server.httpPresentation.HttpPresentationResponse response,
com.lutris.appserver.server.Application application)
Construct an object, setting all of its fields. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final com.lutris.appserver.server.httpPresentation.HttpPresentationRequest request
public final com.lutris.appserver.server.httpPresentation.HttpPresentationResponse response
public final com.lutris.appserver.server.Application application
public com.lutris.appserver.server.session.Session session
public SessionData sessionData
session.getSessionData()
public java.lang.Throwable exception
public org.enhydra.xml.xmlc.XMLCFactory xmlcFactory
public org.enhydra.util.jivan.JivanFactory jivanFactory
Constructor Detail |
---|
protected HttpPresentationComms(com.lutris.appserver.server.httpPresentation.HttpPresentationRequest request, com.lutris.appserver.server.httpPresentation.HttpPresentationResponse response, com.lutris.appserver.server.Application application)
request
- Object used to access HTTP request data.response
- Object used to generate HTTP responses.application
- Application object that this presentation is
associated with or null if no application is associated.
|
EAF 7.6 Implementation | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |