Package | Description |
---|---|
lumis.doui.control.htmleditor | |
lumis.portal.deployment |
Provides the API for LumisXP module deployment.
|
lumis.portal.file | |
lumis.portal.mobileapp |
This package provides APIs available for mobile applications.
|
lumis.portal.page.cache |
Implements the portal's page HTML cache engine.
|
lumis.portal.page.link | |
lumis.portal.service | |
lumis.portal.servicecontainer | |
lumis.portal.structure.sync |
Structure synchronization implementation.
|
lumis.portal.url |
Manages the resolution of page URLs.
|
lumis.portal.webfilereplication |
Contains the classes for web file replication feature.
|
lumis.portal.website |
Provides the classes related to portal's websites feature.
|
lumis.service.portalmanagement.website |
Contains the service for managing websites.
|
lumis.service.rss |
Modifier and Type | Method and Description |
---|---|
static String |
HtmlEditorControl.encodeHtmlForEditor(String html,
IWebsite currentWebsite,
boolean baseSecure) |
Modifier and Type | Method and Description |
---|---|
static void |
DeploymentUtil.copyPublicFiles(File portalFile,
File baseFolder,
IWebsite website)
Copies all public files from the given component public file path to the static directory of the given website.
|
static void |
DeploymentUtil.deletePublicFiles(Set<String> componentPublicFilesPaths,
IWebsite website)
Deletes the given files from public folder for the given website.
|
Modifier and Type | Method and Description |
---|---|
static void |
DeploymentUtil.copyPublicFiles(String componentPublicFilesPath,
JarFile moduleFile,
Collection<IWebsite> websites)
Copies all public files from the given component public file path to the given website only.
|
Modifier and Type | Method and Description |
---|---|
static IWebsite |
FileUtil.getWebsiteByFile(FileConfig fileConfig,
ITransaction transaction)
Returns the website of the given file (the website that contains the file's service instance).
|
Modifier and Type | Method and Description |
---|---|
String |
IMobileAppManagerSPI.getOrCreateSubscriptionId(IWebsite website)
Returns the subscription identifier (
null if there isn't one) of the current user in the given website. |
String |
MobileAppManager.getOrCreateSubscriptionId(IWebsite website) |
Modifier and Type | Method and Description |
---|---|
protected void |
PageCacheManager.deleteHtmlFiles(IWebsite website,
String filePath,
boolean deleteShadowCacheHtml)
Delete the HTML cache files for the specified path.
|
Modifier and Type | Method and Description |
---|---|
IWebsite |
PageLinkConfig.getWebsiteObject()
Returns the website object that contains all informations about the
website and URLs.
|
Modifier and Type | Method and Description |
---|---|
void |
PageLinkConfig.setWebsite(IWebsite website)
Sets the websiteData.
|
Modifier and Type | Method and Description |
---|---|
void |
GenericService.instanceMoved(SessionConfig sessionConfig,
ServiceInstanceConfig serviceInstance,
IWebsite oldWebsite,
IWebsite newWebsite,
ITransaction transaction) |
void |
IService.instanceMoved(SessionConfig sessionConfig,
ServiceInstanceConfig serviceInstance,
IWebsite oldWebsite,
IWebsite newWebsite,
ITransaction transaction)
Called to indicate the given service instance has been moved from a
website to another one. |
Modifier and Type | Method and Description |
---|---|
void |
ServiceContainerUrl.setBaseWebsite(IWebsite baseWebsite)
Deprecated.
Sets the website this URL is based on.
|
Modifier and Type | Method and Description |
---|---|
IWebsite |
ChannelResume.getWebsite()
Returns the website this channel belongs to.
|
Modifier and Type | Method and Description |
---|---|
IWebsite |
WebResource.getWebsite()
Returns the website this web resource belongs to.
|
Modifier and Type | Method and Description |
---|---|
String |
IURLManager.convertHTMLPathsToDynamicPaths(String html,
IWebsite baseWebsite)
Deprecated.
since 8.2.0 replaced by
IURLManager.processHTML(String, IPageWebResourceRenderRequest) . |
String |
URLManager.convertHTMLPathsToDynamicPaths(String html,
IWebsite baseWebsite)
Deprecated.
|
String |
IURLManager.convertHTMLPathToDynamicPath(String href,
IWebsite baseWebsite)
Replaces the given path to web resource by the corresponding dynamic path.
|
String |
URLManager.convertHTMLPathToDynamicPath(String href,
IWebsite baseWebsite) |
default URI |
IURLManager.getWebResourceURI(String dynamicPath,
Locale locale,
IWebsite baseWebsite,
boolean baseSecure)
Deprecated.
The (
portal mode is now relevant and should be passed as parameter. Prefer the
method IURLManager.getWebResourceURI(String, Locale, IWebsite, boolean, IPortalMode) . |
default URI |
IURLManager.getWebResourceURI(String dynamicPath,
Locale locale,
IWebsite baseWebsite,
boolean baseSecure,
IPortalMode portalMode)
Returns the URI for referencing a web resource given its dynamic path.
|
URI |
IURLManager.getWebResourceURI(String dynamicPath,
Locale locale,
IWebsite baseWebsite,
boolean baseSecure,
IPortalMode portalMode,
WebResource creator)
Returns the URI for referencing a web resource given its dynamic path.
|
URI |
URLManager.getWebResourceURI(String dynamicPath,
Locale locale,
IWebsite baseWebsite,
boolean baseSecure,
IPortalMode portalMode,
WebResource creator) |
String |
IURLManager.processHTMLDynamicPathReferences(String htmlContent,
Locale locale,
IWebsite baseWebsite,
boolean baseSecure)
Processes references to dynamic paths in a given HTML code.
|
String |
URLManager.processHTMLDynamicPathReferences(String htmlContent,
Locale locale,
IWebsite baseWebsite,
boolean baseSecure) |
protected void |
WebResource.setWebsite(IWebsite website)
Sets the website this web resource belongs to.
|
Modifier and Type | Method and Description |
---|---|
IWebsite |
WebFileReplication.getWebsite()
Returns the website of this replication.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IWebsitesSPI
IWebsite internal operations. |
Modifier and Type | Class and Description |
---|---|
class |
Website
Website entity implementation.
|
static class |
WebsiteManager.UnmodifiableWebsite
Unmodifiable
Website implementation. |
Modifier and Type | Method and Description |
---|---|
IWebsite |
WebsiteManager.get(String id)
Returns the
website with the given identifier. |
IWebsite |
IWebsiteManagerSPI.getDefaultWebsite()
Returns the website flagged as the default website.
|
IWebsite |
WebsiteManager.getDefaultWebsite() |
IWebsite |
IWebRootPortalBaseFolder.getWebsite()
Returns the website related to this base folder.
|
IWebsite |
IWebsiteBaseURL.getWebsite()
Returns the website this base URL belongs to.
|
IWebsite |
IWebsiteManagerSPI.getWebsiteByChannelId(String channelId)
Returns the website that the specific channel belongs to.
|
IWebsite |
WebsiteManager.getWebsiteByChannelId(String channelId) |
IWebsite |
WebsiteManager.getWebsiteByChannelId(String channelId,
FlushModeType flushModeType)
Returns the website that the specific channel belongs to using the
specified
FlushModeType . |
IWebsite |
WebsiteManager.getWebsiteByChannelIdNonRecursively(String channelId,
FlushModeType flushModeType)
Returns the channel's
Website non-recursively (i.e. |
static IWebsite |
WebsiteUtil.resolveWebsiteByString(String websiteStr)
Resolves the given website string in a
website .The given string will be parsed as new
URI(String) , so that it must adhere with URI syntax. |
IWebsite |
Website.unmodifiable()
Returns an unmodifiable copy of this website.
|
Modifier and Type | Method and Description |
---|---|
List<IWebsite> |
WebsiteManager.getAllWebsites()
Returns all websites existent in the portal.
|
Modifier and Type | Method and Description |
---|---|
void |
WebsiteManager.changeChannelWebsite(String channelId,
IWebsite newWebsite,
IWebsite oldWebsite,
boolean changeEvenIfIsWebsiteRoot)
|
void |
WebsiteManager.moveServiceInstanceFiles(String serviceInstanceId,
IWebsite newWebsite,
IWebsite oldWebsite,
ITransaction transaction)
Moves the service instance files from the old website to the new one.
|
void |
IWebsiteManagerSPI.setDefaultWebsite(IWebsite website)
Sets which website is the default website.
|
void |
WebsiteManager.setDefaultWebsite(IWebsite website) |
Modifier and Type | Method and Description |
---|---|
IWebsite |
WebsiteProcessActionHandler.BaseURL.getWebsite() |
Modifier and Type | Method and Description |
---|---|
void |
IRssManager.instanceMoved(SessionConfig sessionConfig,
ServiceInstanceConfig serviceInstance,
IWebsite oldWebsite,
IWebsite newWebsite,
ITransaction transaction)
Moves the public files from the old website to the new one.
|
void |
RssManager.instanceMoved(SessionConfig sessionConfig,
ServiceInstanceConfig serviceInstance,
IWebsite oldWebsite,
IWebsite newWebsite,
ITransaction transaction) |
void |
RssService.instanceMoved(SessionConfig sessionConfig,
ServiceInstanceConfig serviceInstance,
IWebsite oldWebsite,
IWebsite newWebsite,
ITransaction transaction) |
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.