|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScriptSession | |
|---|---|
| org.directwebremoting | This package contains all the classes that are interesting to DWR users going about normal DWR business. |
| org.directwebremoting.event | |
| org.directwebremoting.extend | |
| org.directwebremoting.guice | This package provides support for Guice dependency injection in DWR-based web applications. |
| org.directwebremoting.impl | |
| org.directwebremoting.proxy | |
| org.directwebremoting.proxy.browser | |
| org.directwebremoting.proxy.dwr | |
| org.directwebremoting.proxy.scriptaculous | |
| uk.ltd.getahead.dwr | |
| Uses of ScriptSession in org.directwebremoting |
|---|
| Methods in org.directwebremoting that return ScriptSession | |
|---|---|
ScriptSession |
WebContext.getScriptSession()
Get the script session that represents the currently viewed page in the same way that an HttpSession represents a cookie. |
ScriptSession |
ServerContext.getScriptSessionById(java.lang.String sessionId)
You can request access to a specific ScriptSession if you know
it's ID. |
| Methods in org.directwebremoting that return types with arguments of type ScriptSession | |
|---|---|
java.util.Collection<ScriptSession> |
ServerContext.getAllScriptSessions()
Get a list of all the ScriptSessions known to this server at the given time. |
java.util.Collection<ScriptSession> |
ServerContext.getScriptSessionsByPage(java.lang.String url)
Get a list of all ScriptSessions on a given page. |
| Uses of ScriptSession in org.directwebremoting.event |
|---|
| Methods in org.directwebremoting.event that return ScriptSession | |
|---|---|
ScriptSession |
ScriptSessionEvent.getSession()
Return the session that changed. |
| Constructors in org.directwebremoting.event with parameters of type ScriptSession | |
|---|---|
ScriptSessionEvent(ScriptSession source)
Construct a session event from the given source. |
|
| Uses of ScriptSession in org.directwebremoting.extend |
|---|
| Subinterfaces of ScriptSession in org.directwebremoting.extend | |
|---|---|
interface |
RealScriptSession
RealScriptSession is the real interface that should be implemented in place of ScriptSession. |
| Methods in org.directwebremoting.extend that return types with arguments of type ScriptSession | |
|---|---|
java.util.Collection<ScriptSession> |
ScriptSessionManager.getAllScriptSessions()
Get a list of all the currently known ScriptSessions by id. |
java.util.Collection<ScriptSession> |
ScriptSessionManager.getScriptSessionsByPage(java.lang.String url)
For a given script session id, either create a new ScriptSession object or retrieve an existing one if one exists. |
| Methods in org.directwebremoting.extend with parameters of type ScriptSession | |
|---|---|
static void |
EnginePrivate.remoteHandleNewScriptSession(ScriptSession session,
java.lang.String newSessionId)
Call dwr.engine.remote.handleNewScriptSession() in the browser |
static void |
EnginePrivate.remoteHandleNewWindowName(ScriptSession session,
java.lang.String windowName)
Call dwr.engine.remote.handleNewWindowName() in the browser |
| Uses of ScriptSession in org.directwebremoting.guice |
|---|
| Fields in org.directwebremoting.guice with type parameters of type ScriptSession | |
|---|---|
static ContextScope<ScriptSession> |
DwrScopes.SCRIPT
DWR script session scope. |
| Uses of ScriptSession in org.directwebremoting.impl |
|---|
| Classes in org.directwebremoting.impl that implement ScriptSession | |
|---|---|
class |
DefaultScriptSession
An implementation of ScriptSession and RealScriptSession. |
| Methods in org.directwebremoting.impl that return ScriptSession | |
|---|---|
ScriptSession |
DefaultWebContext.getScriptSession()
|
ScriptSession |
DefaultServerContext.getScriptSessionById(java.lang.String sessionId)
|
| Methods in org.directwebremoting.impl that return types with arguments of type ScriptSession | |
|---|---|
java.util.Collection<ScriptSession> |
DefaultServerContext.getAllScriptSessions()
|
java.util.Collection<ScriptSession> |
DefaultScriptSessionManager.getAllScriptSessions()
|
java.util.Collection<ScriptSession> |
DefaultServerContext.getScriptSessionsByPage(java.lang.String url)
|
java.util.Collection<ScriptSession> |
DefaultScriptSessionManager.getScriptSessionsByPage(java.lang.String url)
|
| Uses of ScriptSession in org.directwebremoting.proxy |
|---|
| Methods in org.directwebremoting.proxy that return types with arguments of type ScriptSession | |
|---|---|
java.util.Collection<ScriptSession> |
Callback.getScriptSessions()
Accessor for the ScriptSessions that will reply to the question. |
| Methods in org.directwebremoting.proxy with parameters of type ScriptSession | |
|---|---|
void |
ScriptProxy.addScriptSession(ScriptSession scriptSession)
|
| Method parameters in org.directwebremoting.proxy with type arguments of type ScriptSession | |
|---|---|
void |
ScriptProxy.addScriptSessions(java.util.Collection<ScriptSession> addScriptSessions)
|
| Constructors in org.directwebremoting.proxy with parameters of type ScriptSession | |
|---|---|
Callback(ScriptSession session)
Used when you need to specify the browser that will be providing the response |
|
ScriptProxy(ScriptSession scriptSession)
Http thread constructor |
|
| Constructor parameters in org.directwebremoting.proxy with type arguments of type ScriptSession | |
|---|---|
Callback(java.util.Collection<ScriptSession> sessionList)
Used when you need to specify a group of browsers that will be providing the responses. |
|
ScriptProxy(java.util.Collection<ScriptSession> scriptSessions)
Non-http thread constructor |
|
| Uses of ScriptSession in org.directwebremoting.proxy.browser |
|---|
| Constructors in org.directwebremoting.proxy.browser with parameters of type ScriptSession | |
|---|---|
Window(ScriptSession scriptSession)
Http thread constructor that alters a single browser |
|
| Constructor parameters in org.directwebremoting.proxy.browser with type arguments of type ScriptSession | |
|---|---|
Window(java.util.Collection<ScriptSession> scriptSessions)
Http thread constructor that alters a number of browsers |
|
| Uses of ScriptSession in org.directwebremoting.proxy.dwr |
|---|
| Constructors in org.directwebremoting.proxy.dwr with parameters of type ScriptSession | |
|---|---|
Engine(ScriptSession scriptSession)
Http thread constructor that alters a single browser |
|
Util(ScriptSession scriptSession)
Http thread constructor that alters a single browser |
|
| Constructor parameters in org.directwebremoting.proxy.dwr with type arguments of type ScriptSession | |
|---|---|
Engine(java.util.Collection<ScriptSession> scriptSessions)
Http thread constructor that alters a number of browsers |
|
Util(java.util.Collection<ScriptSession> scriptSessions)
Http thread constructor that alters a number of browsers |
|
| Uses of ScriptSession in org.directwebremoting.proxy.scriptaculous |
|---|
| Constructors in org.directwebremoting.proxy.scriptaculous with parameters of type ScriptSession | |
|---|---|
Effect(ScriptSession scriptSession)
Http thread constructor that alters a single browser |
|
| Constructor parameters in org.directwebremoting.proxy.scriptaculous with type arguments of type ScriptSession | |
|---|---|
Effect(java.util.Collection<ScriptSession> scriptSessions)
Http thread constructor that alters a number of browsers |
|
| Uses of ScriptSession in uk.ltd.getahead.dwr |
|---|
| Methods in uk.ltd.getahead.dwr that return ScriptSession | |
|---|---|
ScriptSession |
ExecutionContext.getScriptSession()
Deprecated. |
ScriptSession |
ExecutionContext.getScriptSessionById(java.lang.String sessionId)
Deprecated. |
| Methods in uk.ltd.getahead.dwr that return types with arguments of type ScriptSession | |
|---|---|
java.util.Collection<ScriptSession> |
ExecutionContext.getAllScriptSessions()
Deprecated. |
java.util.Collection<ScriptSession> |
ExecutionContext.getScriptSessionsByPage(java.lang.String page)
Deprecated. |
|
Copyright ¬ 2005 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||