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 Channel
AbstractIndexManager. channel
protected Channel
AdminNotes. channel
protected Channel
AudienceRights. channel
protected Channel
BasicDataController. channel
protected static Channel
Channel. channel
protected static Channel
Data. channel
protected Channel
JcmsCleanFilter. channel
protected Channel
JcmsJSyncListener. channel
protected Channel
MemberSearchEngineListener. channel
protected Channel
NotificationManager. channel
protected Channel
StartupDataGenerator. channel
protected Channel
WFExpressAlarmListener. channel
protected Channel
WFReminderAlarmListener. channel
Methods in com.jalios.jcms that return Channel Modifier and Type Method Description static Channel
Channel. getChannel()
Singleton Method to get the channelChannel
ChannelInitServlet. 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 Channel
AuthenticationContext. channel
protected static Channel
AuthenticationHandler. 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 Channel
BackgroundProcess. channel()
-
Uses of Channel in com.jalios.jcms.comparator
Fields in com.jalios.jcms.comparator declared as Channel Modifier and Type Field Description protected Channel
BasicComparator. channel
The Channel. -
Uses of Channel in com.jalios.jcms.context
Fields in com.jalios.jcms.context declared as Channel Modifier and Type Field Description protected Channel
AbstractJcmsAjaxContext. channel
protected static Channel
JcmsContext. 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 Channel
DBDataRevision. channel
-
Uses of Channel in com.jalios.jcms.jportal
Fields in com.jalios.jcms.jportal declared as Channel Modifier and Type Field Description protected Channel
JPortalTemplate. 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 Channel
MemberMailListener. 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 Channel
AbstractIncomingMailFetchCriteria. 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 Channel
Plugin. channel
Methods in com.jalios.jcms.plugin with parameters of type Channel Modifier and Type Method Description void
PluginManager. 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 void
PropertyManager. 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 Channel
PublicationFollower. 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 void
ProviderManager. 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 Channel
JcmsRestResource. channel
-
Uses of Channel in com.jalios.jcms.search
Fields in com.jalios.jcms.search declared as Channel Modifier and Type Field Description protected Channel
CategorySearchEngineListener. channel
protected Channel
LuceneDataSearchEngine. channel
protected Channel
PublicationSearchEngineListener. 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 Channel
InitFilter. channel
protected Channel
JcmsServlet. channel
-
Uses of Channel in com.jalios.jcms.taglib
Fields in com.jalios.jcms.taglib declared as Channel Modifier and Type Field Description protected Channel
CategoriesTag. channel
protected Channel
EditTag. channel
protected Channel
IconTag. 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 Channel
JcmsTestCase. channel
Singleton used for testingprotected static Channel
JcmsTestCase4. 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 Channel
AbstractFilePacker. channel
protected static Channel
AbstractChecker. 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 Channel
AbstractUILinkItem. 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 Channel
MemberSidebarTab. 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 Channel
TopbarItem. channel
-