|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.lutris.appserver.server.httpPresentation.HttpPresentationComms
Object passed to presentation objects that contains HTTP and Presentation Manager access and control objects.
Field Summary | |
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. |
HttpPresentationRequest |
request
Object used to access HTTP request data. |
HttpPresentationResponse |
response
Object used to generate HTTP responses. |
Session |
session
Session object that this presentation is associated with. |
SessionData |
sessionData
Session data object. |
XMLCFactory |
xmlcFactory
Reference to the XMLC factory object contained in the application. |
Constructor Summary | |
protected |
HttpPresentationComms(HttpPresentationRequest request,
HttpPresentationResponse response,
Application application)
Construct an object, setting all of its fields. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public final HttpPresentationRequest request
public final HttpPresentationResponse response
public final Application application
public Session session
public SessionData sessionData
session.getSessionData()
public java.lang.Throwable exception
public XMLCFactory xmlcFactory
Constructor Detail |
protected HttpPresentationComms(HttpPresentationRequest request, HttpPresentationResponse response, 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.
|
Enhydra 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |