List of usage examples for com.vaadin.server VaadinServletService subclass-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;