| java.lang.Object org.directwebremoting.proxy.io.Context
All known Subclasses: jsx3.lang.Object,
Context | public class Context (Code) | | 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.
author: Joe Walker [joe at getahead dot ltd dot uk] |
Context | public Context(Context parent, String extension, ScriptProxy scriptProxy)(Code) | | Create a new Context
Parameters: parent - Our parent context, or null if we start from scratch Parameters: extension - A string to append to the parent context |
getContextPath | protected String getContextPath()(Code) | | Accessor for the string to append to the parent context to define us
the extension |
getInitScript | protected ScriptBuffer getInitScript()(Code) | | Accessor for the current InitScript
The current InitScript |
getScriptProxy | protected ScriptProxy getScriptProxy()(Code) | | Accessor for the current script proxy
The current script proxy |
setInitScript | protected void setInitScript(ScriptBuffer initScript)(Code) | | Accessor for the current InitScript
Parameters: initScript - The new InitScript |
|
|