Package | Description |
---|---|
lumis.portal.channel | |
lumis.portal.page | |
lumis.portal.page.cache |
Implements the portal's page HTML cache engine.
|
lumis.portal.presentation | |
lumis.portal.url |
Manages the resolution of page URLs.
|
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 | 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 |
---|---|
protected 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)
Returns the web resource for the given request.
|
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.
|
WebResource |
IURLManager.getWebResourceByDynamicPath(String dynamicPath,
IURLManager.CreateStrategy createStrategy)
Returns a web resource for the given dynamic path.
|
WebResource |
URLManager.getWebResourceByDynamicPath(String dynamicPath,
IURLManager.CreateStrategy createStrategy) |
WebResource |
IURLManager.getWebResourceByDynamicPath(String dynamicPath,
IURLManager.CreateStrategy createStrategy,
Locale locale)
Returns a web resource for the given dynamic path.
|
WebResource |
URLManager.getWebResourceByDynamicPath(String dynamicPath,
IURLManager.CreateStrategy createStrategy,
Locale locale) |
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.
|
boolean |
IWebResourceFactory.isCacheEnabled(WebResource webResource)
Returns if the cache is enabled for a web resource.
|
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.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) |
Lumisportal 7.1.1.140331 - Copyright © 2006–2014 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.