Uses of Interface
org.glassfish.jersey.server.ResourceFinder
Packages that use ResourceFinder
Package
Description
Jersey server-side classes.
Jersey server-side internal classes.
Jersey server-side internal resource scanning classes.
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 ResourceFinderModifier and TypeFieldDescriptionprivate final Set<ResourceFinder> ResourceConfig.State.resourceFindersMethods in org.glassfish.jersey.server that return types with arguments of type ResourceFinderModifier and TypeMethodDescriptionResourceConfig.State.getResourceFinders()Get the registered resource finders.Methods in org.glassfish.jersey.server with parameters of type ResourceFinderModifier and TypeMethodDescriptionvoidResourceConfig.ImmutableState.registerFinder(ResourceFinder resourceFinder) final 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 ResourceFinderModifier and TypeClassDescriptionclassThis 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 ResourceFinderModifier and TypeClassDescriptionprivate classfinal classStackofResourceFinderinstances.private classfinal classA scanner that recursively scans directories and jar files.final classA utility class that scans entries in jar files.private classfinal classA scanner that recursively scans URI-based resources present in a set of package names, and nested package names of that set.private static classFields in org.glassfish.jersey.server.internal.scanning declared as ResourceFinderFields in org.glassfish.jersey.server.internal.scanning with type parameters of type ResourceFinderModifier and TypeFieldDescriptionprivate final Deque<ResourceFinder> CompositeResourceFinder.stackMethods in org.glassfish.jersey.server.internal.scanning that return ResourceFinderMethods in org.glassfish.jersey.server.internal.scanning with parameters of type ResourceFinder -
Uses of ResourceFinder in org.glassfish.jersey.servlet
Classes in org.glassfish.jersey.servlet that implement ResourceFinderModifier and TypeClassDescription(package private) final classA scanner that recursively scans resources within a Web application.