Interface StaticFiles
- All Superinterfaces:
- FileFinder
- All Known Implementing Classes:
- BasicStaticFiles,- StaticFiles.Void
API for retrieving localized static files from either the classpath or file system.
 
See Also:
- 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic classBuilder class.static classRepresents no static files
- 
Method SummaryModifier and TypeMethodDescriptionstatic StaticFiles.BuilderStatic creator.Resolve the specified path.Methods inherited from interface org.apache.juneau.cp.FileFindergetStream, getString
- 
Method Details- 
createStatic creator.- Parameters:
- beanStore- The bean store to use for creating beans.
- Returns:
- A new builder for this object.
 
- 
resolveResolve the specified path.- Parameters:
- path- The path to resolve to a static file.
- locale- Optional locale.
- Returns:
- The resource, or null if not found.
 
 
-