| Package | Description |
|---|---|
| org.broadleafcommerce.common.file.service | |
| org.broadleafcommerce.common.sitemap.service |
| Modifier and Type | Method and Description |
|---|---|
FileWorkArea |
BroadleafFileService.initializeWorkArea()
Create a file work area that can be used for further operations.
|
FileWorkArea |
BroadleafFileServiceImpl.initializeWorkArea()
Create a file work area that can be used for further operations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BroadleafFileService.addOrUpdateResource(FileWorkArea workArea,
File file,
boolean removeFilesFromWorkArea)
|
void |
BroadleafFileServiceImpl.addOrUpdateResource(FileWorkArea workArea,
File file,
boolean removeFilesFromWorkArea)
Takes in a temporary work area and a single File and copies that files to
the configured FileProvider's permanent storage.
|
String |
BroadleafFileService.addOrUpdateResourceForPath(FileWorkArea workArea,
File file,
boolean removeFilesFromWorkArea)
Takes in a temporary work area and a single File and copies that files to
the configured FileProvider's permanent storage.
|
String |
BroadleafFileServiceImpl.addOrUpdateResourceForPath(FileWorkArea workArea,
File file,
boolean removeFilesFromWorkArea)
Takes in a temporary work area and a single File and copies that files to
the configured FileProvider's permanent storage.
|
void |
BroadleafFileService.addOrUpdateResources(FileWorkArea workArea,
boolean removeFilesFromWorkArea)
Deprecated.
|
void |
BroadleafFileServiceImpl.addOrUpdateResources(FileWorkArea workArea,
boolean removeFilesFromWorkArea)
Takes in a temporary work area and copies all of the files to the configured FileProvider's permanent storage.
|
void |
BroadleafFileService.addOrUpdateResources(FileWorkArea workArea,
List<File> files,
boolean removeFilesFromWorkArea)
Deprecated.
|
void |
BroadleafFileServiceImpl.addOrUpdateResources(FileWorkArea workArea,
List<File> files,
boolean removeFilesFromWorkArea) |
void |
FileSystemFileServiceProvider.addOrUpdateResources(FileWorkArea workArea,
List<File> files,
boolean removeFilesFromWorkArea)
Deprecated.
|
void |
FileServiceProvider.addOrUpdateResources(FileWorkArea workArea,
List<File> files,
boolean removeFilesFromWorkArea)
|
List<String> |
BroadleafFileService.addOrUpdateResourcesForPaths(FileWorkArea workArea,
boolean removeFilesFromWorkArea)
Takes in a temporary work area and copies all of the files to the configured FileProvider's permanent storage.
|
List<String> |
BroadleafFileServiceImpl.addOrUpdateResourcesForPaths(FileWorkArea workArea,
boolean removeFilesFromWorkArea) |
List<String> |
BroadleafFileService.addOrUpdateResourcesForPaths(FileWorkArea workArea,
List<File> files,
boolean removeFilesFromWorkArea)
Takes in a temporary work area and a list of Files and copies them to
the configured FileProvider's permanent storage.
|
List<String> |
BroadleafFileServiceImpl.addOrUpdateResourcesForPaths(FileWorkArea workArea,
List<File> files,
boolean removeFilesFromWorkArea) |
List<String> |
FileSystemFileServiceProvider.addOrUpdateResourcesForPaths(FileWorkArea workArea,
List<File> files,
boolean removeFilesFromWorkArea) |
List<String> |
FileServiceProvider.addOrUpdateResourcesForPaths(FileWorkArea workArea,
List<File> files,
boolean removeFilesFromWorkArea)
Adds all of the given files and returns the resource names of all of them suitable for invoking
FileServiceProvider.getResource(String) and/or FileServiceProvider.removeResource(String) |
protected void |
BroadleafFileServiceImpl.checkFiles(FileWorkArea workArea,
List<File> fileList) |
void |
BroadleafFileService.closeWorkArea(FileWorkArea workArea)
Closes the passed in work area.
|
void |
BroadleafFileServiceImpl.closeWorkArea(FileWorkArea fwArea)
Closes the passed in work area.
|
| Modifier and Type | Field and Description |
|---|---|
protected FileWorkArea |
SiteMapBuilder.fileWorkArea |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SiteMapServiceImpl.gzipAndDeleteFiles(FileWorkArea fileWorkArea,
List<String> fileNames)
GZip a file, Then delete it
|
protected void |
SiteMapServiceImpl.gzipAndDeleteFiles(FileWorkArea fileWorkArea,
List<String> fileNames,
boolean shouldDeleteOriginal) |
| Constructor and Description |
|---|
SiteMapBuilder(SiteMapConfiguration siteMapConfig,
FileWorkArea fileWorkArea,
String baseUrl,
boolean gzipSiteMapFiles) |
Copyright © 2018. All rights reserved.