| Package | Description |
|---|---|
| org.apache.sling.servlets.resolver.internal.helper | |
| org.apache.sling.servlets.resolver.internal.resolution |
| Modifier and Type | Class and Description |
|---|---|
class |
NamedScriptResourceCollector
The
ResourceCollector class provides a single public method -
#getServlets(ResourceResolver) - which is used to find an ordered collection
of Resource instances which may be used to find a servlet or
script to handle a request to the given resource. |
class |
ResourceCollector
The
ResourceCollector class provides a single public method -
#getServlets(ResourceResolver) - which is used to find an ordered
collection of Resource instances which may be used to find a
servlet or script to handle a request to the given resource. |
| Modifier and Type | Method and Description |
|---|---|
javax.servlet.Servlet |
ResolutionCache.get(AbstractResourceCollector context) |
void |
ResolutionCache.put(AbstractResourceCollector context,
javax.servlet.Servlet candidate) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.