Uses of Interface
com.peterphi.std.guice.apploader.GuiceApplication
Package
Description
-
Uses of GuiceApplication in com.peterphi.std.guice.apploader.impl
Modifier and TypeMethodDescriptionvoid
GuiceRegistry.register
(GuiceApplication service, boolean durable) Request that an application be registered with this GuiceRegistry -
Uses of GuiceApplication in com.peterphi.std.guice.web.rest.jaxrs
Modifier and TypeClassDescriptionclass
A jax-rs RESTApplication
implementation that returns singletons whih are dynamic proxies bound to objects built by Guice
This allows for a vanilla jax rs implementation, albeit at a small runtime performance penalty. -
Uses of GuiceApplication in com.peterphi.std.guice.web.servlet
Modifier and TypeClassDescriptionclass
Basic Guice-aware servlet that is configured at invocation time and restarted usingGuiceRegistry
Feeds Servlet lifecycle events back toGuiceRegistry
to perform orderly shutdown of services
OverridesHttpServlet.service(javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse)
to perform lazy configuration.