Class Summary |
ExtensionServlet |
Example/test Sling Servlet registered with two extensions |
GetConfigServlet |
GET returns the contents of an OSGi config by PID |
HtmlDefaultServlet |
Default servlet for the html extension, see SLING-1069. |
NamespaceTestServlet |
Test Servlet which outputs the current namespace mappings. |
PathsServlet |
Servlet that registers itself for specific paths |
PrefixServletMinusOne |
Example/test Sling Servlet using a prefix to demonstrate how
PrefixServletZero overrides PrefixServletMinusOne |
PrefixServletZero |
Example/test Sling Servlet using a prefix to demonstrate how
PrefixServletZero overrides PrefixServletMinusOne |
PutMethodServlet |
Example/test Sling Servlet registered for the PUT method
on a specific resource type |
RequestUriOptingServlet |
OptingServlet that uses the RequestURI to opt in |
SelectorServlet |
Example/test Sling Servlet registered with two selectors |