List of usage examples for com.vaadin.server BootstrapListener interface-usage
From source file com.esofthead.mycollab.vaadin.MyCollabBootstrapListener.java
/**
*
* @author MyCollab Ltd.
* @since 3.0
*
*/
From source file com.haulmont.cuba.web.sys.CubaBootstrapListener.java
/**
* Event listener notified when the bootstrap HTML is about to be generated and
* send to the client. The bootstrap HTML is first constructed as an in-memory
* DOM representation which registered listeners can modify before the final
* HTML is generated.
*/
From source file com.mycollab.vaadin.MyCollabBootstrapListener.java
/** * @author MyCollab Ltd. * @since 3.0 */ public class MyCollabBootstrapListener implements BootstrapListener { private static final long serialVersionUID = 1L;
From source file org.vaadin.alump.vibrate.demo.VibrateSettings.java
/** * BootstrapListener that injects required parts to HTML document given to client */ public class VibrateSettings implements BootstrapListener { @Override public void modifyBootstrapFragment(BootstrapFragmentResponse response) {
From source file org.vaadin.volga.SeoBootstrapListener.java
/** * * @author mattitahvonenitmill */ public class SeoBootstrapListener implements BootstrapListener {