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