Package | Description |
---|---|
com.jalios.jcms |
Contains the core JCMS classes.
|
com.jalios.jcms.accesscontrol | |
com.jalios.jcms.alert | |
com.jalios.jcms.authentication | |
com.jalios.jcms.authentication.cookie | |
com.jalios.jcms.authentication.handlers | |
com.jalios.jcms.db | |
com.jalios.jcms.dbmember | |
com.jalios.jcms.fileprocessor | |
com.jalios.jcms.fileprocessor.processingmanagement | |
com.jalios.jcms.mail | |
com.jalios.jcms.mashup |
Contains classes used for data Import/Export.
|
com.jalios.jcms.mention | |
com.jalios.jcms.plugin | |
com.jalios.jcms.policy | |
com.jalios.jcms.portlet |
Contains core Portlets parent of all generated portlets.
|
com.jalios.jcms.publicationfollower | |
com.jalios.jcms.recenthistory | |
com.jalios.jcms.recommendation | |
com.jalios.jcms.replicamessage | |
com.jalios.jcms.search |
Provides internal search engines classes of JCMS.
|
com.jalios.jcms.shortcut | |
com.jalios.jcms.tracking | |
com.jalios.jcms.upload | |
com.jalios.jcms.vote | |
com.jalios.jcms.workspace |
Contains classes about workspace features.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MemberQueryFilter
A MemberQueryFilter is notified for each member query.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractFileIndexListener
This abstract class is implemented by generated.FileIndexListener
|
class |
AbstractLinkIndexListener
This abstract class is implemented by generated.LinkIndexListener
|
class |
AudienceRights
This class manages a Member's read right on publication using their categories.
|
class |
BasicDataController
This class is a neutral implementation of DataController.
|
class |
BasicJSyncListener
This class is a neutral implementation of JSyncListener.
|
class |
BasicMemberQueryFilter
A QueryFilter is notified for each member query.
|
class |
BasicStoreListener
This class is a neutral implementation of StoreListener.
|
class |
CacheManager
This class manages the cache of content fragements.
|
class |
CategoryListener |
class |
ChannelListener
A listener called during the Channel life cycle.
|
class |
CustomCleanFilter |
class |
DataListener
This class listens to mutations of
Data objects. |
class |
DBContentListener |
static class |
DescriptiveURLs.DescriptiveURLsListener |
class |
FileDocumentListener
This class listens to mutation of
FileDocument objects. |
class |
GroupListener
This class listens to mutations of
Group instances. |
class |
JSyncDataListener
This class monitors writes stablization.
|
class |
LimitControllerListener |
class |
MemberListener
This class listens to mutations of
Member and DBMember instances. |
class |
MemberSearchEngineListener
Listen to create/update/delete of DBMember
|
class |
PublicationListener
This class listens to mutations of
Publication objects. |
class |
QueryFilter
A QueryFilter is notified for each query.
|
class |
QuotaDataController |
class |
StrongLockManager
This class manages StrongLock.
|
class |
WeakLinkManager
This class manages the index of weak references on publications.
|
class |
WFPublicationListener
This class listens to mutations of
Publication objects
and manages Workflow's resources (State's action, alarms, ...) |
class |
WorkflowManager
This class manages JCMS workflows.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessControlListListener
Listen to mutation of AccessControlList.
|
class |
AccessControlManager
Manager of Access Control in JCMS.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AlertPolicyFilter
This interface provides hooks for Alert management.
|
Modifier and Type | Class and Description |
---|---|
class |
AlertController
Works on Publication's alerts.
|
class |
AlertListener |
class |
BasicAlertChannel |
class |
BasicAlertPolicyFilter
This class provides default implementation for AlertPolicyFilter
|
class |
MailAlertChannel |
class |
WebAlertChannel |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationHandler
An AuthenticationHandler is an object that perform user authentification.
JCMS manages a list of AuthenticationHandler sorted using the natural order provided by this abstract class using the order parameter of the constructor. Use this order parameter to modify the position of your handler in the authentication chain. Override one or both of the following methods to provide your own authentication mecanism : AuthenticationHandler.login(AuthenticationContext)
AuthenticationHandler.logout(AuthenticationContext)
When implementing any of those method, make sure you either call
the super method or either invoke the chain yourself, NOT BOTH!The AuthenticationHandler.loadProperties() method can be overridden to load/reload properties as needed. |
Modifier and Type | Class and Description |
---|---|
class |
AuthenticationCookieMemberListener
Listen to Member and DBMember deletion to delete their AuthenticationCoookie.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthKeyAuthenticationHandler
Authenticates users using an "authentication key" parameter valid only for the request for which it is processed.
|
class |
ClientCertificateAuthenticationHandler |
class |
CookieAuthenticationHandler
Save authentification made by other handlers into cookie
and use it later on to re-authenticate.
You can disable this handler by modifiying property "auth-mgr.cookie-enabled" . |
class |
DelegationAuthenticationHandler
Uses the Member's delegation to allow him to change its identity to somebody else.
|
class |
HttpBasicAuthenticationHandler
Authenticates user using HTTP Authorization.
In order to make it work you are responsible to call the method HttpBasicAuthenticationHandler.setHttpBasicAuthorizationHeader(HttpServletResponse, String) to
trigger a HTTP Authorization response, the handler will deal with
decoding of the next request. |
class |
HttpDigestAuthenticationHandler
Authenticates user using HTTP Authorization.
|
class |
LoggingAuthenticationHandler
Provide logging of the authentication process using log4j.
This authentication handler must be the first in the list of authentication handlers to be able to log authentication made by other handlers. |
class |
SessionAuthenticationHandler
Save authentification made by other handlers into session
and use it later on to re-authenticate.
|
class |
SilentParamsAuthenticationHandler
Read the authentification from the "silent" parameter,
silentLogin ,
silentPassword . |
class |
SimpleAuthenticationHandler
Authenticate user based on the login/password of existing member in JCMS.
Current implementation of this AuthenticationHandler :
stops the LoginChain on empty login or passowrd. |
Modifier and Type | Class and Description |
---|---|
class |
BasicDBListener
This class is an default implementation of DBListener.
|
class |
BasicDBListenerStoreListener
This class is a default implementation of StoreListener and DBListener.
|
class |
CacheDBListener |
class |
DBEventLogManager
This class replays the hibernate events on all the other replicas.
|
class |
DerbyManager
This class manages the internal Derby server.
|
Modifier and Type | Class and Description |
---|---|
class |
WorkspaceDBMemberListener |
Modifier and Type | Class and Description |
---|---|
class |
FileProcessorDBListenerStoreListener |
class |
FileProcessorReplicaMessageManager
Handle JSync intermessaging related to FileProcessor.
|
Modifier and Type | Class and Description |
---|---|
class |
FileProcessorManager
FileProcessor singleton manager class
|
Modifier and Type | Class and Description |
---|---|
class |
MailMessageDataController
This DataController resolves String email addresses as Members if any corresponding, on MailMessage creation.
|
class |
MailThreadQueryFilter |
Modifier and Type | Class and Description |
---|---|
class |
ImportDataListener
This StoreListener indexes imported data.
|
Modifier and Type | Class and Description |
---|---|
class |
MentionController |
Modifier and Type | Method and Description |
---|---|
protected <T extends PluginComponent> |
Plugin.getPluginComponents(java.lang.Class<T> clazz)
Convenient method to retrieve a usage of elements from the plugin
configuration and create PluginComponents from attribute class
Skip unresolvable types with a warning.
|
protected <T extends PluginComponent> |
Plugin.getPluginComponents(java.lang.Class<T> clazz,
java.lang.String tagName)
Convenient method to retrieve a usage of elements from the plugin
configuration and create PluginComponents from attribute class
Skip unresolvable types with a warning.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ChannelPolicyFilter
This class allow developers to put hooks to change
channel mechanism behaviour.
|
interface |
CtxMenuPolicyFilter
This class provides hooks for contextual menu rendering.
|
interface |
DataIconPolicyFilter
This interface provides hooks for Data icons
|
interface |
ExportPolicyFilter
This interface provides hooks for data export.
|
interface |
ImportPolicyFilter
This interface provides hooks for data export.
|
interface |
LuceneSearchEnginePolicyFilter
This class allow developers to put hooks to change
lucene search engine mechanism behaviour.
|
interface |
MailPolicyFilter
This interface provides hooks on around mail activity.
|
interface |
MediaTemplatePolicyFilter
This interface provides hooks around Media rendering.
|
interface |
MemberPolicyFilter |
interface |
PluginPolicyFilter |
interface |
PolicyFilter |
interface |
PortalPolicyFilter
This class allow developers to put hooks to change portal mechanism behaviour.
|
interface |
PublicationFollowerPolicyFilter |
interface |
RemoteDocumentPolicyFilter |
interface |
RightPolicyFilter
The RightPolicyFilter is a hook called JCMS Rights mecanism to handle custom rights.
|
interface |
TemplatePolicyFilter
This class is a hook to allow developer
to select custom templates for a given publication
|
interface |
ThumbnailPolicyFilter
This class allow users to customize behaviour of widgets
by re-writing call-back methods.
|
interface |
UnifiedInsertPolicyFilter
This class provides hooks for unified insertion.
|
interface |
WebdavPolicyFilter
This class is a hook to allow developer to add custom webdav behaviour
without implementing a new WebdavContext, WebdavFileSystem, ...
To handle read/write/upload rights for webdav the class RightPolicy may be used with JcmsContext Webdav. |
interface |
WikiPolicyFilter
This class provides hooks for wiki rendering.
|
interface |
WizardPolicyFilter
This class provides hooks for wizard actions:
Deep duplicate of a Workspace Model
Deep duplicate of a Portal
There is 2 methods to perform action on WizardContext before and after the
deep copy.
|
interface |
WysiwygPolicyFilter
This class provides hooks for wysiwyg rendering.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDataMailPolicyFilter |
class |
AbstractPolicyFilter |
class |
BasicChannelPolicyFilter
This class allow developers to put hooks to change
channel mechanism behaviour.
|
class |
BasicCtxMenuPolicyFilter
This class provides hooks for contextual menu rendering.
|
class |
BasicDataIconPolicyFilter |
class |
BasicExportPolicyFilter
This class provides hooks for data export.
|
class |
BasicImportPolicyFilter
This class provides hooks for data export.
|
class |
BasicLuceneSearchEnginePolicyFilter
This class allow developers to put hooks to change
lucene search engine mechanism behaviour.
|
class |
BasicMailPolicyFilter
Default implementation of MailPolicyFilter.
|
class |
BasicMediaTemplatePolicyFilter
Default implementation of
MediaTemplatePolicyFilter |
class |
BasicMemberPolicyFilter |
class |
BasicPluginPolicyFilter
This class provides hooks for plugin life cycle.
|
class |
BasicPortalPolicyFilter |
class |
BasicPublicationFollowerPolicyFilter |
class |
BasicRemoteDocumentPolicyFilter |
class |
BasicRightPolicyFilter
Default implementation of RightPolicyFilter
|
class |
BasicTemplatePolicyFilter
This class is a hook to allow developer
to select custom templates and css for a given publication
|
class |
BasicThumbnailPolicyFilter
This class allow users to customize behaviour of widgets
by re-writing call-back methods.
|
class |
BasicUnifiedInsertPolicyFilter
Default implementation of
UnifiedInsertPolicyFilter |
class |
BasicWebdavPolicyFilter
This class is a hook to allow developer to add custom webdav behaviour
without implementing a new WebdavContext, WebdavFileSystem, ...
To handle read/write/upload rights for webdav the class RightPolicy may be used with JcmsContext Webdav. |
class |
BasicWikiPolicyFilter
This class provides hooks for wiki rendering.
|
class |
BasicWizardPolicyFilter
This class provides hooks for wizard actions:
|
class |
BasicWysiwygPolicyFilter
This class allow users to customize behaviour of widgets
by re-writing call-back methods.
|
class |
ConditionTemplatePolicyFilter |
class |
DefaultThumbnailPolicyFilter
This class allow users to customize behaviour of widgets
by re-writing call-back methods.
|
Modifier and Type | Class and Description |
---|---|
class |
PortletQueryForeachDataController
Check the PortletQueryForeach options when JcmsDB search has been enabled.
|
Modifier and Type | Class and Description |
---|---|
class |
PublicationFollowerController |
Modifier and Type | Class and Description |
---|---|
class |
RecentHistoryDataController
The recent history data controller.
|
Modifier and Type | Class and Description |
---|---|
class |
RecommendationController
This Controller deletes all Recommendation on Publication deletion
|
Modifier and Type | Interface and Description |
---|---|
interface |
ReplicaMessageListener |
Modifier and Type | Class and Description |
---|---|
class |
CategorySearchEngineListener
This class listen to all operations on
Category and ask the
Category Search Engine to index/update/delete. |
class |
PublicationSearchEngineListener
This class listen to all operations on
Publication and ask the
Publication Search Engine to index/update/delete. |
class |
SpellSuggestEngine
This engine can be used when doing text search.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ShortcutPolicyFilter
This interface provides hooks for shortcut badge.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicShortcutPolicyFilter |
Modifier and Type | Class and Description |
---|---|
class |
ReaderTrackerManager |
Modifier and Type | Class and Description |
---|---|
class |
QuotaPolicyFilter |
class |
UnzipDataController
Monitors FileDocument zip file upload and create FileDocument from them.
|
class |
UnzipRightPolicyFilter
Monitors FileDocument upload and unzip them if requested.
|
Modifier and Type | Class and Description |
---|---|
class |
VoteDataController
This DataController checks if the Publication has changed its Workspace to update the Workspace vote
|
class |
VoteManager
This class gives Utils to handle vote
|
Modifier and Type | Class and Description |
---|---|
class |
WorkspaceListener
This class represent a Listener for Workspace Objects
|
class |
WSTypeEntryListener
This class is a StoreListener used to set a workspace for a
given WSTypeEntry.
|
Copyright © 2001-2017 Jalios SA. All Rights Reserved.