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