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