Uses of Interface
com.jalios.jcms.plugin.PluginComponent

Packages that use PluginComponent
com.jalios.jcms Contains the core JCMS classes. 
com.jalios.jcms.authentication   
com.jalios.jcms.authentication.handlers   
com.jalios.jcms.calendar Contains the classes used to deal with calendar in JCMS. 
com.jalios.jcms.db   
com.jalios.jcms.mashup   
com.jalios.jcms.plugin   
com.jalios.jcms.policy   
com.jalios.jcms.search Provides internal search engines classes of JCMS. 
com.jalios.jcms.stat Provides classes for statistics management and analysis. 
com.jalios.jcms.upload   
com.jalios.jcms.workspace Contains classes about workspace features. 
com.jalios.jcmsplugin.bookmarks   
com.jalios.jcmsplugin.collaborativespace   
com.jalios.jcmsplugin.comment   
com.jalios.jcmsplugin.dbcomment   
com.jalios.jcmsplugin.dbforum   
com.jalios.jcmsplugin.dbpoll   
com.jalios.jcmsplugin.devtools   
com.jalios.jcmsplugin.jstoreforum Contains all the abstract classes and some listener used by forum in JCMS. 
com.jalios.jcmsplugin.od   
com.jalios.jcmsplugin.podcast   
com.jalios.jcmsplugin.smiley   
com.jalios.jcmsplugin.tinymcebuttons   
com.jalios.jcmsplugin.toppublications   
com.jalios.jcmsplugin.virtualdesktop   
com.jalios.jcmsplugin.wiki   
 

Uses of PluginComponent in com.jalios.jcms
 

Classes in com.jalios.jcms that implement PluginComponent
 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 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.
static class DescriptiveURLs.DescriptiveURLsListener
           
 class FDPublicationListener
          This class listens to mutations of Publication objects and update attached FileDocument
 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 MemberListener
          This class listens to mutations of Member instances.
 class PublicationListener
          This class listens to mutations of Publication objects.
 class QueryFilter
          A QueryFilter is notified for each query.
 class ReviewListener
          This class listens to mutations of Review data.
 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, ...)
 

Uses of PluginComponent in com.jalios.jcms.authentication
 

Classes in com.jalios.jcms.authentication that implement PluginComponent
 class AuthenticationHandler
          An AuthenticationHandler is an object that perform user authentification.
 

Uses of PluginComponent in com.jalios.jcms.authentication.handlers
 

Classes in com.jalios.jcms.authentication.handlers that implement PluginComponent
 class AuthKeyAuthenticationHandler
          Authenticates users using an "authentication key" parameter valid only for the request for which it is processed.
 class CookieAuthenticationHandler
          Save authentification made by other handlers into cookie and use it later on to re-authenticate.
 class DelegationAuthenticationHandler
          Uses the Member's delegation to allow him to change its identity to somebody else.
 class HttpBasicAuthenticationHandler
          Authenticates user using HTTP Authorization.
 class LoggingAuthenticationHandler
          Provide logging of the authentication process using log4j.
 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 and silentDigest with remote portal authentication.
 class SimpleAuthenticationHandler
          Authenticate user based on the login/password of existing member in JCMS.
 

Uses of PluginComponent in com.jalios.jcms.calendar
 

Classes in com.jalios.jcms.calendar that implement PluginComponent
 class CalendarEventListener
          This class is listening to any modification of CalendarEvent.
 

Uses of PluginComponent in com.jalios.jcms.db
 

Classes in com.jalios.jcms.db that implement PluginComponent
 class BasicDBListener
          This class is an default implementation of DBListener.
 class BasicDBListenerStoreListener
          This class is a default implementation of StoreListener and DBListener.
 class DBEventLogManager
          This class replays the hibernate events on all the other replicas.
 class DerbyManager
          This class manages the internal Derby server.
 

Uses of PluginComponent in com.jalios.jcms.mashup
 

