|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ChannelRuntimeData in org.jasig.portal |
|---|
| Fields in org.jasig.portal declared as ChannelRuntimeData | |
|---|---|
protected ChannelRuntimeData |
ChannelRenderer.rd
Deprecated. |
| Methods in org.jasig.portal with parameters of type ChannelRuntimeData | |
|---|---|
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 |
IChannel.setRuntimeData(ChannelRuntimeData rd)
Deprecated. Passes ChannelRuntimeData to the channel. |
void |
MultithreadedCharacterChannelAdapter.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
MultithreadedChannelAdapter.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
IMultithreadedChannel.setRuntimeData(ChannelRuntimeData rd,
String uid)
Deprecated. |
| Constructors in org.jasig.portal with parameters of type ChannelRuntimeData | |
|---|---|
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 ChannelRuntimeData in org.jasig.portal.channels |
|---|
| Fields in org.jasig.portal.channels declared as ChannelRuntimeData | |
|---|---|
protected ChannelRuntimeData |
BaseChannel.runtimeData
Deprecated. |
| Methods in org.jasig.portal.channels that return ChannelRuntimeData | |
|---|---|
ChannelRuntimeData |
BaseMultithreadedChannel.ChannelState.getRuntimeData()
|
protected ChannelRuntimeData |
CAbstractXslt.getRuntimeData()
Deprecated. |
| Methods in org.jasig.portal.channels with parameters of type ChannelRuntimeData | |
|---|---|
void |
CLogin.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
BaseMultithreadedChannel.ChannelState.setRuntimeData(ChannelRuntimeData rd)
|
void |
CSyndFeed.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
BaseChannel.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
CAbstractXslt.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
CSnoop.setRuntimeData(ChannelRuntimeData rd)
Deprecated. Receives channel runtime data from the portal and processes actions passed to it. |
void |
CSelectSystemProfile.setRuntimeData(ChannelRuntimeData rd)
|
void |
CGenericXSLT.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
CNumberGuess.setRuntimeData(ChannelRuntimeData rd)
Deprecated. Receives channel runtime data from the portal and processes actions passed to it. |
void |
BaseMultithreadedChannel.setRuntimeData(ChannelRuntimeData rd,
String uid)
Deprecated. Sets the channel runtime data. |
| Uses of ChannelRuntimeData in org.jasig.portal.channels.adminnav |
|---|
| Methods in org.jasig.portal.channels.adminnav with parameters of type ChannelRuntimeData | |
|---|---|
void |
AdminNavChannel.setRuntimeData(ChannelRuntimeData rd)
Deprecated. Checks to see if the rendering document needs to be updated for the user's locale. |
| Uses of ChannelRuntimeData in org.jasig.portal.channels.adminnav.provider |
|---|
| Methods in org.jasig.portal.channels.adminnav.provider with parameters of type ChannelRuntimeData | |
|---|---|
void |
ListModel.setRuntimeData(ChannelRuntimeData rd)
Deprecated. Checks to see if the rendering document needs to be updated for the user's locale. |
| Uses of ChannelRuntimeData in org.jasig.portal.channels.cusermanager |
|---|
| Methods in org.jasig.portal.channels.cusermanager with parameters of type ChannelRuntimeData | |
|---|---|
IPerson |
ChannelRuntimeDataToPersonConverter.channelRuntimeDataToPerson(ChannelRuntimeData channelRuntimeData)
Deprecated. |
void |
CUserManager.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
| Uses of ChannelRuntimeData in org.jasig.portal.channels.DLMUserPreferences |
|---|
| Fields in org.jasig.portal.channels.DLMUserPreferences declared as ChannelRuntimeData | |
|---|---|
protected ChannelRuntimeData |
TabColumnPrefsState.runtimeData
Deprecated. |
| Methods in org.jasig.portal.channels.DLMUserPreferences that return ChannelRuntimeData | |
|---|---|
protected ChannelRuntimeData |
CUserPreferences.getRuntimeData()
Deprecated. |
| Methods in org.jasig.portal.channels.DLMUserPreferences with parameters of type ChannelRuntimeData | |
|---|---|
void |
CUserPreferences.setRuntimeData(ChannelRuntimeData rd)
Deprecated. CUserPreferences listens for an HttpRequestParameter "userPreferencesAction" and based on its value changes state between profile management and layout/stylesheet preferences. |
void |
TabColumnPrefsState.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
TabColumnPrefsState.DefaultState.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
TabColumnPrefsState.ResetLayoutState.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
TabColumnPrefsState.SelectSkinsState.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
TabColumnPrefsState.NewChannelState.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
TabColumnPrefsState.ParametersState.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
| Uses of ChannelRuntimeData in org.jasig.portal.channels.error |
|---|
| Methods in org.jasig.portal.channels.error with parameters of type ChannelRuntimeData | |
|---|---|
void |
CTimeout.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
CThrower.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
| Uses of ChannelRuntimeData in org.jasig.portal.channels.groupsmanager |
|---|
| Fields in org.jasig.portal.channels.groupsmanager declared as ChannelRuntimeData | |
|---|---|
ChannelRuntimeData |
CGroupsManagerSessionData.runtimeData
Deprecated. |
| Methods in org.jasig.portal.channels.groupsmanager with parameters of type ChannelRuntimeData | |
|---|---|
void |
CGroupsManager.setRuntimeData(ChannelRuntimeData rd)
Deprecated. Passes ChannelRuntimeData to the channel. |
| Uses of ChannelRuntimeData in org.jasig.portal.channels.groupsmanager.commands |
|---|
| Methods in org.jasig.portal.channels.groupsmanager.commands with parameters of type ChannelRuntimeData | |
|---|---|
protected String |
GroupsManagerCommand.getCommand(ChannelRuntimeData runtimeData)
Deprecated. Returns the grpCommand parameter from runtimeData |
protected String |
GroupsManagerCommand.getCommandArg(ChannelRuntimeData runtimeData)
Deprecated. Returns the grpCommandIds parameter from runtimeData. |
protected void |
GroupsManagerCommand.setCommandArg(ChannelRuntimeData runtimeData,
String arg)
Deprecated. Set the CommandArg value, useful for commands which would like to chain other commands |
| Uses of ChannelRuntimeData in org.jasig.portal.channels.iccdemo |
|---|
| Methods in org.jasig.portal.channels.iccdemo with parameters of type ChannelRuntimeData | |
|---|---|
void |
CURLSelector.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
CHistory.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
| Uses of ChannelRuntimeData in org.jasig.portal.channels.jsp |
|---|
| Subclasses of ChannelRuntimeData in org.jasig.portal.channels.jsp | |
|---|---|
class |
MediaResolver
Deprecated. All IChannel implementations should be migrated to portlets |
| Methods in org.jasig.portal.channels.jsp with parameters of type ChannelRuntimeData | |
|---|---|
Map |
IController.processRuntimeData(ChannelRuntimeData drd,
HttpSession s)
Deprecated. Allows the plugged-in controller for the jsp channel to have access to request-time parameters passed back to the channel instance and to take action internally. |
void |
Channel.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
| Uses of ChannelRuntimeData in org.jasig.portal.channels.jspSample |
|---|
| Methods in org.jasig.portal.channels.jspSample with parameters of type ChannelRuntimeData | |
|---|---|
Map |
Controller.processRuntimeData(ChannelRuntimeData drd,
HttpSession s)
Deprecated. Return our map of objects made available to the jsp. |
| Uses of ChannelRuntimeData in org.jasig.portal.channels.permissionsmanager |
|---|
| Fields in org.jasig.portal.channels.permissionsmanager declared as ChannelRuntimeData | |
|---|---|
ChannelRuntimeData |
PermissionsSessionData.runtimeData
Deprecated. |
| Methods in org.jasig.portal.channels.permissionsmanager with parameters of type ChannelRuntimeData | |
|---|---|
void |
CPermissionsManager.setRuntimeData(ChannelRuntimeData rD)
Deprecated. put your documentation comment here |
| Uses of ChannelRuntimeData in org.jasig.portal.channels.portlet |
|---|
| Methods in org.jasig.portal.channels.portlet with parameters of type ChannelRuntimeData | |
|---|---|
void |
SpringPortletChannelImpl.action(ChannelStaticData channelStaticData,
PortalControlStructures portalControlStructures,
ChannelRuntimeData channelRuntimeData)
Deprecated. |
void |
ISpringPortletChannel.action(ChannelStaticData channelStaticData,
PortalControlStructures portalControlStructures,
ChannelRuntimeData channelRuntimeData)
Deprecated. Handles an action request to the channel. |
ChannelCacheKey |
SpringPortletChannelImpl.generateKey(ChannelStaticData channelStaticData,
PortalControlStructures portalControlStructures,
ChannelRuntimeData channelRuntimeData)
Deprecated. |
ChannelCacheKey |
ISpringPortletChannel.generateKey(ChannelStaticData channelStaticData,
PortalControlStructures portalControlStructures,
ChannelRuntimeData channelRuntimeData)
Deprecated. Called before ISpringPortletChannel.isCacheValid(ChannelStaticData, PortalControlStructures, ChannelRuntimeData, Object) and
ISpringPortletChannel.render(ChannelStaticData, PortalControlStructures, ChannelRuntimeData, PrintWriter) during the render
cycle. |
protected IPortletWindowId |
SpringPortletChannelImpl.getPortletWindowId(ChannelStaticData channelStaticData,
ChannelRuntimeData channelRuntimeData,
PortalControlStructures pcs)
Deprecated. |
String |
SpringPortletChannelImpl.getTitle(ChannelStaticData channelStaticData,
PortalControlStructures portalControlStructures,
ChannelRuntimeData channelRuntimeData)
Deprecated. |
String |
ISpringPortletChannel.getTitle(ChannelStaticData channelStaticData,
PortalControlStructures portalControlStructures,
ChannelRuntimeData channelRuntimeData)
Deprecated. Called after ISpringPortletChannel.render(ChannelStaticData, PortalControlStructures, ChannelRuntimeData, PrintWriter), provides
the title to display for the channel for this rendering. |
protected String |
SpringPortletChannelImpl.getWindowInstanceId(ChannelStaticData channelStaticData,
PortalControlStructures portalControlStructures,
ChannelRuntimeData channelRuntimeData)
Deprecated. Get the id for the window instance described by the channel static data, portal control structures, and channel runtime data. |
boolean |
SpringPortletChannelImpl.isCacheValid(ChannelStaticData channelStaticData,
PortalControlStructures portalControlStructures,
ChannelRuntimeData channelRuntimeData,
Object validity)
Deprecated. |
boolean |
ISpringPortletChannel.isCacheValid(ChannelStaticData channelStaticData,
PortalControlStructures portalControlStructures,
ChannelRuntimeData channelRuntimeData,
Object validity)
Deprecated. Called after ISpringPortletChannel.generateKey(ChannelStaticData, PortalControlStructures, ChannelRuntimeData) and before
ISpringPortletChannel.render(ChannelStaticData, PortalControlStructures, ChannelRuntimeData, PrintWriter) during the render
cycle. |
void |
SpringPortletChannelImpl.prepareForRefresh(ChannelStaticData channelStaticData,
PortalControlStructures portalControlStructures,
ChannelRuntimeData channelRuntimeData)
Deprecated. |
void |
ISpringPortletChannel.prepareForRefresh(ChannelStaticData channelStaticData,
PortalControlStructures portalControlStructures,
ChannelRuntimeData channelRuntimeData)
Deprecated. Notification that the channel will be refreshed due to an error. |
void |
SpringPortletChannelImpl.prepareForReset(ChannelStaticData channelStaticData,
PortalControlStructures portalControlStructures,
ChannelRuntimeData channelRuntimeData)
Deprecated. |
void |
ISpringPortletChannel.prepareForReset(ChannelStaticData channelStaticData,
PortalControlStructures portalControlStructures,
ChannelRuntimeData channelRuntimeData)
Deprecated. Notification that the channel will be reset due to an error. |
void |
SpringPortletChannelImpl.render(ChannelStaticData channelStaticData,
PortalControlStructures portalControlStructures,
ChannelRuntimeData channelRuntimeData,
PrintWriter printWriter)
Deprecated. |
void |
ISpringPortletChannel.render(ChannelStaticData channelStaticData,
PortalControlStructures portalControlStructures,
ChannelRuntimeData channelRuntimeData,
PrintWriter printWriter)
Deprecated. Called after ISpringPortletChannel.generateKey(ChannelStaticData, PortalControlStructures, ChannelRuntimeData) and
ISpringPortletChannel.render(ChannelStaticData, PortalControlStructures, ChannelRuntimeData, PrintWriter). |
void |
CSpringPortletAdaptor.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
| Uses of ChannelRuntimeData in org.jasig.portal.channels.UserPreferences |
|---|
| Fields in org.jasig.portal.channels.UserPreferences declared as ChannelRuntimeData | |
|---|---|
protected ChannelRuntimeData |
TabColumnPrefsState.runtimeData
Deprecated. |
| Methods in org.jasig.portal.channels.UserPreferences that return ChannelRuntimeData | |
|---|---|
protected ChannelRuntimeData |
CUserPreferences.getRuntimeData()
Deprecated. |
| Methods in org.jasig.portal.channels.UserPreferences with parameters of type ChannelRuntimeData | |
|---|---|
void |
CUserPreferences.setRuntimeData(ChannelRuntimeData rd)
Deprecated. CUserPreferences listens for an HttpRequestParameter "userPreferencesAction" and based on its value changes state between profile management and layout/stylesheet preferences. |
void |
TabColumnPrefsState.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
TabColumnPrefsState.DefaultState.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
TabColumnPrefsState.ResetLayoutState.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
TabColumnPrefsState.SelectSkinsState.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
TabColumnPrefsState.NewChannelState.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
void |
TabColumnPrefsState.ParametersState.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
| Uses of ChannelRuntimeData in org.jasig.portal.channels.webproxy |
|---|
| Fields in org.jasig.portal.channels.webproxy declared as ChannelRuntimeData | |
|---|---|
protected ChannelRuntimeData |
CWebProxyURLFilter.runtimeData
Deprecated. |
| Methods in org.jasig.portal.channels.webproxy with parameters of type ChannelRuntimeData | |
|---|---|
static CWebProxyURLFilter |
CWebProxyURLFilter.newCWebProxyURLFilter(String mimeType,
ChannelRuntimeData runtimeData,
ContentHandler handler)
Deprecated. A factory method that uses mimeType to determine which type of CWebProxyURLFilter to return. |
void |
CWebProxy.setRuntimeData(ChannelRuntimeData rd)
Deprecated. Passes ChannelRuntimeData to the channel. |
| Uses of ChannelRuntimeData in org.jasig.portal.layout.channels |
|---|
| Methods in org.jasig.portal.layout.channels with parameters of type ChannelRuntimeData | |
|---|---|
void |
CSkinSelector.setRuntimeData(ChannelRuntimeData rd)
Deprecated. |
| Uses of ChannelRuntimeData in org.jasig.portal.layout.channels.locales |
|---|
| Methods in org.jasig.portal.layout.channels.locales with parameters of type ChannelRuntimeData | |
|---|---|
void |
CUserLocalesSelector.setRuntimeData(ChannelRuntimeData runtimeData)
Deprecated. |
| Uses of ChannelRuntimeData in org.jasig.portal.security |
|---|
| Methods in org.jasig.portal.security with parameters of type ChannelRuntimeData | |
|---|---|
String |
LocalConnectionContext.getDescriptor(String descriptor,
ChannelRuntimeData rd)
Returns a descriptor such as a URL for opening a connection to the backend application. |
void |
LocalConnectionContext.sendLocalData(Object connection,
ChannelRuntimeData rd)
Send any per-connection local data to the backend application. |
| Uses of ChannelRuntimeData in org.jasig.portal.security.provider |
|---|
| Methods in org.jasig.portal.security.provider with parameters of type ChannelRuntimeData | |
|---|---|
void |
BasicLocalConnectionContext.sendLocalData(Object connection,
ChannelRuntimeData rd)
Sets the headers so that the connection will authenticate using HTTP Basic Authentication using the username and password passed set at publish time. |
| Uses of ChannelRuntimeData in org.jasig.portal.security.provider.cas |
|---|
| Methods in org.jasig.portal.security.provider.cas with parameters of type ChannelRuntimeData | |
|---|---|
String |
CasConnectionContext.getDescriptor(String descriptor,
ChannelRuntimeData rd)
|
String |
CasConnectionContext.getPostData(ChannelRuntimeData rd)
Get the "ticket={ticket}" parameter String given a ChannelRuntimeData containing a parameter declaring the service for which a proxy ticket is desired. |
void |
CasConnectionContext.sendLocalData(Object conParam,
ChannelRuntimeData rd)
|
| Uses of ChannelRuntimeData in org.jasig.portal.tools |
|---|
| Constructors in org.jasig.portal.tools with parameters of type ChannelRuntimeData | |
|---|---|
ChannelServlet.Worker(IChannel ch,
ChannelRuntimeData runtimeData,
ContentHandler dh)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||