| Package | Description |
|---|---|
| com.vaadin.server |
| Modifier and Type | Method and Description |
|---|---|
Registration |
VaadinSession.addBootstrapListener(BootstrapListener listener)
Adds a listener that will be invoked when the bootstrap HTML is about to
be generated.
|
void |
VaadinSession.removeBootstrapListener(BootstrapListener listener)
Deprecated.
Use a
Registration object returned by
VaadinSession.addBootstrapListener(BootstrapListener) to remove a
listener |
Copyright © 2017 Vaadin Ltd. All rights reserved.