Uses of Class
com.jalios.jcms.Channel

Packages that use Channel
com.jalios.jcms Contains the core JCMS classes. 
com.jalios.jcms.authentication   
com.jalios.jcms.context Provides context classes available in every request, you can extends them or use them as javabean. 
com.jalios.jcms.db   
com.jalios.jcms.plugin   
com.jalios.jcms.rest   
com.jalios.jcms.search Provides internal search engines classes of JCMS. 
com.jalios.jcms.servlet Contains JCMS servlet classes. 
com.jalios.jcms.stat Provides classes for statistics management and analysis. 
com.jalios.jcms.stat.listener Contains listeners of statistics 
com.jalios.jcms.taglib Provides many of the classes used for JCMS jsp tags. 
com.jalios.jcms.test   
com.jalios.jcms.widget Contains widget classes that generate html component especially for Forms Input. 
com.jalios.jcmsplugin.dbforum   
com.jalios.jcmsplugin.explorer   
com.jalios.jcmsplugin.jstoreforum Contains all the abstract classes and some listener used by forum in JCMS. 
 

Uses of Channel in com.jalios.jcms
 

Fields in com.jalios.jcms declared as Channel
protected  Channel WFReminderAlarmListener.channel
           
protected  Channel WFExpressAlarmListener.channel
           
protected  Channel NotificationManager.channel
           
protected  Channel JcmsCleanFilter.channel
           
protected static Channel Data.channel
           
protected  Channel ChannelFile.channel
           
protected static Channel Channel.channel
           
protected  Channel CacheManager.channel
           
protected  Channel AudienceRights.channel
           
protected  Channel AdminNotes.channel
           
protected  Channel AbstractIndexManager.channel
           
 

Methods in com.jalios.jcms that return Channel
 Channel ChannelInitServlet.getChannel()
           
 Channel ChannelFile.getChannel()
           
static Channel Channel.getChannel()
          Singleton Method to get the channel
 

Uses of Channel in com.jalios.jcms.authentication
 

Fields in com.jalios.jcms.authentication declared as Channel
protected static Channel AuthenticationHandler.channel
           
protected static Channel AuthenticationContext.channel
           
 

Uses of Channel in com.jalios.jcms.context
 

Fields in com.jalios.jcms.context declared as Channel
protected static Channel JcmsContext.channel
           
protected  Channel AbstractJcmsAjaxContext.channel
           
 

Uses of Channel in com.jalios.jcms.db
 

Fields in com.jalios.jcms.db declared as Channel
protected  Channel AbstractJcms5DataLoader.channel
           
 

Uses of Channel in com.jalios.jcms.plugin
 

Fields in com.jalios.jcms.plugin declared as Channel
protected static Channel Plugin.channel
           
 

Methods in com.jalios.jcms.plugin with parameters of type Channel
 void PluginManager.init(Channel channel)
          Inits the PluginManager.
 

Uses of Channel in com.jalios.jcms.rest
 

Fields in com.jalios.jcms.rest declared as Channel
protected  Channel JcmsRestResource.channel
           
 

Uses of Channel in com.jalios.jcms.search
 

Fields in com.jalios.jcms.search declared as Channel
protected  Channel PublicationSearchEngineListener.channel
           
protected  Channel LuceneDataSearchEngine.channel
           
protected  Channel CategorySearchEngineListener.channel
           
 

Uses of Channel in com.jalios.jcms.servlet
 

Fields in com.jalios.jcms.servlet declared as Channel
protected  Channel JcmsServlet.channel
           
protected static Channel InitFilter.channel
           
 

Uses of Channel in com.jalios.jcms.stat
 

Methods in com.jalios.jcms.stat with parameters of type Channel
static org.apache.oro.text.regex.Pattern[][] StatManager.getIgnorePattern(Channel channel)
          Return all the Pattern to find stat line to escape.
 

Uses of Channel in com.jalios.jcms.stat.listener
 

Fields in com.jalios.jcms.stat.listener declared as Channel
protected  Channel AbstractStatListener.channel
           
 

Uses of Channel in com.jalios.jcms.taglib
 

Fields in com.jalios.jcms.taglib declared as Channel
protected  Channel FormWidgetTag.channel
           
protected  Channel EditTag.channel
           
protected  Channel CategoriesTag.channel
           
 

Uses of Channel in com.jalios.jcms.test
 

Fields in com.jalios.jcms.test declared as Channel
protected static Channel JcmsTestCase.channel
          Singleton used for testing
 

Uses of Channel in com.jalios.jcms.widget
 

Fields in com.jalios.jcms.widget declared as Channel
protected  Channel AbstractWidget.channel
           
 

Uses of Channel in com.jalios.jcmsplugin.dbforum
 

Fields in com.jalios.jcmsplugin.dbforum declared as Channel
protected  Channel DBForumPostListener.channel
           
 

Uses of Channel in com.jalios.jcmsplugin.explorer
 

Fields in com.jalios.jcmsplugin.explorer declared as Channel
static Channel ExplorerUtils.channel
           
static Channel ExplorerFields.channel
           
 

Uses of Channel in com.jalios.jcmsplugin.jstoreforum
 

Fields in com.jalios.jcmsplugin.jstoreforum declared as Channel
protected  Channel ForumPublicationListener.channel
           
protected  Channel ForumMessageListener.channel
           
 



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