All Classes and Interfaces
Class
Description
This handler can export only if the path given in the context contains the handler name.
Servlet which disables and enables anonymous access and ensures
that the authenticator service has accepted the configuration change.
Sample implementation of the PostResponseCreator interface.
The
DomServlet
evaluates a simple XML document using DOM APIs.Provide access to events counts
Count the number of OSGi events that we receive on specific topics, and
report them to clients.
Test servlet for SLING-2808
Example/test Sling Servlet registered with two extensions
SlingRepositoryInitializer that creates a node to which SecondRepositoryInitializer
can add a property, to verify that they are executed in order of their service ranking.
Servlet used to test HtmlResponse escaping
GET returns the contents of an OSGi config by PID
Example/test BindingsValuesProvider targeting groovy scripts
Default servlet for the html extension, see SLING-1069.
Servlet used to test HtmlResponse escaping
Serlializes a basic class using the Jakarta JSON API
The
JaxbServlet
serializes a basic JAXB-annotated classExample/test BindingsValuesProvider targeting JSP scripts
Facade for saving mappings and waiting for the corresponding events
Validates that the
sun.misc.Unsafe
class can be accessedTest Servlet which outputs the current namespace mappings.
Example/test filter
Service which looks like an adapter factory, but isn't.
Example using the now deprecated SlingPostOperation
Simple servlet delivering a static string - used for testing request dispatcher include.
Servlet that registers itself for specific paths
Servlet which can create and delete a node at /testing/PathsServlet/foo in
order to test case where a servlet is registered at a path for which a node
exists.
A Sling Resource that represents a planet
Test HTML rendering of resources provided by our PlanetResourceProvider
Test/example ResourceProvider that provides info about
the Solar System's planets at /planets.
If this provider required a context this would be more elaborate,
but for this simple example we don't need one.
Example/test Sling Servlet using a prefix to demonstrate how
PrefixServletZero overrides PrefixServletMinusOne
Example/test Sling Servlet using a prefix to demonstrate how
PrefixServletZero overrides PrefixServletMinusOne
Example/test Sling Servlet registered for the PUT method
on a specific resource type
Example Sling servlets registered using the R6 HTTP Whiteboard
Service which actually is an adapter factory.
Test servlet that dumps our repository descriptors
Servlet using RequestDispatcher.include to include output of another servlet in it's response.
Servlet using RequestDispatcher.include to include output of another servlet in it's response.
OptingServlet that uses the RequestURI to opt in
The
SaxServlet
evaluates a simple XML document using a SAX handlerSlingRepositoryInitializer that adds a property to the node created by
FirstRepositoryInitializer.
Example/test Sling Servlet registered with two selectors
Example/test Filter
Example/test Filter with sling.filter.pattern see also SLING-4294
Example PostOperation used in integration tests
Example SlingPostProcessor used in integration tests
Example SlingPostProcessor used in integration tests
Test Servlet that executes a named script in standalone mode, i.e.
Example/test BindingsValuesProvider targeting all scripts
SlingRepositoryInitializer that creates system users and sets their ACLs.
Test Implementation of NamespaceMapper
Test ResourceDecorator that sets a specific resource type
for resources having a path that starts
with /testing + simple name of this class + /
Test (and demonstrate) the Sling Resource CRUD functionality
The
XpathServlet
evaluates a simple XML document using an XPath expression