|
||||||||||
| 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 | |
|---|---|
java.lang.String |
getContextString()
Return the context string, for example http://localhost:8080/JavaBridge |
HttpProxy |
getContinuation()
Get the php continuation |
java.lang.String |
getSocketName()
Return the socket name, for example 8080 |
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 IContextvoid setWriter(java.io.Writer writer)
writer - The writervoid setContinuation(HttpProxy kont)
kont - The continuation.HttpProxy getContinuation()
java.lang.String getContextString()
java.lang.String getSocketName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||