A C E F G H N O P R S W

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

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
The ErrorHandler defines the interface of the service used by the Sling to handle calls to HttpServletResponse.sendError and to handle uncaught Throwables.
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. Use EngineConstants.SLING_FILTER_SCOPE instead
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.

G

getInitParameter(String) - Method in class org.apache.sling.engine.servlets.AbstractServiceReferenceConfig
Deprecated.  
getInitParameterNames() - Method in class org.apache.sling.engine.servlets.AbstractServiceReferenceConfig
Deprecated.  
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.
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.
getXmlEscapingWriter(Writer) - Static method in class org.apache.sling.engine.ResponseUtil
Deprecated. Return a Writer that writes escaped XML text to target

H

handleError(int, String, SlingHttpServletRequest, SlingHttpServletResponse) - Method in interface org.apache.sling.engine.servlets.ErrorHandler
Called to render a response for a HTTP status code.
handleError(Throwable, SlingHttpServletRequest, SlingHttpServletResponse) - Method in interface org.apache.sling.engine.servlets.ErrorHandler
Called to render a response for an uncaught Throwable.

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.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: Header = Token { "," Token } .
parserHeader(String) - Static method in class org.apache.sling.engine.RequestUtil
Deprecated. Parses a header of the form: Header = Token { "," Token } .
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").
RequestLog - Interface in org.apache.sling.engine
Deprecated. Use the request progress tracker instead.
RequestUtil - Class in org.apache.sling.engine
Deprecated. Use org.apache.sling.api.request.RequestUtil
RequestUtil() - Constructor for class org.apache.sling.engine.RequestUtil
Deprecated.  
ResponseUtil - Class in org.apache.sling.engine
Deprecated. Use org.apache.sling.api.request.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_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_HOME - Static variable in class org.apache.sling.engine.EngineConstants
Deprecated. Use org.apache.sling.settings.SlingSettingsService#SLING_HOME
SLING_HOME_URL - Static variable in class org.apache.sling.engine.EngineConstants
Deprecated. Use org.apache.sling.settings.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 org.apache.sling.settings.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 H N O P R S W

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