A C E F G I N O P R S W 
All Classes All Packages

A

AbstractServiceReferenceConfig - Class in org.apache.sling.engine.servlets
Deprecated. 
AbstractServiceReferenceConfig(ServletContext, ServiceReference, String) - Constructor for class org.apache.sling.engine.servlets.AbstractServiceReferenceConfig
Deprecated.
Sets up this base configuration object.

C

clear() - Method in interface org.apache.sling.engine.RequestInfoProvider
Clear all request infos
close() - Method in interface org.apache.sling.engine.RequestLog
Deprecated.
Closes this request log.

E

EngineConstants - Class in org.apache.sling.engine
The CoreConstants interface provides some symbolic constants for well known constant strings in Sling.
EngineConstants() - Constructor for class org.apache.sling.engine.EngineConstants
 
ErrorHandler - Interface in org.apache.sling.engine.servlets
Deprecated.
Please use ErrorHandler instead.
escapeXml(String) - Static method in class org.apache.sling.engine.ResponseUtil
Deprecated.
Escape xml text

F

FILTER_NAME - Static variable in class org.apache.sling.engine.EngineConstants
The name of the service to be used for registering filters with the SlingRequestProcessor.
FILTER_ORDER - Static variable in class org.apache.sling.engine.EngineConstants
Deprecated.
Use "service.ranking" (org.osgi.framework.Constants.SERVICE_RANKING) instead
FILTER_SCOPE - Static variable in class org.apache.sling.engine.EngineConstants
Deprecated.
FILTER_SCOPE_COMPONENT - Static variable in class org.apache.sling.engine.EngineConstants
Filter scope value identifying a component level filter.
FILTER_SCOPE_ERROR - Static variable in class org.apache.sling.engine.EngineConstants
Filter scope value identifying an error level filter.
FILTER_SCOPE_FORWARD - Static variable in class org.apache.sling.engine.EngineConstants
Filter scope value identifying a forward level filter.
FILTER_SCOPE_INCLUDE - Static variable in class org.apache.sling.engine.EngineConstants
Filter scope value identifying an include level filter.
FILTER_SCOPE_REQUEST - Static variable in class org.apache.sling.engine.EngineConstants
Filter scope value identifying a request level filter.
FilterProcessorMBean - Interface in org.apache.sling.engine.jmx
This is the management interface for the Filter.

G

getId() - Method in interface org.apache.sling.engine.RequestInfo
Get the unique id for the request
getInitParameter(String) - Method in class org.apache.sling.engine.servlets.AbstractServiceReferenceConfig
Deprecated.
 
getInitParameterNames() - Method in class org.apache.sling.engine.servlets.AbstractServiceReferenceConfig
Deprecated.
 
