Interface ComponentIntegrator


  • public interface ComponentIntegrator
    Jakarta EE component integrator.
    Author:
    Martin Kouba
    • Method Detail

      • isBeanNameRequired

        boolean isBeanNameRequired​(ComponentDescription description)
        Probably just for Jakarta Enterprise Beans.
        Returns:
        true if the given description requires a bean name, false otherwise
      • isComponentWithView

        boolean isComponentWithView​(ComponentDescription description)
        Returns:
        true if the description represents a component with view, false otherwise