Class TranslationValidationServlet

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

    @Service(javax.servlet.Servlet.class)
    @Property(name="sling.servlet.resourceTypes",value="sling/servlet/default") @Property(name="sling.servlet.methods",value="GET") @Property(name="sling.servlet.selectors",value="af.validateTranslation")
    public class TranslationValidationServlet
    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

      • TranslationValidationServlet

        public TranslationValidationServlet()