Serialized Form


Package org.apache.sling.engine.impl

Class org.apache.sling.engine.impl.SlingHttpServletResponseImpl.WriterAlreadyClosedException extends IllegalStateException implements Serializable

Class org.apache.sling.engine.impl.SlingMainServlet extends javax.servlet.GenericServlet implements Serializable

Serialized Fields

httpService

org.osgi.service.http.HttpService httpService

adapterManager

org.apache.sling.api.adapter.AdapterManager adapterManager

log

org.slf4j.Logger log
default log


slingServletContext

SlingServletContext slingServletContext

productInfo

String productInfo
The product information part of the SlingMainServlet.serverInfo returns from the ServletContext.getServerInfo() method. This field defaults to SlingMainServlet.PRODUCT_NAME and is ammended with the major and minor version of the Sling Engine bundle while this component is being SlingMainServlet.activate(BundleContext, Map) activated}.


serverInfo

String serverInfo
The server information to report in the SlingMainServlet.getServerInfo() method. By default this is just the SlingMainServlet.PRODUCT_NAME (same as SlingMainServlet.productInfo. During SlingMainServlet.activate(BundleContext, Map) activation} the field is updated with the full SlingMainServlet.productInfo value as well as the operating system and java version it is running on. Finally during servlet initialization the product information from the servlet container's server info is added to the comment section.


requestListenerManager

RequestListenerManager requestListenerManager

allowTrace

boolean allowTrace

printerRegistration

Object printerRegistration

slingHttpContext

org.apache.sling.engine.impl.SlingHttpContext slingHttpContext

filterManager

ServletFilterManager filterManager

requestProcessor

SlingRequestProcessorImpl requestProcessor

requestProcessorRegistration

org.osgi.framework.ServiceRegistration requestProcessorRegistration

requestProcessorMBeanRegistration

org.osgi.framework.ServiceRegistration requestProcessorMBeanRegistration

Package org.apache.sling.engine.impl.parameters

Class org.apache.sling.engine.impl.parameters.SlingUnsupportedEncodingException extends org.apache.sling.api.SlingIOException implements Serializable

serialVersionUID: -4482276105859280247L


Package org.apache.sling.engine.impl.request

Class org.apache.sling.engine.impl.request.RequestHistoryConsolePlugin.Plugin extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

requests

org.apache.sling.engine.impl.request.RequestHistoryConsolePlugin.RequestInfoMap requests

storePatterns

List<E> storePatterns



Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.