public interface WebAccessHelper
WebAccessService
.
If the particular method returns null
, the default implementation is used.
WebAccessService
Modifier and Type | Method and Description |
---|---|
boolean |
allowDownloadZip()
Returns whether downloading all files in zip is allowed.
|
java.lang.String |
getDesiredId()
Returns the desired id (would be used in UI).
|
default java.lang.String |
getEncoding(java.io.File file)
Returns passed file assumed encoding
|
java.lang.String |
getFileNameForZip()
Returns the zip file name.
|
@Nullable java.lang.String getDesiredId()
boolean allowDownloadZip()
@Nullable java.lang.String getFileNameForZip()
@Nullable default java.lang.String getEncoding(@NotNull java.io.File file)
file
- file to get encoding