Class AbstractCdiInstantiator

java.lang.Object
com.vaadin.cdi.AbstractCdiInstantiator
All Implemented Interfaces:
com.vaadin.flow.di.Instantiator, Serializable
Direct Known Subclasses:
CdiInstantiator

public abstract class AbstractCdiInstantiator extends Object implements com.vaadin.flow.di.Instantiator
See Also:
  • Constructor Details

    • AbstractCdiInstantiator

      public AbstractCdiInstantiator()
  • Method Details

    • getDelegate

      protected abstract com.vaadin.flow.di.DefaultInstantiator getDelegate()
    • getBeanManager

      public abstract jakarta.enterprise.inject.spi.BeanManager getBeanManager()
    • getOrCreate

      public <T> T getOrCreate(Class<T> type)
      Specified by:
      getOrCreate in interface com.vaadin.flow.di.Instantiator
    • getI18NProvider

      public com.vaadin.flow.i18n.I18NProvider getI18NProvider()
      Specified by:
      getI18NProvider in interface com.vaadin.flow.di.Instantiator
    • getMenuAccessControl

      public com.vaadin.flow.server.auth.MenuAccessControl getMenuAccessControl()
      Specified by:
      getMenuAccessControl in interface com.vaadin.flow.di.Instantiator
    • getServiceInitListeners

      public Stream<com.vaadin.flow.server.VaadinServiceInitListener> getServiceInitListeners()
      Specified by:
      getServiceInitListeners in interface com.vaadin.flow.di.Instantiator