Package ch.rswk.meta.engine.dagger
Class ActionServiceModule
java.lang.Object
ch.rswk.meta.engine.dagger.ActionServiceModule
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetJerseyConfig
(ActionService actionService, org.eclipse.jetty.util.thread.QueuedThreadPool threadPool, UserService userService) com.google.common.util.concurrent.Service
getService
(ActionService service)
-
Field Details
-
RESOURCE_CLASSES
-
-
Constructor Details
-
ActionServiceModule
public ActionServiceModule()
-
-
Method Details
-
getJerseyConfig
@Provides @IntoSet public HttpService.JerseyConfig getJerseyConfig(ActionService actionService, org.eclipse.jetty.util.thread.QueuedThreadPool threadPool, UserService userService) -
getService
@Provides @IntoSet public com.google.common.util.concurrent.Service getService(ActionService service)
-