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 InvocationContextModifier and TypeMethodDescriptionClassPathWithAnnoDDPFactory.create(InvocationContext context) DataProviderFactoryWithAuthentication.create(InvocationContext context) -
Uses of InvocationContext in com.levigo.jadice.web.server
Subinterfaces of InvocationContext in com.levigo.jadice.web.serverModifier and TypeInterfaceDescriptioninterfaceAnInvocationContextspecifically for cases when ajakarta.websocketimplementation 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 TypeClassDescriptionclasscom.levigo.jadice.web.server.internal.AbstractInvocationContextParent 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 TypeClassDescriptionclassThis is the invocation context of the adaptive transport layer utilizing implementations to obtain theHttpSessionand optionally theHttpServletRequest.