Package org.apache.ofbiz.common.qrcode
Class QRCodeServices
- java.lang.Object
-
- org.apache.ofbiz.common.qrcode.QRCodeServices
-
public class QRCodeServices extends java.lang.Object
Services for QRCode.
-
-
Constructor Summary
Constructors Constructor Description QRCodeServices()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.Object>
generateQRCodeImage(DispatchContext ctx, java.util.Map<java.lang.String,java.lang.Object> context)
Streams QR Code to the result.
-
-
-
Field Detail
-
module
public static final java.lang.String module
-
MIN_SIZE
public static final int MIN_SIZE
- See Also:
- Constant Field Values
-
MAX_SIZE
public static final int MAX_SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
generateQRCodeImage
public static java.util.Map<java.lang.String,java.lang.Object> generateQRCodeImage(DispatchContext ctx, java.util.Map<java.lang.String,java.lang.Object> context)
Streams QR Code to the result.
-
-