Uses of Interface
org.apache.juneau.cp.FileFinder
Packages that use FileFinder
Package
Description
HTML Widget API
-
Uses of FileFinder in org.apache.juneau.cp
Classes in org.apache.juneau.cp that implement FileFinderModifier and TypeClassDescriptionclass
Basic implementation of aFileFinder
.static class
Represents no file finderMethods in org.apache.juneau.cp that return FileFinder -
Uses of FileFinder in org.apache.juneau.rest.staticfile
Subinterfaces of FileFinder in org.apache.juneau.rest.staticfileModifier and TypeInterfaceDescriptioninterface
API for retrieving localized static files from either the classpath or file system.Classes in org.apache.juneau.rest.staticfile that implement FileFinderModifier and TypeClassDescriptionclass
API for retrieving localized static files from either the classpath or file system.static class
Represents no static files -
Uses of FileFinder in org.apache.juneau.rest.swagger
Methods in org.apache.juneau.rest.swagger that return types with arguments of type FileFinderModifier and TypeMethodDescriptionSwaggerProvider.Builder.fileFinder()
Returns the file finder in this builder if it's been specified.Method parameters in org.apache.juneau.rest.swagger with type arguments of type FileFinderModifier and TypeMethodDescriptionSwaggerProvider.Builder.fileFinder
(Supplier<FileFinder> value) Specifies the file-finder to use for theSwaggerProvider
object.Constructors in org.apache.juneau.rest.swagger with parameters of type FileFinderModifierConstructorDescriptionBasicSwaggerProviderSession
(RestContext context, Locale locale, FileFinder ff, Messages messages, VarResolverSession vr, JsonSchemaGeneratorSession js) Constructor. -
Uses of FileFinder in org.apache.juneau.rest.widget
Methods in org.apache.juneau.rest.widget that return FileFinderModifier and TypeMethodDescriptionprotected FileFinder
Widget.getFileFinder
(RestRequest req) Returns the file finder to use for finding files on the file system.