Class QRCodeImageGenerator

  • All Implemented Interfaces:
    java.io.Serializable, Servlet, ServletConfig

    @Service(Servlet.class)
    @Property(name="service.description",value="QR Code Image Generator") @Property(name="sling.servlet.paths",value="/libs/wcm/mobile/qrcode",propertyPrivate=true) @Property(name="sling.servlet.extensions",value="png",propertyPrivate=true) @Property(name="sling.servlet.methods",value="GET",propertyPrivate=true)
    public class QRCodeImageGenerator
    extends AbstractImageServlet
    See Also:
    Serialized Form
    • Constructor Detail

      • QRCodeImageGenerator

        public QRCodeImageGenerator()