|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPhpScriptContext
Common methods for all PHP ScriptContexts
Field Summary |
---|
Fields inherited from interface php.java.bridge.http.IContext |
---|
ENGINE_SCOPE, GLOBAL_SCOPE, JAVA_BRIDGE, SERVLET, SERVLET_CONFIG, SERVLET_CONTEXT, SERVLET_REQUEST, SERVLET_RESPONSE |
Method Summary | |
---|---|
HttpProxy |
getContinuation()
Get the php continuation |
java.io.Writer |
getWriter()
Returns the Writer |
void |
setContinuation(HttpProxy kont)
Set the php continuation |
void |
setWriter(java.io.Writer writer)
Set the Writer |
Methods inherited from interface php.java.bridge.Invocable |
---|
call |
Methods inherited from interface php.java.bridge.http.IContext |
---|
getAttribute, getAttribute, getAttributesScope, removeAttribute, setAttribute |
Method Detail |
---|
java.io.Writer getWriter()
getWriter
in interface IContext
void setWriter(java.io.Writer writer)
writer
- The writervoid setContinuation(HttpProxy kont)
kont
- The continuation.HttpProxy getContinuation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |