Package com.iizix.jetty
Interface IWSFileProviderServer
- All Known Implementing Classes:
WSFileProviderEngine
public interface IWSFileProviderServer
The file provider server.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptiongetFileResourceFromExternalURL
(String target) Gets the file resource for an external URL that starts with "/".
Method Details
getFileResourceFromExternalURL
Gets the file resource for an external URL that starts with "/".- Parameters:
target
- The target request.- Returns:
- The file target, or null if it is not found.