com.day.cq.wcm.notification.impl
Class AbstractServlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by org.apache.sling.api.servlets.SlingSafeMethodsServlet
          extended by org.apache.sling.api.servlets.SlingAllMethodsServlet
              extended by com.day.cq.commons.servlets.AbstractPredicateServlet
                  extended by com.day.cq.commons.servlets.AbstractCommandServlet
                      extended by com.day.cq.wcm.notification.impl.AbstractServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig
Direct Known Subclasses:
ConfigurationServlet, InboxServlet

public abstract class AbstractServlet
extends AbstractCommandServlet

This servlet provides some common stuff.

See Also:
Serialized Form

Nested Class Summary
 class AbstractServlet.RequestInfo
           
 
Field Summary
static String JSON_CONTENT_TYPE
           
static String JSON_EXTENSION
           
protected  org.slf4j.Logger log
           
protected  UserManagerFactory userManagerFactory
          The security service.
 
Fields inherited from class com.day.cq.commons.servlets.AbstractCommandServlet
ACTION_PARAM, PATH_PARAM
 
Fields inherited from class com.day.cq.commons.servlets.AbstractPredicateServlet
FILTER_PARAM, PREDICATE_PARAM
 
Constructor Summary
AbstractServlet()
           
 
Method Summary
 
Methods inherited from class com.day.cq.commons.servlets.AbstractCommandServlet
doPost, hasCommand, performCommand, requireParameter
 
Methods inherited from class com.day.cq.commons.servlets.AbstractPredicateServlet
doGet, doGet, getPredicate, selectorPredicateStart
 
Methods inherited from class org.apache.sling.api.servlets.SlingAllMethodsServlet
doDelete, doPut, getAllowedRequestMethods, isMethodValid, mayService
 
Methods inherited from class org.apache.sling.api.servlets.SlingSafeMethodsServlet
doGeneric, doHead, doOptions, doTrace, getServletInfo, handleMethodNotImplemented, service, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected final org.slf4j.Logger log

JSON_EXTENSION

public static final String JSON_EXTENSION
See Also:
Constant Field Values

JSON_CONTENT_TYPE

public static final String JSON_CONTENT_TYPE
See Also:
Constant Field Values

userManagerFactory

protected UserManagerFactory userManagerFactory
The security service.

Constructor Detail

AbstractServlet

public AbstractServlet()


Copyright © 2008 Day Management AG. All Rights Reserved.