public class SingletonContextProvider extends java.lang.Object implements ContextProvider<javax.inject.Singleton,io.datafx.controller.context.ApplicationContext>
| Constructor and Description |
|---|
SingletonContextProvider() |
| Modifier and Type | Method and Description |
|---|---|
io.datafx.controller.context.ApplicationContext |
getContext(io.datafx.controller.context.ViewContext viewContext) |
java.lang.Class<javax.inject.Singleton> |
supportedAnnotation() |
public java.lang.Class<javax.inject.Singleton> supportedAnnotation()
supportedAnnotation in interface ContextProvider<javax.inject.Singleton,io.datafx.controller.context.ApplicationContext>public io.datafx.controller.context.ApplicationContext getContext(io.datafx.controller.context.ViewContext viewContext)
getContext in interface ContextProvider<javax.inject.Singleton,io.datafx.controller.context.ApplicationContext>