Index
All Classes and Interfaces|All Packages
B
- bundleContext - Variable in class org.apache.sling.scripting.core.ScriptHelper
-
The bundle context.
C
- CaptureJakartaResponseWrapper - Class in org.apache.sling.scripting.core.servlet
-
Extends the HttpServletResponse to wrap the response and capture the results.
- CaptureJakartaResponseWrapper(HttpServletResponse) - Constructor for class org.apache.sling.scripting.core.servlet.CaptureJakartaResponseWrapper
-
Construct a new CaptureResponseWrapper.
- CaptureResponseWrapper - Class in org.apache.sling.scripting.core.servlet
-
Deprecated.
- CaptureResponseWrapper(HttpServletResponse) - Constructor for class org.apache.sling.scripting.core.servlet.CaptureResponseWrapper
-
Deprecated.Construct a new CaptureResponseWrapper.
- cleanup() - Method in class org.apache.sling.scripting.core.ScriptHelper
-
Clean up this instance.
D
- dispose() - Method in class org.apache.sling.scripting.core.ScriptHelper
-
Deprecated.This method is deprecated and should never be called by clients!
F
- flushBuffer() - Method in class org.apache.sling.scripting.core.servlet.CaptureJakartaResponseWrapper
- flushBuffer() - Method in class org.apache.sling.scripting.core.servlet.CaptureResponseWrapper
-
Deprecated.
- forward(String) - Method in class org.apache.sling.scripting.core.ScriptHelper
- forward(String, String) - Method in class org.apache.sling.scripting.core.ScriptHelper
- forward(String, RequestDispatcherOptions) - Method in class org.apache.sling.scripting.core.ScriptHelper
- forward(Resource) - Method in class org.apache.sling.scripting.core.ScriptHelper
- forward(Resource, String) - Method in class org.apache.sling.scripting.core.ScriptHelper
- forward(Resource, RequestDispatcherOptions) - Method in class org.apache.sling.scripting.core.ScriptHelper
G
- getCapturedCharacterResponse() - Method in class org.apache.sling.scripting.core.servlet.CaptureJakartaResponseWrapper
- getCapturedCharacterResponse() - Method in class org.apache.sling.scripting.core.servlet.CaptureResponseWrapper
-
Deprecated.
- getJakartaRequest() - Method in class org.apache.sling.scripting.core.ScriptHelper
- getJakartaResponse() - Method in class org.apache.sling.scripting.core.ScriptHelper
- getOutputStream() - Method in class org.apache.sling.scripting.core.servlet.CaptureJakartaResponseWrapper
- getOutputStream() - Method in class org.apache.sling.scripting.core.servlet.CaptureResponseWrapper
-
Deprecated.
- getRequest() - Method in class org.apache.sling.scripting.core.ScriptHelper
- getResponse() - Method in class org.apache.sling.scripting.core.ScriptHelper
- getScript() - Method in class org.apache.sling.scripting.core.ScriptHelper
- getScriptName() - Method in class org.apache.sling.scripting.core.ScriptNameAwareReader
- getService(Class<T>) - Method in class org.apache.sling.scripting.core.ScriptHelper
- getServices(Class<T>, String) - Method in class org.apache.sling.scripting.core.ScriptHelper
- getWriter() - Method in class org.apache.sling.scripting.core.servlet.CaptureJakartaResponseWrapper
- getWriter() - Method in class org.apache.sling.scripting.core.servlet.CaptureResponseWrapper
-
Deprecated.
I
- include(String) - Method in class org.apache.sling.scripting.core.ScriptHelper
- include(String, String) - Method in class org.apache.sling.scripting.core.ScriptHelper
- include(String, RequestDispatcherOptions) - Method in class org.apache.sling.scripting.core.ScriptHelper
- include(Resource) - Method in class org.apache.sling.scripting.core.ScriptHelper
- include(Resource, String) - Method in class org.apache.sling.scripting.core.ScriptHelper
- include(Resource, RequestDispatcherOptions) - Method in class org.apache.sling.scripting.core.ScriptHelper
- isBinaryResponse() - Method in class org.apache.sling.scripting.core.servlet.CaptureJakartaResponseWrapper
-
Returns true if the response is binary.
- isBinaryResponse() - Method in class org.apache.sling.scripting.core.servlet.CaptureResponseWrapper
-
Deprecated.Returns true if the response is binary.
O
- org.apache.sling.scripting.core - package org.apache.sling.scripting.core
- org.apache.sling.scripting.core.servlet - package org.apache.sling.scripting.core.servlet
R
- references - Variable in class org.apache.sling.scripting.core.ScriptHelper
-
The list of references - we don't need to synchronize this as we are running in one single request.
S
- ScriptHelper - Class in org.apache.sling.scripting.core
-
Simple script helper providing access to the (wrapped) response, the on-demand writer and a simple API for request inclusion.
- ScriptHelper(BundleContext, SlingScript) - Constructor for class org.apache.sling.scripting.core.ScriptHelper
- ScriptHelper(BundleContext, SlingScript, SlingHttpServletRequest, SlingHttpServletResponse) - Constructor for class org.apache.sling.scripting.core.ScriptHelper
- ScriptHelper(BundleContext, SlingScript, SlingJakartaHttpServletRequest, SlingJakartaHttpServletResponse) - Constructor for class org.apache.sling.scripting.core.ScriptHelper
-
Creates a new script helper instance.
- ScriptNameAwareReader - Class in org.apache.sling.scripting.core
- ScriptNameAwareReader(Reader, String) - Constructor for class org.apache.sling.scripting.core.ScriptNameAwareReader
-
Creates a
ScriptNameAwareReader
based on anotherReader
. - services - Variable in class org.apache.sling.scripting.core.ScriptHelper
-
A map of found services.
All Classes and Interfaces|All Packages
CaptureJakartaResponseWrapper
instead.