Example usage for com.vaadin.server VaadinServlet subclass-usage

List of usage examples for com.vaadin.server VaadinServlet subclass-usage

Introduction

In this page you can find the example usage for com.vaadin.server VaadinServlet subclass-usage.

Usage

From source file org.lunifera.example.vaadin.osgi.bootstrap.push.SimpleVaadinServlet.java

/**
 * An implementation of VaadinServlet that uses SimpleUI as its base UI.
 */
@SuppressWarnings("serial")
@VaadinServletConfiguration(ui = SimplePushUI.class, productionMode = false)
public class SimpleVaadinServlet extends VaadinServlet {

From source file org.lunifera.example.vaadin.osgi.bootstrap.simple.SimpleVaadinServlet.java

/**
 * An implementation of VaadinServlet that uses SimpleUI as its base UI.
 */
@SuppressWarnings("serial")
@VaadinServletConfiguration(ui = SimpleUI.class, productionMode = false)
public class SimpleVaadinServlet extends VaadinServlet {

From source file org.lunifera.examples.ecview.model.ui.SimpleVaadinServlet.java

/**
 * An implementation of VaadinServlet that uses SimpleUI as its base UI.
 */
@SuppressWarnings("serial")
@VaadinServletConfiguration(ui = PersonUI.class, productionMode = false)
public class SimpleVaadinServlet extends VaadinServlet {

From source file org.lunifera.examples.ecview.vaadinui.web.SimpleVaadinServlet.java

/**
 * An implementation of VaadinServlet that uses SimpleUI as its base UI.
 */
@SuppressWarnings("serial")
@VaadinServletConfiguration(ui = PersonUI.class, productionMode = false)
public class SimpleVaadinServlet extends VaadinServlet {

From source file org.lunifera.runtime.web.ecview.presentation.vaadin.tests.ui.ECViewTestsServlet.java

/**
 * An implementation of VaadinServlet that uses SimpleUI as its base UI.
 */
@SuppressWarnings("serial")
@VaadinServletConfiguration(ui = ECViewTestsUI.class, productionMode = false)
public class ECViewTestsServlet extends VaadinServlet {

From source file org.lunifera.runtime.web.gyrex.vaadin.internal.VaadinOSGiServlet.java

/**
 * Used to create instances of applications that have been registered with the
 * container via a component factory.
 * 
 */
@SuppressWarnings("rawtypes")

From source file org.lunifera.runtime.web.vaadin.osgi.servlet.VaadinOSGiServlet.java

/**
 * Used to create instances of applications that have been registered with the
 * container via a component factory.
 * 
 */
public class VaadinOSGiServlet extends VaadinServlet {

From source file org.lunifera.runtime.web.vaadin.standalone.servlet.VaadinOSGiServlet.java

/**
 * Used to create instances of applications that have been registered with the
 * container via a component factory.
 * 
 */
public class VaadinOSGiServlet extends VaadinServlet {

From source file org.lunifera.sharky.m2m.webclient.SimpleVaadinServlet.java

/**
 * An implementation of VaadinServlet that uses SimpleUI as its base UI.
 */
@SuppressWarnings("serial")
@VaadinServletConfiguration(ui = SimplePushUI.class, productionMode = false)
public class SimpleVaadinServlet extends VaadinServlet {

From source file org.lunifera.web.vaadin.servlet.VaadinOSGiServlet.java

/**
 * Information: This class was originally written by chris brind and copied to
 * this bundle. See "org.vaadin.osgi.VaadinOSGiServlet".
 * 
 * Used to create instances of applications that have been registered with the
 * container via a component factory.