public class ViewContextProvider extends java.lang.Object implements ContextProvider<ViewScoped,io.datafx.controller.context.ViewContext>
| ?????? |
|---|
ViewContextProvider() |
| ?????? | ????? |
|---|---|
io.datafx.controller.context.ViewContext |
getContext(io.datafx.controller.context.ViewContext viewContext) |
java.lang.Class<ViewScoped> |
supportedAnnotation() |
public java.lang.Class<ViewScoped> supportedAnnotation()
supportedAnnotation ???? ContextProvider<ViewScoped,io.datafx.controller.context.ViewContext>public io.datafx.controller.context.ViewContext getContext(io.datafx.controller.context.ViewContext viewContext)
getContext ???? ContextProvider<ViewScoped,io.datafx.controller.context.ViewContext>