|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectphp.java.bridge.http.Context
php.java.servlet.Context
public class Context
A custom context which keeps the HttpServletResponse. Used when JSR223 is not available.
| Field Summary | |
|---|---|
static int |
APPLICATION_SCOPE
Integer value for the level of APPLICATION_SCOPE |
static int |
REQUEST_SCOPE
Integer value for the level of SCRIPT_SCOPE |
static int |
SESSION_SCOPE
Integer value for the level of SESSION_SCOPE |
| Fields inherited from class php.java.bridge.http.Context |
|---|
ENGINE_SCOPE, GLOBAL_SCOPE |
| Constructor Summary | |
|---|---|
Context(javax.servlet.ServletContext kontext,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
Create a new context. |
|
| Method Summary | |
|---|---|
java.lang.Object |
getAttribute(java.lang.String name)
Retrieves the value for getAttribute(String, int) for the lowest scope in which it returns a non-null value. |
java.lang.Object |
getAttribute(java.lang.String key,
int scope)
Retrieves the value associated with specified name in the specified level of scope. |
javax.servlet.http.HttpServletRequest |
getHttpServletRequest()
Returns the HttpServletRequest |
javax.servlet.http.HttpServletResponse |
getHttpServletResponse()
Returns the ServletResponse |
javax.servlet.ServletContext |
getServletContext()
Returns the ServletContext |
java.io.Writer |
getWriter()
Retrieves an instance of java.io.Writer which can be used by scripts to display their output. |
| Methods inherited from class php.java.bridge.http.Context |
|---|
call, getAttributesScope, getMap, removeAttribute, setAttribute, setMap |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int REQUEST_SCOPE
public static final int SESSION_SCOPE
public static final int APPLICATION_SCOPE
| Constructor Detail |
|---|
public Context(javax.servlet.ServletContext kontext,
javax.servlet.http.HttpServletRequest req,
javax.servlet.http.HttpServletResponse res)
res - The HttpServletResponse| Method Detail |
|---|
public java.lang.Object getAttribute(java.lang.String key,
int scope)
Context
getAttribute in class Contextkey - the name of the attributescope - the level of scope
public java.lang.Object getAttribute(java.lang.String name)
throws java.lang.IllegalArgumentException
Context
getAttribute in class Contextname - the name of the attribute
java.lang.IllegalArgumentException
public java.io.Writer getWriter()
throws java.io.IOException
Context
getWriter in class Contextjava.io.IOExceptionpublic javax.servlet.http.HttpServletRequest getHttpServletRequest()
public javax.servlet.ServletContext getServletContext()
public javax.servlet.http.HttpServletResponse getHttpServletResponse()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||