Class QRCodeEvents


  • public class QRCodeEvents
    extends java.lang.Object
    Events for QRCode.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String module  
    • Constructor Summary

      Constructors 
      Constructor Description
      QRCodeEvents()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String serveQRCodeImage​(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
      Streams QR Code to the output.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • module

        public static final java.lang.String module
    • Constructor Detail

      • QRCodeEvents

        public QRCodeEvents()
    • Method Detail

      • serveQRCodeImage

        public static java.lang.String serveQRCodeImage​(javax.servlet.http.HttpServletRequest request,
                                                        javax.servlet.http.HttpServletResponse response)
        Streams QR Code to the output.