Package com.google.gwt.user.client.rpc
Annotation Type RemoteServiceRelativePath
Associates a
RemoteService
with a relative path. This annotation will
cause the client-side proxy to automatically invoke the
ServiceDefTarget.setServiceEntryPoint(String)
method with
GWT.getModuleBaseURL()
+ value()
as its argument. Subsequent calls to
ServiceDefTarget.setServiceEntryPoint(String)
will override this
default path.-
Required Element Summary
Modifier and TypeRequired ElementDescriptionThe relative path for theRemoteService
implementation.
-
Element Details
-
value
String valueThe relative path for theRemoteService
implementation.- Returns:
- relative path for the
RemoteService
implementation
-