Package com.google.gwt.user.client.rpc
Annotation Type RemoteServiceRelativePath
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface RemoteServiceRelativePathAssociates aRemoteServicewith a relative path. This annotation will cause the client-side proxy to automatically invoke theServiceDefTarget.setServiceEntryPoint(String)method withas its argument. Subsequent calls toGWT.getModuleBaseURL()+value()ServiceDefTarget.setServiceEntryPoint(String)will override this default path.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueThe relative path for theRemoteServiceimplementation.
-
-
-
Element Detail
-
value
java.lang.String value
The relative path for theRemoteServiceimplementation.- Returns:
- relative path for the
RemoteServiceimplementation
-
-