@RestController @RequestMapping(value="/ome/failed/mail") @Scope(value="request") public class MailFailureController extends TaskFileStoreAdapter<MailId>
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
RootPath |
Constructor and Description |
---|
MailFailureController() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
rootPath() |
protected TaskFileStore<MailId> |
service() |
protected java.util.function.Function<java.lang.String,MailId> |
taskIdFromString() |
cacheStrategy, deleteFile, filesContentType, listTaskFileUrlPaths, streamFileOr404
public static final java.lang.String RootPath
protected TaskFileStore<MailId> service()
service
in class TaskFileStoreAdapter<MailId>
protected java.lang.String rootPath()
rootPath
in class TaskFileStoreAdapter<MailId>
protected java.util.function.Function<java.lang.String,MailId> taskIdFromString()
taskIdFromString
in class TaskFileStoreAdapter<MailId>