Uses of Class
com.levigo.jadice.web.demo.common.server.DemoSystem
Packages that use DemoSystem
-
Uses of DemoSystem in com.levigo.jadice.web.demo.common.server
Methods in com.levigo.jadice.web.demo.common.server that return DemoSystemModifier and TypeMethodDescriptionstatic DemoSystem
DemoSystem.get
(jakarta.servlet.ServletContext context) Retrieve the aDemoSystem
instance associated with the givenServletContext
.Methods in com.levigo.jadice.web.demo.common.server with parameters of type DemoSystemModifier and TypeMethodDescriptionprotected static void
DemoSystem.attach
(jakarta.servlet.ServletContext context, DemoSystem demoSystem) Attach a givenDemoSystem
implementation with theServletContext
.