Package | Description |
---|---|
lumis.portal.file | |
lumis.portal.file.transformation |
Provides the file transformations.
|
lumis.portal.publicfiles | |
lumis.portal.theme |
Contains the portal themes feature implementation.
|
lumis.portal.website |
Provides the classes related to portal's websites feature.
|
Modifier and Type | Method and Description |
---|---|
void |
FileManager.moveFile(FileConfig file,
IWebRootPortalBaseFolder oldWebRoot,
IWebRootPortalBaseFolder newWebRoot)
Moves the given
file from one web root to another. |
Modifier and Type | Method and Description |
---|---|
void |
FileTransformationManager.moveTransformedFiles(FileConfig fileConfig,
IWebRootPortalBaseFolder oldWebRoot) |
void |
IFileTransformationManagerSPI.moveTransformedFiles(FileConfig fileConfig,
IWebRootPortalBaseFolder oldWebRoot)
Moves the transformed public files from the old web root to the current.
|
void |
FileTransformationManager.removeFileTransformationInternal(SessionConfig sessionConfig,
FileTransformation fileTransformation,
IWebRootPortalBaseFolder webRoot,
ITransaction transaction) |
void |
IFileTransformationManagerSPI.removeFileTransformationInternal(SessionConfig sessionConfig,
FileTransformation fileTransformation,
IWebRootPortalBaseFolder webRoot,
ITransaction transaction)
Removes the specified transformation and all related files.
|
void |
FileTransformationManager.removeTransformedFileConfig(TransformedFileConfig transformedFileConfig,
IWebRootPortalBaseFolder webRootBaseFolder,
ITransaction transaction) |
void |
IFileTransformationManagerSPI.removeTransformedFileConfig(TransformedFileConfig transformedFileConfig,
IWebRootPortalBaseFolder webRootBaseFolder,
ITransaction transaction)
Deletes synchronously persisted transformed file.
|
Constructor and Description |
---|
MoveTransformedPublicFilesTask(Collection<String> fileConfigIds,
IWebRootPortalBaseFolder oldWebRoot)
Creates a new task for moving transformed public files.
|
RemoveTransformationTask(FileTransformation fileTransformation,
IWebRootPortalBaseFolder webRootBaseFolder)
Creates a new transformation removal Task object.
|
Modifier and Type | Method and Description |
---|---|
static void |
PublicFilesUtil.copyPortalWWWFiles(IWebRootPortalBaseFolder baseFolder)
Copy (asynchronously) portal public files to the given base folder.
|
static void |
PublicFilesUtil.removePortalWWWFiles(IWebRootPortalBaseFolder baseFolder,
boolean async)
Removes (asynchronously) portal public files from the given base folder.
|
Modifier and Type | Method and Description |
---|---|
void |
ThemeManager.copyThemesFilesToWebRoots(Collection<? extends ITheme> themes,
Collection<IWebRootPortalBaseFolder> webRoots)
Copies the given themes' WWW resources to the given web root folders.
|
void |
ThemeManager.removeThemeFolderFromWebRoots(Collection<? extends ITheme> themes,
Collection<IWebRootPortalBaseFolder> webRoots)
Removes the given themes' folders from the given web root folders.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IWebRootPortalBaseFolderSPI
IWebRootPortalBaseFolder internal interface. |
Modifier and Type | Method and Description |
---|---|
IWebRootPortalBaseFolder |
IWebsite.getWebRootBaseFolder()
Returns the base folder that corresponds to the web root folder of this
website.
|
IWebRootPortalBaseFolder |
Website.getWebRootBaseFolder()
Returns the base folder that corresponds to the web root folder of this website.
|
IWebRootPortalBaseFolder |
WebsiteManager.UnmodifiableWebsite.getWebRootBaseFolder() |
LumisXP 12.2.0.200122 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.