|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sibvisions.rad.server.http.HttpContext
public class HttpContext
The ServerContextImpl is an internal ServerContext implementation.
| Constructor Summary | |
|---|---|
HttpContext(Object pRequest,
Object pResponse)
Creates a new instance of HttpContext. |
|
| Method Summary | |
|---|---|
static HttpContext |
getCurrentInstance()
Gets the current instance of HttpContext. |
Object |
getRequest()
Gets the current request. |
Object |
getResponse()
Gets the current esponse. |
boolean |
isReleased()
Gets the release state of this ServerContext. |
void |
release()
Release any resources associated with this SessionContext instance. |
protected void |
setInstance(HttpContext pContext)
Sets the current context instance. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpContext(Object pRequest,
Object pResponse)
HttpContext.
pRequest - the servlet requestpResponse - the servlet response| Method Detail |
|---|
public Object getRequest()
public Object getResponse()
public static HttpContext getCurrentInstance()
HttpContext.
protected void setInstance(HttpContext pContext)
pContext - the context instancepublic final void release()
isReleased()public boolean isReleased()
ServerContext.
true if there is no current instance of ServerContext (means
that the ServerContext is released); otherwise false
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||