Class CdiVaadinServletService.CdiVaadinServiceDelegate

java.lang.Object
com.vaadin.cdi.CdiVaadinServletService.CdiVaadinServiceDelegate
All Implemented Interfaces:
Serializable
Enclosing class:
CdiVaadinServletService

public static class CdiVaadinServletService.CdiVaadinServiceDelegate extends Object implements Serializable
This class implements the actual instantiation and event brokering functionality of CdiVaadinServletService.
See Also:
  • Constructor Details

    • CdiVaadinServiceDelegate

      public CdiVaadinServiceDelegate(jakarta.enterprise.inject.spi.BeanManager beanManager)
  • Method Details

    • init

      public void init(com.vaadin.flow.server.VaadinService vaadinService) throws com.vaadin.flow.server.ServiceException
      Throws:
      com.vaadin.flow.server.ServiceException
    • addUIListeners

      public void addUIListeners(com.vaadin.flow.component.UI ui)
    • lookup

      public <T> Optional<T> lookup(Class<T> type) throws com.vaadin.flow.server.ServiceException
      Throws:
      com.vaadin.flow.server.ServiceException
    • getBeanManager

      public jakarta.enterprise.inject.spi.BeanManager getBeanManager()