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

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

Introduction

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

Usage

From source file org.rapidpm.ddi.DDIVaadinServletService.java

public class DDIVaadinServletService extends VaadinServletService {

    public static final String PKG_PREFIX = "org.rapidpm"; // must come from external config

    public DDIVaadinServletService(VaadinServlet servlet, DeploymentConfiguration deploymentConfiguration)
            throws ServiceException {

From source file org.semanticsoft.vaaclipse.app.servlet.OSGiServletService.java

@SuppressWarnings("serial")
public class OSGiServletService extends VaadinServletService {

    private final IVaadinSessionFactory factory;
    private VaadinOSGiCommunicationManager communicationManager;