Uses of Interface
com.levigo.jadice.web.server.InvocationContext
Packages that use InvocationContext
Package
Description
-
Uses of InvocationContext in com.levigo.jadice.web.conn.server
Classes in com.levigo.jadice.web.conn.server that implement InvocationContext -
Uses of InvocationContext in com.levigo.jadice.web.demo.common.server.dataprovider
Methods in com.levigo.jadice.web.demo.common.server.dataprovider with parameters of type InvocationContext -
Uses of InvocationContext in com.levigo.jadice.web.server
Subinterfaces of InvocationContext in com.levigo.jadice.web.serverModifier and TypeInterfaceDescriptioninterface
AnInvocationContext
specifically for cases when ajakarta.websocket
implementation is used.Methods in com.levigo.jadice.web.server with parameters of type InvocationContextModifier and TypeMethodDescriptionContextualFactory.create
(InvocationContext context) Factory method that injects the currentInvocationContext
. -
Uses of InvocationContext in com.levigo.jadice.web.server.internal
Classes in com.levigo.jadice.web.server.internal that implement InvocationContextModifier and TypeClassDescriptionclass
com.levigo.jadice.web.server.internal.AbstractInvocationContext
Parent of all invocation context implementations. -
Uses of InvocationContext in com.levigo.jadice.web.transport.server
Classes in com.levigo.jadice.web.transport.server that implement InvocationContextModifier and TypeClassDescriptionclass
This is the invocation context of the adaptive transport layer utilizing implementations to obtain theHttpSession
and optionally theHttpServletRequest
.