Interface StaticResourceService
- All Known Implementing Classes:
DefaultStaticResourceService
public interface StaticResourceService
Interface defining methods for handling static resource requests.
Implementations of this interface are responsible for retrieving the absolute path of requested static files.
- Since:
- 1.0
- Author:
- Blyzhnytsia Team
-
Method Summary
Modifier and TypeMethodDescriptiongetStaticFile
(String pathToFile) Retrieves the absolute path for the requested static file.
-
Method Details
-
getStaticFile
Retrieves the absolute path for the requested static file.- Parameters:
pathToFile
- The path of the requested static file.- Returns:
- The absolute path of the requested static file.
-