Package | Description |
---|---|
org.glassfish.jersey.server |
Jersey server-side classes.
|
org.glassfish.jersey.server.internal |
Jersey server-side internal classes.
|
org.glassfish.jersey.server.internal.scanning |
Jersey server-side internal resource scanning classes.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Set<ResourceFinder> |
ResourceConfig.State.resourceFinders |
Modifier and Type | Method and Description |
---|---|
java.util.Set<ResourceFinder> |
ResourceConfig.State.getResourceFinders()
Get the registered resource finders.
|
Modifier and Type | Method and Description |
---|---|
ResourceConfig |
ResourceConfig.registerFinder(ResourceFinder resourceFinder)
Add a
ResourceFinder to ResourceConfig . |
void |
ResourceConfig.State.registerFinder(ResourceFinder resourceFinder) |
void |
ResourceConfig.ImmutableState.registerFinder(ResourceFinder resourceFinder) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractResourceFinderAdapter
This class provides partial default implementation of
ResourceFinder . |
Modifier and Type | Class and Description |
---|---|
private class |
BundleSchemeResourceFinderFactory.BundleSchemeScanner |
class |
CompositeResourceFinder
Stack of ResourceFinder instances. |
private class |
FileSchemeResourceFinderFactory.FileSchemeScanner |
class |
FilesScanner
A scanner that recursively scans directories and jar files.
|
class |
JarFileScanner
A utility class that scans entries in jar files.
|
private class |
JarZipSchemeResourceFinderFactory.JarZipSchemeScanner |
class |
PackageNamesScanner
A scanner that recursively scans URI-based resources present in a set of
package names, and nested package names of that set.
|
private static class |
VfsSchemeResourceFinderFactory.VfsResourceFinder |
Modifier and Type | Field and Description |
---|---|
private ResourceFinder |
CompositeResourceFinder.current |
Modifier and Type | Field and Description |
---|---|
private java.util.Deque<ResourceFinder> |
CompositeResourceFinder.stack |
Modifier and Type | Method and Description |
---|---|
ResourceFinder |
UriSchemeResourceFinderFactory.create(java.net.URI uri,
boolean recursive)
Create new
ResourceFinder for a given resource URI. |
ResourceFinder |
VfsSchemeResourceFinderFactory.create(java.net.URI uri,
boolean recursive) |
Modifier and Type | Method and Description |
---|---|
void |
CompositeResourceFinder.push(ResourceFinder iterator) |