Package com.vaadin.cdi
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 ofCdiVaadinServletService.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CdiVaadinServiceDelegate(javax.enterprise.inject.spi.BeanManager beanManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddUIListeners(com.vaadin.flow.component.UI ui)javax.enterprise.inject.spi.BeanManagergetBeanManager()voidinit(com.vaadin.flow.server.VaadinService vaadinService)<T> Optional<T>lookup(Class<T> type)
-
-
-
Method Detail
-
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 javax.enterprise.inject.spi.BeanManager getBeanManager()
-
-