Package | Description |
---|---|
lumis.portal.channel | |
lumis.portal.localization | |
lumis.portal.monitor |
Defines classes and interfaces for monitoring data.
|
lumis.portal.page | |
lumis.portal.page.cache |
Implements the portal's page HTML cache engine.
|
lumis.portal.presentation | |
lumis.portal.presentation.mode | |
lumis.portal.theme |
Contains the portal themes feature implementation.
|
lumis.portal.url |
Manages the resolution of page URLs.
|
lumis.service.abstractuserinteraction | |
lumis.service.banner | |
lumis.service.hierarchicalcontent |
Service that allows you to create and manage hierarchical contents.
|
Modifier and Type | Class and Description |
---|---|
class |
ChannelWebResource
A web resource that corresponds to a link that is directly to a channel.
|
Modifier and Type | Method and Description |
---|---|
WebResource |
ChannelManager.createWebResourceByDynamicPath(String dynamicPath) |
WebResource |
ChannelWebResource.getParent() |
Modifier and Type | Method and Description |
---|---|
String |
ChannelManager.adjustResolvedFriendlyPath(WebResource webResource,
String friendlyPath) |
boolean |
ChannelManager.isCacheEnabled(WebResource webResource) |
boolean |
ChannelManager.requiresFriendlyPathUpdate(WebResource webResource) |
Modifier and Type | Method and Description |
---|---|
String |
ILocalizationManager.localize(String id,
IResource resource,
Locale locale,
WebResource webResource)
Localizes the given string id using the given resource,
WebResource and locale. |
String |
LocalizationManager.localize(String id,
IResource resource,
Locale locale,
WebResource webResource) |
String |
ILocalizationManager.localize(String id,
List<IResource> resources,
Locale locale,
WebResource pageWebResource)
Localizes the given string id using the given resources,
WebResource and locale. |
String |
LocalizationManager.localize(String id,
List<IResource> resources,
Locale locale,
WebResource webResource) |
Modifier and Type | Method and Description |
---|---|
IMonitorValuesProvider |
MonitorHelper.addWebResourceValues(WebResource webResource)
Add a value provider related to the given web resource.
|
Modifier and Type | Class and Description |
---|---|
class |
PageWebResource
A page web resource is a concrete derivation of a
PageConfig ,
that may be rendered or linked to. |
Modifier and Type | Method and Description |
---|---|
WebResource |
PageManager.createWebResourceByDynamicPath(String dynamicPath) |
WebResource |
PageWebResource.getParent() |
Modifier and Type | Method and Description |
---|---|
String |
PageManager.adjustResolvedFriendlyPath(WebResource webResource,
String friendlyPath) |
boolean |
PageManager.isCacheEnabled(WebResource webResource) |
boolean |
PageManager.requiresFriendlyPathUpdate(WebResource webResource) |
Modifier and Type | Method and Description |
---|---|
WebResource |
PageCacheConfig.getWebResource() |
Modifier and Type | Method and Description |
---|---|
String |
DefaultPageCacheQueueResolver.resolveQueue(WebResource webResource) |
String |
IPageCacheQueueResolver.resolveQueue(WebResource webResource)
Resolves the queue to be used for the cache of a web resource.
|
Constructor and Description |
---|
PageCacheConfig(WebResource webResource)
Creates a
PageCacheConfig for a web resource. |
Modifier and Type | Method and Description |
---|---|
void |
NavigationContext.setLastUrl(IPortalMode portalMode,
WebResource webResource,
String url,
String pageId,
String channelId) |
Modifier and Type | Method and Description |
---|---|
boolean |
ContentAdministrationPortalMode.isAccessWithWebResourceWebsiteRequired(WebResource webResource,
ChannelConfig rootChannel) |
boolean |
ContentPublicationPortalMode.isAccessWithWebResourceWebsiteRequired(WebResource webResource,
ChannelConfig rootChannel) |
boolean |
IPortalModeSPI.isAccessWithWebResourceWebsiteRequired(WebResource webResource,
ChannelConfig rootChannel)
Returns whether the given web resource in the this mode may only be accessed using the web resource's website.
|
boolean |
NavigationPortalMode.isAccessWithWebResourceWebsiteRequired(WebResource webResource,
ChannelConfig rootChannel) |
boolean |
PortalStudioPortalMode.isAccessWithWebResourceWebsiteRequired(WebResource webResource,
ChannelConfig rootChannel) |
boolean |
SettingsPortalMode.isAccessWithWebResourceWebsiteRequired(WebResource webResource,
ChannelConfig rootChannel) |
boolean |
AbstractPortalMode.isWebResourceAvailable(WebResource webResource,
ChannelConfig rootChannel) |
boolean |
IPortalModeSPI.isWebResourceAvailable(WebResource webResource,
ChannelConfig rootChannel)
Returns whether the given web resource is available for access in the this mode.
|
boolean |
NavigationPortalMode.isWebResourceAvailable(WebResource webResource,
ChannelConfig rootChannel) |
Modifier and Type | Method and Description |
---|---|
List<ITheme> |
ThemeManager.getThemes(WebResource webResource)
Returns the applied themes in the given web resource.
|
Modifier and Type | Method and Description |
---|---|
WebResource |
WebResource.clone() |
WebResource |
IWebResourceFactory.createWebResourceByDynamicPath(String dynamicPath)
Creates a
WebResource instance based on a dynamic path. |
protected WebResource |
WebResourceDiscoveryFilter.findWebResource(HttpServletRequest request,
WebsiteDiscoveryFilter.WebsiteRequest websiteRequest,
HttpServletResponse response)
Returns the web resource for the given request.
|
WebResource |
IURLManager.findWebResourceByPathAndWebsite(String websiteId,
String path)
Finds a web resource by it's website identifier and path.
|
WebResource |
URLManager.findWebResourceByPathAndWebsite(String websiteId,
String path) |
abstract WebResource |
WebResource.getParent()
Returns the web resource of the parent element of this web resource.
|
static WebResource |
WebResourceDiscoveryFilter.getWebResource(ServletRequest request)
Returns the web resource for the given request.
|
default WebResource |
IURLManager.getWebResourceByDynamicPath(String dynamicPath,
IURLManager.CreateStrategy createStrategy)
Returns a web resource for the given dynamic path.
|
default WebResource |
IURLManager.getWebResourceByDynamicPath(String dynamicPath,
IURLManager.CreateStrategy createStrategy,
Locale locale)
Returns a web resource for the given dynamic path.
|
WebResource |
IURLManager.getWebResourceByDynamicPath(String dynamicPath,
IURLManager.CreateStrategy createStrategy,
Locale locale,
WebResource creator)
Returns a web resource for the given dynamic path.
|
WebResource |
URLManager.getWebResourceByDynamicPath(String dynamicPath,
IURLManager.CreateStrategy createStrategy,
Locale locale,
WebResource creator) |
WebResource |
IURLManager.getWebResourceToRedirect(String sourceWebsiteId,
String sourcePath)
Returns the web resource to redirect to when the given path on the given website is accessed.
|
WebResource |
URLManager.getWebResourceToRedirect(String sourceWebsiteId,
String sourcePath) |
Modifier and Type | Method and Description |
---|---|
Collection<WebResource> |
IURLManager.getWebResourceByParameterAndValue(String parameterName,
String parameterValue)
Get all
web resources that fits the given parameter name with the given parameter value. |
Collection<WebResource> |
URLManager.getWebResourceByParameterAndValue(String parameterName,
String parameterValue) |
Modifier and Type | Method and Description |
---|---|
String |
IWebResourceFactory.adjustResolvedFriendlyPath(WebResource webResource,
String friendlyPath)
Adjusts a friendly path that has been resolved for a web resource.
|
void |
URLManager.clearPageCacheReference(WebResource webResource)
Clears the page cache reference in a web resource.
|
static IThemeProvider |
WebResourceUtil.getThemeProvider(WebResource webResource)
Returns the theme provider set in the given web resource.
|
WebResource |
IURLManager.getWebResourceByDynamicPath(String dynamicPath,
IURLManager.CreateStrategy createStrategy,
Locale locale,
WebResource creator)
Returns a web resource for the given dynamic path.
|
WebResource |
URLManager.getWebResourceByDynamicPath(String dynamicPath,
IURLManager.CreateStrategy createStrategy,
Locale locale,
WebResource creator) |
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) |
boolean |
IWebResourceFactory.isCacheEnabled(WebResource webResource)
Returns if the cache is enabled for a web resource.
|
String |
IURLManager.processHref(String url,
List<ITheme> themes,
String applicationRequestedPath,
Locale locale,
IWebsiteBaseURL websiteBaseURL,
boolean baseSecure,
IPortalMode portalMode,
IURLManager.PathReferenceType pathReferenceType,
WebResource creator)
Processes a URL to be rendered correctly in a portal page.
|
String |
URLManager.processHref(String url,
List<ITheme> themes,
String applicationRequestedPath,
Locale locale,
IWebsiteBaseURL websiteBaseURL,
boolean baseSecure,
IPortalMode portalMode,
IURLManager.PathReferenceType pathfixType,
WebResource creator) |
boolean |
IWebResourceFactory.requiresFriendlyPathUpdate(WebResource webResource)
Returns whether the friendly path for the given web resource
requires updating.
|
String |
GenericURLResolver.resolveFriendlyPath(WebResource resource,
String currentPath) |
String |
IURLResolver.resolveFriendlyPath(WebResource resource,
String currentPath)
Resolves the friendly path for a web resource.
|
protected Object |
GenericURLResolver.resolveVariable(String variableName,
WebResource webResource,
String currentPath)
Resolves a variable in the friendly path expression.
|
static void |
WebResourceUtil.setThemeProvider(IThemeProvider provider,
WebResource webResource)
Sets the given theme provider in the given web resource.
|
Modifier and Type | Method and Description |
---|---|
void |
IURLManager.recalculateFriendlyPaths(Collection<? extends WebResource> webResources)
Calculates and updates friendly paths of the given web resources.
|
void |
URLManager.recalculateFriendlyPaths(Collection<? extends WebResource> webResources) |
void |
IURLManager.setWebResourcesMissingData(IWebResourceFactory webResourceFactory,
Collection<WebResource> webResources,
boolean cacheEnabled,
boolean friendlyURLEnabled)
Sets missing data in the given web resources.
|
void |
URLManager.setWebResourcesMissingData(IWebResourceFactory webResourceFactory,
Collection<WebResource> webResources,
boolean cacheEnabled,
boolean friendlyURLEnabled) |
Modifier and Type | Field and Description |
---|---|
protected WebResource |
AbstractObjectInteractionMonitorUtil.webResource |
Modifier and Type | Method and Description |
---|---|
static IMonitor |
BannerMonitorUtil.getBannerClickMonitor(ServiceInstanceConfig bannerServiceInstanceConfig,
String bannerName,
String bannerCategoryId,
ContentVersion bannerContentVersion,
PageConfig displayPageConfig,
WebResource webResource,
ITransaction transaction)
Returns a monitor for the "lumis.portal.monitor.ev.banner.click" event.
|
static IMonitor |
BannerMonitorUtil.getBannerViewMonitor(ServiceInstanceConfig bannerServiceInstanceConfig,
String bannerName,
String bannerCategoryId,
ContentVersion bannerContentVersion,
PageConfig displayPageConfig,
WebResource webResource,
ITransaction transaction)
Returns a monitor for the "lumis.portal.monitor.ev.banner.view" event.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
FriendlyUrlResolver.resolveVariable(String variableName,
WebResource webResource,
String currentPath)
Add the Ancestors of the content to the ancestralPath
|
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.