Package | Description |
---|---|
com.vaadin.flow.di | |
com.vaadin.flow.server |
Modifier and Type | Class and Description |
---|---|
class |
DefaultInstantiator
Default instantiator that is used if no other instantiator has been
registered.
|
Modifier and Type | Method and Description |
---|---|
static Instantiator |
Instantiator.get(UI ui)
Gets the instantiator to use for the given UI.
|
Modifier and Type | Method and Description |
---|---|
protected Instantiator |
VaadinService.createInstantiator()
Creates an instantiator to use with this service.
|
Instantiator |
VaadinService.getInstantiator()
Gets the instantiator used by this service.
|
Modifier and Type | Method and Description |
---|---|
protected Optional<Instantiator> |
VaadinService.loadInstantiators()
Loads and initializes instantiators.
|
Copyright © 2018. All rights reserved.