|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IChannel | |
|---|---|
| org.jasig.portal | |
| org.jasig.portal.channels | |
| org.jasig.portal.channels.adminnav | |
| org.jasig.portal.channels.adminnav.provider | |
| org.jasig.portal.channels.cusermanager | |
| org.jasig.portal.channels.DLMUserPreferences | |
| org.jasig.portal.channels.error | The CError channel and its supporting classes. |
| org.jasig.portal.channels.groupsmanager | |
| org.jasig.portal.channels.iccdemo | |
| org.jasig.portal.channels.jsp | |
| org.jasig.portal.channels.permissionsmanager | |
| org.jasig.portal.channels.portlet | |
| org.jasig.portal.channels.sqlquery | |
| org.jasig.portal.channels.version | |
| org.jasig.portal.channels.webproxy | |
| org.jasig.portal.layout.channels | Channels in support of layouts generally. |
| org.jasig.portal.layout.channels.locales | Channels relating to locales. |
| org.jasig.portal.layout.channels.sitemap | The Sitemap channel. |
| org.jasig.portal.layout.dlm.channels.guide | |
| org.jasig.portal.properties | Package for the PropertiesManager and its supporting classes, created as of uPortal 2.4. |
| org.jasig.portal.tools | |
| Uses of IChannel in org.jasig.portal |
|---|
| Subinterfaces of IChannel in org.jasig.portal | |
|---|---|
interface |
ICharacterChannel
Deprecated. All IChannel implementations should be migrated to portlets |
interface |
IPrivilegedChannel
Deprecated. All IChannel implementations should be migrated to portlets |
interface |
IResetableChannel
Deprecated. All IChannel implementations should be migrated to portlets |
interface |
IServant
Deprecated. All IChannel implementations should be migrated to portlets |
| Classes in org.jasig.portal that implement IChannel | |
|---|---|
class |
MultithreadedCacheableChannelAdapter
Deprecated. All IChannel implementations should be migrated to portlets |
class |
MultithreadedCacheableCharacterChannelAdapter
Deprecated. All IChannel implementations should be migrated to portlets |
class |
MultithreadedCacheableMimeResponseChannelAdapter
Deprecated. All IChannel implementations should be migrated to portlets |
class |
MultithreadedCacheableMimeResponseCharacterChannelAdapter
Deprecated. All IChannel implementations should be migrated to portlets |
class |
MultithreadedChannelAdapter
Deprecated. All IChannel implementations should be migrated to portlets |
class |
MultithreadedCharacterChannelAdapter
Deprecated. All IChannel implementations should be migrated to portlets |
class |
MultithreadedMimeResponseChannelAdapter
Deprecated. All IChannel implementations should be migrated to portlets |
class |
MultithreadedMimeResponseCharacterChannelAdapter
Deprecated. All IChannel implementations should be migrated to portlets |
class |
MultithreadedPrivilegedCacheableChannelAdapter
Deprecated. All IChannel implementations should be migrated to portlets |
class |
MultithreadedPrivilegedCacheableCharacterChannelAdapter
Deprecated. All IChannel implementations should be migrated to portlets |
class |
MultithreadedPrivilegedCacheableDirectResponseCharacterChannelAdapter
Deprecated. All IChannel implementations should be migrated to portlets |
class |
MultithreadedPrivilegedCacheableMimeResponseChannelAdapter
Deprecated. All IChannel implementations should be migrated to portlets |
class |
MultithreadedPrivilegedCacheableMimeResponseCharacterChannelAdapter
Deprecated. All IChannel implementations should be migrated to portlets |
class |
MultithreadedPrivilegedChannelAdapter
Deprecated. All IChannel implementations should be migrated to portlets |
class |
MultithreadedPrivilegedCharacterChannelAdapter
Deprecated. All IChannel implementations should be migrated to portlets |
class |
MultithreadedPrivilegedMimeResponseChannelAdapter
Deprecated. All IChannel implementations should be migrated to portlets |
class |
MultithreadedPrivilegedMimeResponseCharacterChannelAdapter
Deprecated. All IChannel implementations should be migrated to portlets |
class |
StandaloneChannelRenderer
Deprecated. IChannel rendering code will be replaced with portlet specific rendering code in a future release |
| Fields in org.jasig.portal declared as IChannel | |
|---|---|
protected IChannel |
ChannelRenderer.channel
Deprecated. |
| Fields in org.jasig.portal with type parameters of type IChannel | |
|---|---|
protected Map<IChannel,Map<String,ChannelCacheEntry>> |
ChannelRenderer.cacheTables
Deprecated. |
| Methods in org.jasig.portal that return IChannel | |
|---|---|
IChannel |
ChannelManager.getChannelInstance(HttpServletRequest request,
HttpServletResponse response,
String channelSubscribeId)
Deprecated. Obtain an instance of a channel. |
IChannel |
ChannelManager.instantiateChannel(HttpServletRequest request,
HttpServletResponse response,
String channelSubscribeId)
Deprecated. Instantiates a channel given just the channel subscribe Id. |
static IChannel |
ChannelFactory.instantiateChannel(String className,
String uid)
Deprecated. Produce an IChannel based on a java class name. |
static IChannel |
ChannelFactory.instantiateLayoutChannel(IUserLayoutChannelDescription description,
String sessionId)
Deprecated. Construct channel instance based on a channel description object. |
static IChannel |
ChannelFactory.instantiateLayoutChannel(String channelSubscribeId,
IUserLayoutManager ulm,
String sessionId)
Deprecated. Instantiate a channel from information supplied by the user layout manager. |
| Methods in org.jasig.portal with parameters of type IChannel | |
|---|---|
IChannelRenderer |
IChannelRendererFactory.newInstance(IChannel channel,
ChannelRuntimeData channelRuntimeData)
Deprecated. Creates a new instance of a channel renderer object for the provided channel and runtime data instances. |
IChannelRenderer |
ChannelRendererFactoryImpl.newInstance(IChannel channel,
ChannelRuntimeData channelRuntimeData)
Deprecated. Creates a new instance of a channel renderer object. |
void |
ChannelManager.setChannelInstance(String channelSubscribeId,
IChannel channelInstance)
Deprecated. Directly places a channel instance into the hashtable of active channels. |
| Method parameters in org.jasig.portal with type arguments of type IChannel | |
|---|---|
void |
IChannelRenderer.setCacheTables(Map<IChannel,Map<String,ChannelCacheEntry>> cacheTables)
Deprecated. Sets the cache tables for the channel renderer. |
void |
ChannelRenderer.setCacheTables(Map<IChannel,Map<String,ChannelCacheEntry>> cacheTables)
Deprecated. |
| Constructors in org.jasig.portal with parameters of type IChannel | |
|---|---|
ChannelRenderer.Worker(IChannel ch,
ChannelRuntimeData runtimeData)
|
|
ChannelRenderer(IChannel chan,
ChannelRuntimeData runtimeData,
ExecutorService threadPool)
Deprecated. Default contstructor |
|
ChannelRenderer(IChannel chan,
ChannelRuntimeData runtimeData,
ExecutorService threadPool,
SetCheckInSemaphore groupSemaphore,
Object groupRenderingKey)
Deprecated. Default contstructor |
|
| Uses of IChannel in org.jasig.portal.channels |
|---|
| Classes in org.jasig.portal.channels that implement IChannel | |
|---|---|
class |
BaseChannel
Deprecated. All IChannel implementations should be migrated to portlets |
class |
CAbstractXslt
Deprecated. All IChannel implementations should be migrated to portlets |
class |
CApplet
Deprecated. IChannel rendering code will be replaced with portlet specific rendering code in a future release |
class |
CGenericXSLT
Deprecated. All IChannel implementations should be migrated to portlets |
class |
CHeader
Deprecated. All IChannel implementations should be migrated to portlets |
class |
CImage
Deprecated. All IChannel implementations should be migrated to portlets |
class |
CInlineFrame
Deprecated. |
class |
CLogin
Deprecated. All IChannel implementations should be migrated to portlets |
class |
CNumberGuess
Deprecated. All IChannel implementations should be migrated to portlets |
class |
CPersonAttributes
Deprecated. All IChannel implementations should be migrated to portlets |
class |
CSecureInfo
Deprecated. All IChannel implementations should be migrated to portlets |
class |
CSelectSystemProfile
CSelectSystemProfile channel allows to establish mapping from user-Agent to a system profile. |
class |
CSnoop
Deprecated. All IChannel implementations should be migrated to portlets |
class |
CSyndFeed
Deprecated. All IChannel implementations should be migrated to portlets |
class |
CTimeTitle
Deprecated. All IChannel implementations should be migrated to portlets |
| Fields in org.jasig.portal.channels declared as IChannel | |
|---|---|
protected IChannel |
CSecureInfo.the_channel
Deprecated. |
| Constructors in org.jasig.portal.channels with parameters of type IChannel | |
|---|---|
CSecureInfo(String channelSubscribeId,
IChannel channelInstance)
Deprecated. |
|
| Uses of IChannel in org.jasig.portal.channels.adminnav |
|---|
| Subinterfaces of IChannel in org.jasig.portal.channels.adminnav | |
|---|---|
interface |
INavigationModel
Deprecated. All IChannel implementations should be migrated to portlets |
| Classes in org.jasig.portal.channels.adminnav that implement IChannel | |
|---|---|
class |
AdminNavChannel
Deprecated. All IChannel implementations should be migrated to portlets |
| Uses of IChannel in org.jasig.portal.channels.adminnav.provider |
|---|
| Classes in org.jasig.portal.channels.adminnav.provider that implement IChannel | |
|---|---|
class |
ListModel
Deprecated. All IChannel implementations should be migrated to portlets |
| Uses of IChannel in org.jasig.portal.channels.cusermanager |
|---|
| Classes in org.jasig.portal.channels.cusermanager that implement IChannel | |
|---|---|
class |
CUserManager
Deprecated. All IChannel implementations should be migrated to portlets |
| Uses of IChannel in org.jasig.portal.channels.DLMUserPreferences |
|---|
| Classes in org.jasig.portal.channels.DLMUserPreferences that implement IChannel | |
|---|---|
class |
CUserPreferences
Deprecated. All IChannel implementations should be migrated to portlets |
class |
TabColumnPrefsState
Deprecated. All IChannel implementations should be migrated to portlets |
protected class |
TabColumnPrefsState.DefaultState
Deprecated. All IChannel implementations should be migrated to portlets |
protected class |
TabColumnPrefsState.NewChannelState
Deprecated. All IChannel implementations should be migrated to portlets |
protected class |
TabColumnPrefsState.ParametersState
Deprecated. All IChannel implementations should be migrated to portlets |
protected class |
TabColumnPrefsState.ResetLayoutState
Deprecated. All IChannel implementations should be migrated to portlets |
protected class |
TabColumnPrefsState.SelectSkinsState
Deprecated. All IChannel implementations should be migrated to portlets |
| Uses of IChannel in org.jasig.portal.channels.error |
|---|
| Classes in org.jasig.portal.channels.error that implement IChannel | |
|---|---|
class |
CError
Deprecated. All IChannel implementations should be migrated to portlets |
class |
CThrower
Deprecated. All IChannel implementations should be migrated to portlets |
class |
CTimeout
Deprecated. All IChannel implementations should be migrated to portlets |
| Methods in org.jasig.portal.channels.error with parameters of type IChannel | |
|---|---|
protected void |
CError.renderChannel(IChannel channel,
ContentHandler contentHandler,
PrintWriter printWriter)
Deprecated. |
| Constructors in org.jasig.portal.channels.error with parameters of type IChannel | |
|---|---|
CError(ErrorCode errorCode,
String message,
String channelSubscribeId,
IChannel channelInstance)
Deprecated. Instantiate a CError representing a particular channel's failure, including a message and errorCode, but not a Throwable. |
|
CError(ErrorCode errorCode,
Throwable throwable,
String channelSubscribeId,
IChannel channelInstance)
Deprecated. Construct an instance of the Error channel representing a failure to render of a particular subscribed channel for reason of having thrown a Throwable. |
|
CError(ErrorCode errorCode,
Throwable exception,
String channelSubscribeId,
IChannel channelInstance,
String message)
Deprecated. Instantiate a CError instance representing the failure of some particular channel, including an error code, message, and the Throwable. |
|
| Uses of IChannel in org.jasig.portal.channels.groupsmanager |
|---|
| Classes in org.jasig.portal.channels.groupsmanager that implement IChannel | |
|---|---|
class |
CGroupsManager
Deprecated. All IChannel implementations should be migrated to portlets |
class |
CGroupsManagerServant
Deprecated. All IChannel implementations should be migrated to portlets |
| Uses of IChannel in org.jasig.portal.channels.iccdemo |
|---|
| Classes in org.jasig.portal.channels.iccdemo that implement IChannel | |
|---|---|
class |
CHistory
Deprecated. All IChannel implementations should be migrated to portlets |
class |
CURLSelector
Deprecated. All IChannel implementations should be migrated to portlets |
class |
CViewer
Deprecated. All IChannel implementations should be migrated to portlets |
| Uses of IChannel in org.jasig.portal.channels.jsp |
|---|
| Classes in org.jasig.portal.channels.jsp that implement IChannel | |
|---|---|
class |
Channel
Deprecated. All IChannel implementations should be migrated to portlets |
class |
ServantChannel
Deprecated. All IChannel implementations should be migrated to portlets |
| Uses of IChannel in org.jasig.portal.channels.permissionsmanager |
|---|
| Classes in org.jasig.portal.channels.permissionsmanager that implement IChannel | |
|---|---|
class |
CPermissionsManager
Deprecated. All IChannel implementations should be migrated to portlets |
class |
CPermissionsManagerServant
Deprecated. All IChannel implementations should be migrated to portlets |
| Uses of IChannel in org.jasig.portal.channels.portlet |
|---|
| Subinterfaces of IChannel in org.jasig.portal.channels.portlet | |
|---|---|
interface |
IPortletAdaptor
Deprecated. All IChannel implementations should be migrated to portlets |
| Classes in org.jasig.portal.channels.portlet that implement IChannel | |
|---|---|
class |
CSpringPortletAdaptor
Deprecated. All IChannel implementations should be migrated to portlets |
| Uses of IChannel in org.jasig.portal.channels.sqlquery |
|---|
| Classes in org.jasig.portal.channels.sqlquery that implement IChannel | |
|---|---|
class |
CSqlQuery
Deprecated. All IChannel implementations should be migrated to portlets |
| Uses of IChannel in org.jasig.portal.channels.version |
|---|
| Classes in org.jasig.portal.channels.version that implement IChannel | |
|---|---|
class |
CVersion
Deprecated. All IChannel implementations should be migrated to portlets |
| Uses of IChannel in org.jasig.portal.channels.webproxy |
|---|
| Classes in org.jasig.portal.channels.webproxy that implement IChannel | |
|---|---|
class |
CWebProxy
Deprecated. All IChannel implementations should be migrated to portlets |
| Uses of IChannel in org.jasig.portal.layout.channels |
|---|
| Classes in org.jasig.portal.layout.channels that implement IChannel | |
|---|---|
class |
CSkinSelector
Deprecated. All IChannel implementations should be migrated to portlets |
| Uses of IChannel in org.jasig.portal.layout.channels.locales |
|---|
| Classes in org.jasig.portal.layout.channels.locales that implement IChannel | |
|---|---|
class |
CSessionLocalesSelector
Deprecated. All IChannel implementations should be migrated to portlets |
class |
CUserLocalesSelector
Deprecated. All IChannel implementations should be migrated to portlets |
| Uses of IChannel in org.jasig.portal.layout.channels.sitemap |
|---|
| Classes in org.jasig.portal.layout.channels.sitemap that implement IChannel | |
|---|---|
class |
CSiteMap
Deprecated. All IChannel implementations should be migrated to portlets |
| Uses of IChannel in org.jasig.portal.layout.dlm.channels.guide |
|---|
| Classes in org.jasig.portal.layout.dlm.channels.guide that implement IChannel | |
|---|---|
class |
DlmIntroChannel
Deprecated. All IChannel implementations should be migrated to portlets |
| Uses of IChannel in org.jasig.portal.properties |
|---|
| Classes in org.jasig.portal.properties that implement IChannel | |
|---|---|
class |
CMissingProperties
Deprecated. All IChannel implementations should be migrated to portlets |
| Uses of IChannel in org.jasig.portal.tools |
|---|
| Constructors in org.jasig.portal.tools with parameters of type IChannel | |
|---|---|
ChannelServlet.Worker(IChannel ch,
ChannelRuntimeData runtimeData,
ContentHandler dh)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||