List of usage examples for com.google.gwt.user.server.rpc HybridServiceServlet subclass-usage
From source file com.ensisa.table.server.AuditionCalendarServiceImpl.java
/** * The implemenation of the RPC service which runs on the server. */ public class AuditionCalendarServiceImpl extends HybridServiceServlet implements AuditionCalendarService { private static final String[] FIRST_NAMES = new String[] { "Inman", "Sally", "Omar", "Teddy", "Jimmy", "Cathy",
From source file com.ensisa.table.server.SchoolCalendarServiceImpl.java
/** * The implemenation of the RPC service which runs on the server. */ public class SchoolCalendarServiceImpl extends HybridServiceServlet implements SchoolCalendarService { private static final String[] FIRST_NAMES = new String[] { "Inman", "Sally", "Omar", "Teddy", "Jimmy", "Cathy",
From source file com.google.gwt.sample.dynatable.server.SchoolCalendarServiceImpl.java
/** * The implemenation of the RPC service which runs on the server. */ public class SchoolCalendarServiceImpl extends HybridServiceServlet implements SchoolCalendarService { private static final String[] FIRST_NAMES = new String[] { "Inman", "Sally", "Omar", "Teddy", "Jimmy", "Cathy",
From source file test.ServletMappingTestServiceImpl1.java
/** * TODO: document me. */ public class ServletMappingTestServiceImpl1 extends HybridServiceServlet implements ServletMappingTestService { public int which() {
From source file test.ServletMappingTestServiceImpl2.java
/** * TODO: document me. */ public class ServletMappingTestServiceImpl2 extends HybridServiceServlet implements ServletMappingTestService { public int which() {
From source file test.ServletMappingTestServiceImpl3.java
/** * TODO: document me. */ public class ServletMappingTestServiceImpl3 extends HybridServiceServlet implements ServletMappingTestService { public int which() {