Classes in com.jalios.jcms.mashup that implement PluginComponent
 class ImportDataListener
          This StoreListener indexes imported data.
 

Uses of PluginComponent in com.jalios.jcms.plugin
 

Methods in com.jalios.jcms.plugin with type parameters of type PluginComponent
protected
<T extends PluginComponent>
List<T>
Plugin.getPluginComponents(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.
 

Uses of PluginComponent in com.jalios.jcms.policy
 

Subinterfaces of PluginComponent in com.jalios.jcms.policy
 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 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 PluginPolicyFilter
           
 interface PolicyFilter
           
 interface PortalPolicyFilter
          This class allow developers to put hooks to change portal mechanism behaviour.
 interface RightPolicyFilter
          The RightPolicyFilter is a hook called JCMS Rights mecanism to handle custom rights.
 interface StatPolicyFilter
          This class is a hook to allow developer to add custom stat behaviour without implementing many StatListener
 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 WebdavPolicyFilter
          This class is a hook to allow developer to add custom webdav behaviour without implementing a new WebdavContext, WebdavFileSystem, ...
 interface WidgetPolicyFilter
          This class allow users to customize behaviour of widgets by re-writing call-back methods.
 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.
 

Classes in com.jalios.jcms.policy that implement PluginComponent
 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 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 BasicPluginPolicyFilter
          This class provides hooks for plugin life cycle.
 class BasicPortalPolicyFilter
           
 class BasicRightPolicyFilter
          Default implementation of RightPolicyFilter
 class BasicStatPolicyFilter
          This class is a hook to allow developer to add custom stat behaviour without implementing many StatListener
 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 BasicWebdavPolicyFilter
          This class is a hook to allow developer to add custom webdav behaviour without implementing a new WebdavContext, WebdavFileSystem, ...
 class BasicWidgetPolicyFilter
          This class allow users to customize behaviour of widgets by re-writing call-back methods.
 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.
 

Uses of PluginComponent in com.jalios.jcms.search
 

Classes in com.jalios.jcms.search that implement PluginComponent
 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.
 

Uses of PluginComponent in com.jalios.jcms.stat
 

Classes in com.jalios.jcms.stat that implement PluginComponent
 class StatReportListener
           
 

Uses of PluginComponent in com.jalios.jcms.upload
 

Classes in com.jalios.jcms.upload that implement PluginComponent
 class UnzipDataController
          Monitors FileDocument zip file upload and create FileDocument from them.
 class UnzipRightPolicyFilter
          Monitors FileDocument upload and unzip them if requested.
 

Uses of PluginComponent in com.jalios.jcms.workspace
 

Classes in com.jalios.jcms.workspace that implement PluginComponent
 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.
 

Uses of PluginComponent in com.jalios.jcmsplugin.bookmarks
 

Classes in com.jalios.jcmsplugin.bookmarks that implement PluginComponent
 class BookmarkDataController
           
 

Uses of PluginComponent in com.jalios.jcmsplugin.collaborativespace
 

Classes in com.jalios.jcmsplugin.collaborativespace that implement PluginComponent
 class CSRequestController
          This class define
 class CSSlaveDataController
          This class slave Workspace Title with CollaborativeSpace Title with Root Category title.
 class CSTemplatePolicyFilter
          This class define templates to use to create/update Collaborative Space
 class CSWorkspaceController
          This class define check there is 1 CollaborativeSpace for 1 Workspace
 

Uses of PluginComponent in com.jalios.jcmsplugin.comment
 

Classes in com.jalios.jcmsplugin.comment that implement PluginComponent
 class CommentRightPolicyFilter
          CommentRightPolicyFilter check if the given publication is a Comment then delegate rights on Comment TreeParent's applied rights.
 

Uses of PluginComponent in com.jalios.jcmsplugin.dbcomment
 

Classes in com.jalios.jcmsplugin.dbcomment that implement PluginComponent
 class DBCommentController
           
 class DBCommentListener
           
 class DBCommentRightPolicyFilter
          DBCommentRightPolicyFilter check if the given publication is a Comment then delegate rights on Comment TreeParent's applied rights.
 

Uses of PluginComponent in com.jalios.jcmsplugin.dbforum
 

Classes in com.jalios.jcmsplugin.dbforum that implement PluginComponent
 class DBForumPostListener
           
 

Uses of PluginComponent in com.jalios.jcmsplugin.dbpoll
 

Classes in com.jalios.jcmsplugin.dbpoll that implement PluginComponent
 class PollController
          Poll's DataController
 class PollVoteController
           
 

Uses of PluginComponent in com.jalios.jcmsplugin.devtools
 

Classes in com.jalios.jcmsplugin.devtools that implement PluginComponent
 class DevToolsAuthenticationHandler
           
 

Uses of PluginComponent in com.jalios.jcmsplugin.jstoreforum
 

Classes in com.jalios.jcmsplugin.jstoreforum that implement PluginComponent
 class ForumDiscussionMetadataListener
           
 class ForumMemberController
           
 class ForumMessageListener
          This StoreListener listen to ForumMessages' creates and updates in order to send Forum Notifications to members.
 class ForumPublicationListener
          This class listens to changes that should be passed on forum elements, ie Forum, ForumDiscussion or ForumMessage objects.
 

Uses of PluginComponent in com.jalios.jcmsplugin.od
 

Classes in com.jalios.jcmsplugin.od that implement PluginComponent
 class MemberCleanFilter
           
 class ODDataController
           
 class ODExportPolicyFilter
           
 class ODImportPolicyFilter
           
 class ODKeepDraftCleanFilter
           
 class ODKeepLastCleanFilter
           
 class ODQueryFilter
           
 

Uses of PluginComponent in com.jalios.jcmsplugin.podcast
 

Classes in com.jalios.jcmsplugin.podcast that implement PluginComponent
 class PodcastChannelListener
          ChannelListener used to initialize required categorie for the podcast plugin.
 

Uses of PluginComponent in com.jalios.jcmsplugin.smiley
 

Classes in com.jalios.jcmsplugin.smiley that implement PluginComponent
 class SmileyWikiPolicyFilter
           
 

Uses of PluginComponent in com.jalios.jcmsplugin.tinymcebuttons
 

Classes in com.jalios.jcmsplugin.tinymcebuttons that implement PluginComponent
 class TinyMCEButtonsChannelListener
          This class set TinyMCE Plugin properties
 class TinyMCEButtonsWysiwygPolicyFilter
          This class handle TinyMCE "more" plugin
 

Uses of PluginComponent in com.jalios.jcmsplugin.toppublications
 

Classes in com.jalios.jcmsplugin.toppublications that implement PluginComponent
 class TrackerDataController
           
 

Uses of PluginComponent in com.jalios.jcmsplugin.virtualdesktop
 

Classes in com.jalios.jcmsplugin.virtualdesktop that implement PluginComponent
 class DesktopDataController
          Controls Portlet writes to intercept portlet edition made from the VirtualDesktop and save it for the specified service of the current member instead of saving it.
 class DesktopManager
          Singleton class used to manage all virtual desktop properties an such.
 class DesktopPortalPolicyFilter
          PortalPolicyFilter used to override portlets' fields values with services' fields values during service/portlet display.
 class DesktopTemplatePolicyFilter
          TemplatePolicyFilter used to define default edit inline template for services.
 

Uses of PluginComponent in com.jalios.jcmsplugin.wiki
 

Classes in com.jalios.jcmsplugin.wiki that implement PluginComponent
 class WikiPageController
           
 class WikiPageCtxMenuPolicyFilter
           
 class WikiPagePortalPolicyFilter
           
 class WikiPageStoreListener
           
 class WikiPageTemplatePolicyFilter
           
 class WikiPageWikiPolicyFilter
           
 



Copyright © 2001-2007 Jalios SA. All Rights Reserved.