Package | Description |
---|---|
com.jalios.jcms |
Contains the core JCMS classes.
|
com.jalios.jcms.accesscontrol | |
com.jalios.jcms.alert | |
com.jalios.jcms.analytics | |
com.jalios.jcms.comparator | |
com.jalios.jcms.db | |
com.jalios.jcms.fileprocessor.processingmanagement | |
com.jalios.jcms.mail | |
com.jalios.jcms.mail.listener | |
com.jalios.jcms.recommendation | |
com.jalios.jcms.stat |
Provides classes for statistics management and analysis.
|
com.jalios.jcms.tracking | |
com.jalios.jcms.vote | |
com.jalios.jcms.workspace |
Contains classes about workspace features.
|
com.jalios.util |
Contains Jalios utility classes (Unix-like crypt class, RSS parser,
mail utility, servlet utility, comparators and miscellaneous utility
static methods).
|
Modifier and Type | Class and Description |
---|---|
class |
Channel
The Channel singleton is the main access point of the JCMS API.
|
class |
QuotaManager |
class |
ResourceHelper
Helper class used to retrieve relative paths of jsp/servlet or icons
used for various features of JCMS.
|
class |
WeakLockManager |
Modifier and Type | Method and Description |
---|---|
void |
Channel.addPropertiesListener(JPropertiesListener listener)
Adds a properties listener.
|
void |
Channel.removePropertiesListener(JPropertiesListener listener)
Removes a properties listener.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessControlManager
Manager of Access Control in JCMS.
|
Modifier and Type | Class and Description |
---|---|
class |
AlertManager |
Modifier and Type | Class and Description |
---|---|
class |
AnalyticsManager
AnalyticsManager use for JCMS analytics
|
Modifier and Type | Class and Description |
---|---|
class |
ComparatorManager
Manager of all Comparators used in JCMS to sort Storable instances and their subclass.
|
Modifier and Type | Class and Description |
---|---|
class |
DBEventLogManager
This class replays the hibernate events on all the other replicas.
|
Modifier and Type | Class and Description |
---|---|
class |
FileProcessorManager
FileProcessor singleton manager class
|
Modifier and Type | Class and Description |
---|---|
class |
MailFetcher
The MailFetcher is used for communication between JCMS, MailServer and Mail Account.
|
Modifier and Type | Class and Description |
---|---|
class |
ArchiveMailListener |
Modifier and Type | Class and Description |
---|---|
class |
RecommendationManager
This class gives Utils to handle Recommendation
|
Modifier and Type | Class and Description |
---|---|
class |
StatManager
This class manages access log and produces statistics reports.
|
Modifier and Type | Class and Description |
---|---|
class |
ReaderTrackerManager |
Modifier and Type | Class and Description |
---|---|
class |
VoteManager
This class gives Utils to handle vote
|
Modifier and Type | Class and Description |
---|---|
class |
HierarchicalWorkspacesManager
Provides resources for Hierarchical Workspaces Plugin :
- LRU cache of last visited Workspaces for a member
- cache of plugin properties
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Set<JPropertiesListener> |
JProperties.listenerSet |
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<JPropertiesListener> |
JProperties.getListenerSet()
Retrieve set of all listeners for this JProperties.
|
Modifier and Type | Method and Description |
---|---|
void |
JProperties.addPropertiesListener(JPropertiesListener l)
Adds a listener for any change of this JProperties.
|
void |
JProperties.removePropertiesListener(JPropertiesListener l)
Removes a listener for any change of this JProperties.
|
Copyright © 2001-2010 Jalios SA. All Rights Reserved.