Uses of Class
com.jalios.jcms.Channel
- 
Packages that use Channel Package Description com.jalios.jcms Contains the core JPlatform classes.com.jalios.jcms.authentication com.jalios.jcms.backgroundprocess com.jalios.jcms.comparator 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.jportal com.jalios.jcms.mail.listener com.jalios.jcms.mail.listener.criteria com.jalios.jcms.plugin com.jalios.jcms.property com.jalios.jcms.publicationfollower com.jalios.jcms.push.servlet com.jalios.jcms.rest com.jalios.jcms.search Provides internal search engines classes of JPlatform.com.jalios.jcms.servlet Contains JPlatform servlet classes.com.jalios.jcms.taglib Provides many of the classes used for JPlatform jsp tags.com.jalios.jcms.test com.jalios.jcms.tools This package contains various tools used for/by JPlatform.com.jalios.jcms.uicomponent.linkitems com.jalios.jcms.uicomponent.sidebar com.jalios.jcms.uicomponent.topbar  - 
- 
Uses of Channel in com.jalios.jcms
Fields in com.jalios.jcms declared as Channel Modifier and Type Field Description protected ChannelAbstractIndexManager. channelprotected ChannelAdminNotes. channelprotected ChannelAudienceRights. channelprotected ChannelBasicDataController. channelprotected static ChannelChannel. channelprotected static ChannelData. channelprotected ChannelJcmsCleanFilter. channelprotected ChannelJcmsJSyncListener. channelprotected ChannelMemberSearchEngineListener. channelprotected ChannelNotificationManager. channelprotected ChannelStartupDataGenerator. channelprotected ChannelWFExpressAlarmListener. channelprotected ChannelWFReminderAlarmListener. channelMethods in com.jalios.jcms that return Channel Modifier and Type Method Description static ChannelChannel. getChannel()Singleton Method to get the channelChannelChannelInitServlet. getChannel() - 
Uses of Channel in com.jalios.jcms.authentication
Fields in com.jalios.jcms.authentication declared as Channel Modifier and Type Field Description protected static ChannelAuthenticationContext. channelprotected static ChannelAuthenticationHandler. channel - 
Uses of Channel in com.jalios.jcms.backgroundprocess
Methods in com.jalios.jcms.backgroundprocess that return Channel Modifier and Type Method Description protected static ChannelBackgroundProcess. channel() - 
Uses of Channel in com.jalios.jcms.comparator
Fields in com.jalios.jcms.comparator declared as Channel Modifier and Type Field Description protected ChannelBasicComparator. channelThe Channel. - 
Uses of Channel in com.jalios.jcms.context
Fields in com.jalios.jcms.context declared as Channel Modifier and Type Field Description protected ChannelAbstractJcmsAjaxContext. channelprotected static ChannelJcmsContext. channel - 
Uses of Channel in com.jalios.jcms.db
Fields in com.jalios.jcms.db declared as Channel Modifier and Type Field Description protected static ChannelDBDataRevision. channel - 
Uses of Channel in com.jalios.jcms.jportal
Fields in com.jalios.jcms.jportal declared as Channel Modifier and Type Field Description protected ChannelJPortalTemplate. channel - 
Uses of Channel in com.jalios.jcms.mail.listener
Fields in com.jalios.jcms.mail.listener declared as Channel Modifier and Type Field Description ChannelMemberMailListener. channel - 
Uses of Channel in com.jalios.jcms.mail.listener.criteria
Fields in com.jalios.jcms.mail.listener.criteria declared as Channel Modifier and Type Field Description protected static ChannelAbstractIncomingMailFetchCriteria. channel - 
Uses of Channel in com.jalios.jcms.plugin
Fields in com.jalios.jcms.plugin declared as Channel Modifier and Type Field Description protected static ChannelPlugin. channelMethods in com.jalios.jcms.plugin with parameters of type Channel Modifier and Type Method Description voidPluginManager. init(Channel channel)Inits the PluginManager. - 
Uses of Channel in com.jalios.jcms.property
Methods in com.jalios.jcms.property with parameters of type Channel Modifier and Type Method Description voidPropertyManager. prepare(Channel channel, java.lang.String customPropFilePath, java.lang.String webappPropFilePath) - 
Uses of Channel in com.jalios.jcms.publicationfollower
Fields in com.jalios.jcms.publicationfollower declared as Channel Modifier and Type Field Description protected ChannelPublicationFollower. channel - 
Uses of Channel in com.jalios.jcms.push.servlet
Methods in com.jalios.jcms.push.servlet with parameters of type Channel Modifier and Type Method Description voidProviderManager. initProtocolProperties(Channel channel)set protocol properties from channel properties, not done before because channel may not be initialized when the servlet initializes - 
Uses of Channel in com.jalios.jcms.rest
Fields in com.jalios.jcms.rest declared as Channel Modifier and Type Field Description protected ChannelJcmsRestResource. channel - 
Uses of Channel in com.jalios.jcms.search
Fields in com.jalios.jcms.search declared as Channel Modifier and Type Field Description protected ChannelCategorySearchEngineListener. channelprotected ChannelLuceneDataSearchEngine. channelprotected ChannelPublicationSearchEngineListener. channel - 
Uses of Channel in com.jalios.jcms.servlet
Fields in com.jalios.jcms.servlet declared as Channel Modifier and Type Field Description protected static ChannelInitFilter. channelprotected ChannelJcmsServlet. channel - 
Uses of Channel in com.jalios.jcms.taglib
Fields in com.jalios.jcms.taglib declared as Channel Modifier and Type Field Description protected ChannelCategoriesTag. channelprotected ChannelEditTag. channelprotected ChannelIconTag. channel - 
Uses of Channel in com.jalios.jcms.test
Fields in com.jalios.jcms.test declared as Channel Modifier and Type Field Description protected static ChannelJcmsTestCase. channelSingleton used for testingprotected static ChannelJcmsTestCase4. channel - 
Uses of Channel in com.jalios.jcms.tools
Fields in com.jalios.jcms.tools declared as Channel Modifier and Type Field Description protected static ChannelAbstractFilePacker. channelprotected static ChannelAbstractChecker. CHANNEL - 
Uses of Channel in com.jalios.jcms.uicomponent.linkitems
Fields in com.jalios.jcms.uicomponent.linkitems declared as Channel Modifier and Type Field Description protected ChannelAbstractUILinkItem. channel - 
Uses of Channel in com.jalios.jcms.uicomponent.sidebar
Fields in com.jalios.jcms.uicomponent.sidebar declared as Channel Modifier and Type Field Description protected ChannelMemberSidebarTab. channel - 
Uses of Channel in com.jalios.jcms.uicomponent.topbar
Fields in com.jalios.jcms.uicomponent.topbar declared as Channel Modifier and Type Field Description protected ChannelTopbarItem. channel 
 -