Class RootMappingServlet

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

    @SlingServlet(paths="/index",
                  methods="GET",
                  metatype=true,
                  label="%rootmapping.name",
                  description="%rootmapping.desc")
    public class RootMappingServlet
    extends SlingSafeMethodsServlet
    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

      • RootMappingServlet

        public RootMappingServlet()