Class FxControllerBundleHandler

  • All Implemented Interfaces:
    AnalyzeHandler

    public class FxControllerBundleHandler
    extends BundleHandler
    Handler to extract the name of the resource bundle from the class annotated with @FxControllerService.
    Author:
    harald
    • Constructor Detail

      • FxControllerBundleHandler

        public FxControllerBundleHandler()
    • Method Detail

      • getBundleName

        protected java.lang.String getBundleName​(javax.lang.model.element.Element element,
                                                 java.lang.String annotationName)
        Description copied from class: BundleHandler
        Gets the bundlename from the annotated element.
        Overrides:
        getBundleName in class BundleHandler
        Parameters:
        element - the bundle name
        annotationName - the annotation name (e.g. ...Bundle)
        Returns:
        the bundle name, null if no bundle