getInvocationsCount() - Method in interface org.apache.sling.engine.jmx.FilterProcessorMBean
Returns the number of invocations collected since last resetting the statistics.
getLog() - Method in interface org.apache.sling.engine.RequestInfo
Get the log for the request
getMaxNumberOfInfos() - Method in interface org.apache.sling.engine.RequestInfoProvider
Get the maximum number of provided infos
getMaxPeakRecursionDepth() - Method in interface org.apache.sling.engine.jmx.RequestProcessorMBean
Returns the maximum peak recursive execution depth since last resetting the statistics.
getMaxRequestDurationMsec() - Method in interface org.apache.sling.engine.jmx.RequestProcessorMBean
Returns the time in milliseconds used by the longest request since last resetting the statistics.
getMaxServletCallCount() - Method in interface org.apache.sling.engine.jmx.RequestProcessorMBean
Returns the maximum servlet call count since last resetting the statistics.
getMayNumberOfInfos() - Method in interface org.apache.sling.engine.RequestInfoProvider
getMeanFilterDurationMsec() - Method in interface org.apache.sling.engine.jmx.FilterProcessorMBean
Returns the mean filter invocation time in milliseconds since resetting the statistics.
getMeanPeakRecursionDepth() - Method in interface org.apache.sling.engine.jmx.RequestProcessorMBean
Returns the mean peak recursive execution depth since last resetting the statistics.
getMeanRequestDurationMsec() - Method in interface org.apache.sling.engine.jmx.RequestProcessorMBean
Returns the mean request processing time in milliseconds since resetting the statistics.
getMeanServletCallCount() - Method in interface org.apache.sling.engine.jmx.RequestProcessorMBean
Returns the mean servlet call count since last resetting the statistics.
getMethod() - Method in interface org.apache.sling.engine.RequestInfo
Get the request method
getMinPeakRecursionDepth() - Method in interface org.apache.sling.engine.jmx.RequestProcessorMBean
Returns the minimal peak recursive execution depth since last resetting the statistics.
getMinRequestDurationMsec() - Method in interface org.apache.sling.engine.jmx.RequestProcessorMBean
Returns the time in milliseconds used by the shortest request since last resetting the statistics.
getMinServletCallCount() - Method in interface org.apache.sling.engine.jmx.RequestProcessorMBean
Returns the minimum servlet call count since last resetting the statistics.
getName() - Method in class org.apache.sling.engine.servlets.AbstractServiceReferenceConfig
Deprecated.
Returns the name of this configuration object.
getName(ServiceReference) - Static method in class org.apache.sling.engine.servlets.AbstractServiceReferenceConfig
Deprecated.
Looks for a name value in the service reference properties.
getPath() - Method in interface org.apache.sling.engine.RequestInfo
Get the requested path
getRequestInfo(String) - Method in interface org.apache.sling.engine.RequestInfoProvider
Get the request info for the id
getRequestInfos() - Method in interface org.apache.sling.engine.RequestInfoProvider
Get the request infos
getRequestsCount() - Method in interface org.apache.sling.engine.jmx.RequestProcessorMBean
Returns the number of requests collected since last resetting the statistics.
getServletContext() - Method in class org.apache.sling.engine.servlets.AbstractServiceReferenceConfig
Deprecated.
 
getServletName(Servlet) - Static method in class org.apache.sling.engine.RequestUtil
Deprecated.
Utility method to return a name for the given servlet.
getSlingId() - Method in interface org.apache.sling.engine.SlingSettingsService
Deprecated.
The identifier of the running Sling instance.
getStandardDeviationDurationMsec() - Method in interface org.apache.sling.engine.jmx.RequestProcessorMBean
Returns the standard deviation of requests since resetting the statistics.
getStandardDeviationPeakRecursionDepth() - Method in interface org.apache.sling.engine.jmx.RequestProcessorMBean
Returns the standard deviation of peak recursive execution depth since last resetting the statistics.
getStandardDeviationServletCallCount() - Method in interface org.apache.sling.engine.jmx.RequestProcessorMBean
Returns the standard deviation servlet call counts since last resetting the statistics.
getUserId() - Method in interface org.apache.sling.engine.RequestInfo
Get the user id for the request
getXmlEscapingWriter(Writer) - Static method in class org.apache.sling.engine.ResponseUtil
Deprecated.
Return a Writer that writes escaped XML text to target

I

isEnabled() - Method in interface org.apache.sling.engine.RequestInfoProvider
Is recording of requests enabled?
isEnabledFor(String) - Method in interface org.apache.sling.engine.RequestInfoProvider
Is recording of requests for this path enabled?

N

NAME - Static variable in interface org.apache.sling.engine.SlingRequestProcessor
The name of the SlingRequestProcessor service.

O

org.apache.sling.engine - package org.apache.sling.engine
 
org.apache.sling.engine.jmx - package org.apache.sling.engine.jmx
 
org.apache.sling.engine.servlets - package org.apache.sling.engine.servlets
 

P

parserAcceptHeader(String) - Static method in class org.apache.sling.engine.RequestUtil
Deprecated.
Parses an Accept-* header of the form:
parserHeader(String) - Static method in class org.apache.sling.engine.RequestUtil
Deprecated.
Parses a header of the form:
processRequest(HttpServletRequest, HttpServletResponse, ResourceResolver) - Method in interface org.apache.sling.engine.SlingRequestProcessor
Process an HTTP request through the Sling request processing engine.

R

