|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Context | |
org.codehaus.wadi | |
org.codehaus.wadi.impl |
Uses of Context in org.codehaus.wadi |
Subinterfaces of Context in org.codehaus.wadi | |
interface |
Session
|
interface |
WADIHttpSession
|
Methods in org.codehaus.wadi that return Context | |
Context |
ContextPool.take()
|
Methods in org.codehaus.wadi with parameters of type Context | |
void |
PoolableInvocationWrapper.init(InvocationContext invocationContext,
Context context)
|
void |
ContextPool.put(Context context)
|
Uses of Context in org.codehaus.wadi.impl |
Classes in org.codehaus.wadi.impl that implement Context | |
class |
AbstractContext
TODO - JavaDoc this type |
class |
AbstractReplicableSession
A DistributableSession enhanced with functionality associated with replication - the frequent 'backing-up' of its content to provide against catastrophic failure. |
class |
AtomicallyReplicableSession
|
class |
DistributableSession
A Standard Session enhanced with functionality associated with [de]serialisation - necessary to allow the movement of the session from jvm to jvm/storage. |
class |
PartiallyReplicableSession
|
class |
StandardSession
Our internal representation of any Web Session |
Methods in org.codehaus.wadi.impl that return Context | |
Context |
SessionToContextPoolAdapter.take()
|
Methods in org.codehaus.wadi.impl with parameters of type Context | |
void |
SessionToContextPoolAdapter.put(Context context)
|
void |
StatefulHttpServletRequestWrapper.init(InvocationContext invocationContext,
Context context)
|
void |
StatelessHttpServletRequestWrapper.init(InvocationContext invocationContext,
Context context)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |