|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.proxy.io.Context
public class Context
Context is a way for a ScriptProxy to return a value that can only be
realized on the client.
A Context allows a ScriptProxy to return something, and have
server side code keep track of the things it is acting on.
| Constructor Summary | |
|---|---|
Context(Context parent,
java.lang.String extension,
ScriptProxy scriptProxy)
Create a new Context |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Context(Context parent,
java.lang.String extension,
ScriptProxy scriptProxy)
parent - Our parent context, or null if we start from scratchextension - A string to append to the parent context
|
Copyright ¬ 2005 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||