REQUEST_LOG_NAME - Static variable in interface org.apache.sling.engine.RequestLog
Deprecated.
The name of the service property which is compared to the name of the RequestLog service to be used to write the log messages (value is "requestlog.name").
RequestInfo - Interface in org.apache.sling.engine
Information about a single request.
RequestInfoProvider - Interface in org.apache.sling.engine
This service can be used to gather information about requests processed by the engine.
RequestLog - Interface in org.apache.sling.engine
Deprecated.
Use the request progress tracker instead.
RequestProcessorMBean - Interface in org.apache.sling.engine.jmx
This is the management interface for the SlingRequestProcessor.
RequestUtil - Class in org.apache.sling.engine
Deprecated.
Use RequestUtil
RequestUtil() - Constructor for class org.apache.sling.engine.RequestUtil
Deprecated.
 
resetStatistics() - Method in interface org.apache.sling.engine.jmx.FilterProcessorMBean
Resets all statistics values and restarts from zero.
resetStatistics() - Method in interface org.apache.sling.engine.jmx.RequestProcessorMBean
Resets all statistics values and restarts from zero.
ResponseUtil - Class in org.apache.sling.engine
Deprecated.
Use ResponseUtil
ResponseUtil() - Constructor for class org.apache.sling.engine.ResponseUtil
Deprecated.
 

S

SESSION - Static variable in class org.apache.sling.engine.EngineConstants
Deprecated.
as of bundle version 2.1
setRequestAttribute(HttpServletRequest, String, Object) - Static method in class org.apache.sling.engine.RequestUtil
Deprecated.
Sets the named request attribute to the new value and returns the previous value.
SLING_CURRENT_SERVLET_NAME - Static variable in class org.apache.sling.engine.EngineConstants
Deprecated.
Use SlingConstants.SLING_CURRENT_SERVLET_NAME
SLING_FILTER_EXTENSIONS - Static variable in class org.apache.sling.engine.EngineConstants
Set of extensions enabling a filter if contains request extension
SLING_FILTER_METHODS - Static variable in class org.apache.sling.engine.EngineConstants
Set of methods enabling a filter on contains request method
SLING_FILTER_PATTERN - Static variable in class org.apache.sling.engine.EngineConstants
Regular expression pattern for enabling a filter on a matching path This refers to both, the request path and the resolved resource path excluding selectors, extension and suffix.
SLING_FILTER_REQUEST_PATTERN - Static variable in class org.apache.sling.engine.EngineConstants
Regular expression pattern for enabling a filter on a matching request path This refers to the request path excluding selectors, extension and suffix.
SLING_FILTER_RESOURCE_PATTERN - Static variable in class org.apache.sling.engine.EngineConstants
Regular expression pattern for enabling a filter on a matching request path This refers to the resolved resource path excluding selectors, extension and suffix.
SLING_FILTER_RESOURCETYPES - Static variable in class org.apache.sling.engine.EngineConstants
Set of resource types enabling a filter if contains request resource type
SLING_FILTER_SCOPE - Static variable in class org.apache.sling.engine.EngineConstants
The name of the service registration property of a java.servlet.Filter service to be used as a filter by the SlingRequestProcessor.
SLING_FILTER_SELECTORS - Static variable in class org.apache.sling.engine.EngineConstants
Set of selectors enabling a filter if contains one or more request selectors
SLING_FILTER_SUFFIX_PATTERN - Static variable in class org.apache.sling.engine.EngineConstants
Regular expression pattern for enabling a filter on a matching request suffix
SLING_HOME - Static variable in class org.apache.sling.engine.EngineConstants
Deprecated.
Use SlingSettingsService.SLING_HOME
SLING_HOME_URL - Static variable in class org.apache.sling.engine.EngineConstants
Deprecated.
Use SlingSettingsService.SLING_HOME_URL
SLING_SERLVET_NAME - Static variable in class org.apache.sling.engine.EngineConstants
Deprecated. 
SlingRequestProcessor - Interface in org.apache.sling.engine
The SlingRequestProcessor interface defines the service which may be called to handle HTTP requests.
SlingSettingsService - Interface in org.apache.sling.engine
Deprecated.
Use the SlingSettingsService

W

write(String) - Method in interface org.apache.sling.engine.RequestLog
Deprecated.
Writes the given message to the output destination.
A C E F G I N O P R S W 
All Classes All Packages