org.osgi.service.http.HttpService httpService
org.apache.sling.api.adapter.AdapterManager adapterManager
org.slf4j.Logger log
SlingServletContext slingServletContext
String productInfo
SlingMainServlet.serverInfo
returns from the
ServletContext.getServerInfo()
method. This field defaults
to SlingMainServlet.PRODUCT_NAME
and is amended with the major and minor version
of the Sling Engine bundle while this component is being
SlingMainServlet.activate(BundleContext, Map)
activated}.String serverInfo
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
boolean allowTrace
Object printerRegistration
org.apache.sling.engine.impl.SlingHttpContext slingHttpContext
ServletFilterManager filterManager
SlingRequestProcessorImpl requestProcessor
org.osgi.framework.ServiceRegistration requestProcessorRegistration
org.osgi.framework.ServiceRegistration requestProcessorMBeanRegistration
String configuredServerInfo
Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.