Class DorGenerationServlet

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

    @Service(javax.servlet.Servlet.class)
    @Property(name="sling.servlet.resourceTypes",value={"fd/af/components/guideContainer","core/fd/components/form/container/v2/container"}) @Property(name="sling.servlet.methods",value={"GET","POST"}) @Property(name="service.description",value="DOR Generation") @Property(name="sling.servlet.selectors",value="af.dor") @Property(name="sling.servlet.extensions",value="pdf")
    public class DorGenerationServlet
    extends SlingAllMethodsServlet
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class javax.servlet.GenericServlet

        destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletName, init, init, log, log
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DorGenerationServlet

        public DorGenerationServlet()