|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.directwebremoting.io.Context
public class Context
Context is a way to return a value that can only be realized on the client. It allows us 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)
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)
parent - Our parent context, or null if we start from scratchextension - A string to append to the parent context
|
Copyright ยจ 2008 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||