Uses of Interface
org.apache.juneau.cp.FileFinder
Packages that use FileFinder
Package
Description
HTML Widget API
- 
Uses of FileFinder in org.apache.juneau.cpClasses in org.apache.juneau.cp that implement FileFinderModifier and TypeClassDescriptionclassBasic implementation of aFileFinder.static classRepresents no file finderMethods in org.apache.juneau.cp that return FileFinder
- 
Uses of FileFinder in org.apache.juneau.rest.staticfileSubinterfaces of FileFinder in org.apache.juneau.rest.staticfileModifier and TypeInterfaceDescriptioninterfaceAPI for retrieving localized static files from either the classpath or file system.Classes in org.apache.juneau.rest.staticfile that implement FileFinderModifier and TypeClassDescriptionclassAPI for retrieving localized static files from either the classpath or file system.static classRepresents no static files
- 
Uses of FileFinder in org.apache.juneau.rest.swaggerMethods 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 theSwaggerProviderobject.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.widgetMethods in org.apache.juneau.rest.widget that return FileFinderModifier and TypeMethodDescriptionprotected FileFinderWidget.getFileFinder(RestRequest req) Returns the file finder to use for finding files on the file system.