Class FxControllerBundleAnalyzeHandler

All Implemented Interfaces:
AnalyzeHandler

public class FxControllerBundleAnalyzeHandler extends BundleAnalyzeHandler
Handler to extract the name of the resource bundle from the class annotated with @FxControllerService.
Author:
harald
  • Constructor Details

    • FxControllerBundleAnalyzeHandler

      public FxControllerBundleAnalyzeHandler()
  • Method Details

    • getBundleName

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