Package com.iizix.jetty
Interface IWSFileProviderServer
- All Known Implementing Classes:
- WSFileProviderEngine
public interface IWSFileProviderServer
The file provider server.
- Author:
- Christopher Mindus
- Method SummaryModifier and TypeMethodDescription- getFileResourceFromExternalURL- (String target) Gets the file resource for an external URL that starts with "/".
- Method Details- getFileResourceFromExternalURLGets 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.