Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

ServletIntegrationDefaultPushUI.java 265B

1234567891011121314
  1. package com.vaadin.tests.integration;
  2. import com.vaadin.annotations.Push;
  3. /**
  4. * Server test which uses the default push mechanisms
  5. *
  6. * @since 7.1.12
  7. * @author Vaadin Ltd
  8. */
  9. @Push
  10. public class ServletIntegrationDefaultPushUI extends ServletIntegrationUI {
  11. }