Package io.quarkiverse.fx.views
Class FxViewRepository
java.lang.Object
io.quarkiverse.fx.views.FxViewRepository
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetViewData(String viewName) Retrieve view data associated to a given view namevoidsetViewNames(List<String> views)
-
Constructor Details
-
FxViewRepository
public FxViewRepository()
-
-
Method Details
-
setViewNames
-
getViewData
Retrieve view data associated to a given view name- Parameters:
viewName- : serves as view identifier- Returns:
- Associated view data (node, controller)
-