com.day.cq.wcm.notification.impl
Class AbstractServlet
java.lang.Object
javax.servlet.GenericServlet
org.apache.sling.api.servlets.SlingSafeMethodsServlet
org.apache.sling.api.servlets.SlingAllMethodsServlet
com.day.cq.commons.servlets.AbstractPredicateServlet
com.day.cq.commons.servlets.AbstractCommandServlet
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
| 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 |
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.
AbstractServlet
public AbstractServlet()
Copyright © 2008 Day Management AG. All Rights Reserved.