Uses of Interface
org.glassfish.jersey.server.ResourceFinder
-
Packages that use ResourceFinder 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.org.glassfish.jersey.servlet Jersey generic Servlet container integration classes. -
-
Uses of ResourceFinder in org.glassfish.jersey.server
Fields in org.glassfish.jersey.server with type parameters of type ResourceFinder Modifier and Type Field Description private java.util.Set<ResourceFinder>ResourceConfig.State. resourceFindersMethods in org.glassfish.jersey.server that return types with arguments of type ResourceFinder Modifier and Type Method Description java.util.Set<ResourceFinder>ResourceConfig.State. getResourceFinders()Get the registered resource finders.Methods in org.glassfish.jersey.server with parameters of type ResourceFinder Modifier and Type Method Description voidResourceConfig.ImmutableState. registerFinder(ResourceFinder resourceFinder)ResourceConfigResourceConfig. registerFinder(ResourceFinder resourceFinder)Add aResourceFindertoResourceConfig.voidResourceConfig.State. registerFinder(ResourceFinder resourceFinder) -
Uses of ResourceFinder in org.glassfish.jersey.server.internal
Classes in org.glassfish.jersey.server.internal that implement ResourceFinder Modifier and Type Class Description classAbstractResourceFinderAdapterThis class provides partial default implementation ofResourceFinder. -
Uses of ResourceFinder in org.glassfish.jersey.server.internal.scanning
Classes in org.glassfish.jersey.server.internal.scanning that implement ResourceFinder Modifier and Type Class Description private classBundleSchemeResourceFinderFactory.BundleSchemeScannerclassCompositeResourceFinderStackofResourceFinderinstances.private classFileSchemeResourceFinderFactory.FileSchemeScannerclassFilesScannerA scanner that recursively scans directories and jar files.classJarFileScannerA utility class that scans entries in jar files.private classJarZipSchemeResourceFinderFactory.JarZipSchemeScannerclassPackageNamesScannerA scanner that recursively scans URI-based resources present in a set of package names, and nested package names of that set.private static classVfsSchemeResourceFinderFactory.VfsResourceFinderFields in org.glassfish.jersey.server.internal.scanning declared as ResourceFinder Modifier and Type Field Description private ResourceFinderCompositeResourceFinder. currentFields in org.glassfish.jersey.server.internal.scanning with type parameters of type ResourceFinder Modifier and Type Field Description private java.util.Deque<ResourceFinder>CompositeResourceFinder. stackMethods in org.glassfish.jersey.server.internal.scanning that return ResourceFinder Modifier and Type Method Description ResourceFinderUriSchemeResourceFinderFactory. create(java.net.URI uri, boolean recursive)Create newResourceFinderfor a given resource URI.ResourceFinderVfsSchemeResourceFinderFactory. create(java.net.URI uri, boolean recursive)Methods in org.glassfish.jersey.server.internal.scanning with parameters of type ResourceFinder Modifier and Type Method Description voidCompositeResourceFinder. push(ResourceFinder iterator) -
Uses of ResourceFinder in org.glassfish.jersey.servlet
Classes in org.glassfish.jersey.servlet that implement ResourceFinder Modifier and Type Class Description (package private) classWebAppResourcesScannerA scanner that recursively scans resources within a Web application.
-