Interface ServiceHyperLink
-
- All Superinterfaces:
org.fusesource.restygwt.client.RestService
@Path("/mobile/hyperlink") public interface ServiceHyperLink extends org.fusesource.restygwt.client.RestService
- Author:
- svu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
getUrl(String appId, org.fusesource.restygwt.client.MethodCallback<HyperLinkDTO> callback)
-
-
-
Method Detail
-
getUrl
@GET @Path("{appId}/") void getUrl(@PathParam("appId") String appId, org.fusesource.restygwt.client.MethodCallback<HyperLinkDTO> callback)
-
-