@Path(value="share") public class ShareApi extends RestHelper
Constructor and Description |
---|
ShareApi() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
setUserPath(String oldUserPath,
String userPath,
String historyCookie,
javax.servlet.http.HttpServletRequest requestContext) |
buildErrorResponse, buildResponse
@GET @Path(value="/{user_path}") @Produces(value="text/plain") public javax.ws.rs.core.Response setUserPath(@CookieParam(value="combinearchiveweba") String oldUserPath, @PathParam(value="user_path") String userPath, @CookieParam(value="combinearchivewebhist") String historyCookie, @Context javax.servlet.http.HttpServletRequest requestContext)
Copyright © 2014. All rights reserved.