public class PortalCacheConfiguration
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
DEFAULT_PORTAL_CACHE_NAME |
static java.lang.String |
PORTAL_CACHE_LISTENER_SCOPE |
Constructor and Description |
---|
PortalCacheConfiguration(java.lang.String portalCacheName,
java.util.Set<java.util.Properties> portalCacheListenerPropertiesSet,
java.util.Properties portalCacheBootstrapLoaderProperties) |
Modifier and Type | Method and Description |
---|---|
java.util.Properties |
getPortalCacheBootstrapLoaderProperties() |
java.util.Set<java.util.Properties> |
getPortalCacheListenerPropertiesSet() |
java.lang.String |
getPortalCacheName() |
PortalCacheConfiguration |
newPortalCacheConfiguration(java.lang.String portalCacheName) |
void |
setPortalCacheBootstrapLoaderProperties(java.util.Properties portalCacheBootstrapLoaderProperties) |
public static final java.lang.String DEFAULT_PORTAL_CACHE_NAME
public static final java.lang.String PORTAL_CACHE_LISTENER_SCOPE
public PortalCacheConfiguration(java.lang.String portalCacheName, java.util.Set<java.util.Properties> portalCacheListenerPropertiesSet, java.util.Properties portalCacheBootstrapLoaderProperties)
public java.util.Properties getPortalCacheBootstrapLoaderProperties()
public java.util.Set<java.util.Properties> getPortalCacheListenerPropertiesSet()
public java.lang.String getPortalCacheName()
public PortalCacheConfiguration newPortalCacheConfiguration(java.lang.String portalCacheName)
public void setPortalCacheBootstrapLoaderProperties(java.util.Properties portalCacheBootstrapLoaderProperties)