Package com.vaadin.cdi
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract jakarta.enterprise.inject.spi.BeanManagerprotected abstract com.vaadin.flow.di.DefaultInstantiatorcom.vaadin.flow.i18n.I18NProvidercom.vaadin.flow.server.auth.MenuAccessControl<T> TgetOrCreate(Class<T> type) Stream<com.vaadin.flow.server.VaadinServiceInitListener> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.vaadin.flow.di.Instantiator
createComponent, createRouteTarget, getApplicationClass, getApplicationClass, getDependencyFilters, getIndexHtmlRequestListeners
-
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
- Specified by:
getOrCreatein interfacecom.vaadin.flow.di.Instantiator
-
getI18NProvider
public com.vaadin.flow.i18n.I18NProvider getI18NProvider()- Specified by:
getI18NProviderin interfacecom.vaadin.flow.di.Instantiator
-
getMenuAccessControl
public com.vaadin.flow.server.auth.MenuAccessControl getMenuAccessControl()- Specified by:
getMenuAccessControlin interfacecom.vaadin.flow.di.Instantiator
-
getServiceInitListeners
- Specified by:
getServiceInitListenersin interfacecom.vaadin.flow.di.Instantiator
-