@Path(value="/qrcode") public class QRCodeResource extends Object
Constructor and Description |
---|
QRCodeResource() |
@GET @Produces(value="image/png") public javax.ws.rs.core.Response createQrCode(@QueryParam(value="contents") String contents, @QueryParam(value="size") String size) throws javax.servlet.ServletException, IOException, com.google.zxing.WriterException
contents
- size
- javax.servlet.ServletException
IOException
com.google.zxing.WriterException
Copyright © 2014. All Rights Reserved.