Package com.google.gwt.user.client.rpc
Annotation Type RemoteServiceRelativePath
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface RemoteServiceRelativePath
Associates aRemoteService
with a relative path. This annotation will cause the client-side proxy to automatically invoke theServiceDefTarget.setServiceEntryPoint(String)
method with
as 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.String
value
The relative path for theRemoteService
implementation.
-
-
-
Element Detail
-
value
java.lang.String value
The relative path for theRemoteService
implementation.- Returns:
- relative path for the
RemoteService
implementation
-
-