Interface FxViewConfig


@ConfigMapping(prefix="quarkus.fx") @ConfigRoot(phase=BUILD_AND_RUN_TIME_FIXED) public interface FxViewConfig
  • Method Summary

    Modifier and Type
    Method
    Description
    Root location for bundle resources (.properties)
    Root location for fx resources (.fxml)
    Root location for style resources (.css)
  • Method Details

    • fxmlRoot

      @WithDefault("/") String fxmlRoot()
      Root location for fx resources (.fxml)
    • styleRoot

      @WithDefault("/") String styleRoot()
      Root location for style resources (.css)
    • bundleRoot

      @WithDefault("/") String bundleRoot()
      Root location for bundle resources (.properties)