Uses of Class
org.jasig.portal.PortalControlStructures

Packages that use PortalControlStructures
org.jasig.portal   
org.jasig.portal.car   
org.jasig.portal.channels   
org.jasig.portal.channels.DLMUserPreferences   
org.jasig.portal.channels.error The CError channel and its supporting classes. 
org.jasig.portal.channels.jsp   
org.jasig.portal.channels.portlet   
org.jasig.portal.channels.UserPreferences   
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. 
 

Uses of PortalControlStructures in org.jasig.portal
 

Methods in org.jasig.portal with parameters of type PortalControlStructures
 void DownloadDispatchWorker.processWorkerDispatch(PortalControlStructures pcs)
          Deprecated.  
 void IWorkerRequestProcessor.processWorkerDispatch(PortalControlStructures pcs)
          Deprecated. Process a worker request.
 void MultithreadedPrivilegedCacheableCharacterChannelAdapter.setPortalControlStructures(PortalControlStructures pcs)
          Deprecated.  
 void MultithreadedPrivilegedMimeResponseCharacterChannelAdapter.setPortalControlStructures(PortalControlStructures pcs)
          Deprecated.  
 void MultithreadedPrivilegedChannelAdapter.setPortalControlStructures(PortalControlStructures pcs)
          Deprecated.  
 void MultithreadedPrivilegedCacheableChannelAdapter.setPortalControlStructures(PortalControlStructures pcs)
          Deprecated.  
 void IPrivileged.setPortalControlStructures(PortalControlStructures pcs)
          Deprecated. Passes portal control structure to the channel.
 void MultithreadedPrivilegedCharacterChannelAdapter.setPortalControlStructures(PortalControlStructures pcs)
          Deprecated.  
 void MultithreadedPrivilegedCacheableMimeResponseChannelAdapter.setPortalControlStructures(PortalControlStructures pcs)
          Deprecated.  
 void MultithreadedPrivilegedMimeResponseChannelAdapter.setPortalControlStructures(PortalControlStructures pcs)
          Deprecated.  
 void MultithreadedPrivilegedCacheableMimeResponseCharacterChannelAdapter.setPortalControlStructures(PortalControlStructures pcs)
          Deprecated.  
 void IMultithreadedPrivileged.setPortalControlStructures(PortalControlStructures pcs, String uid)
          Deprecated. Passes portal control structure to the channel.
 

Uses of PortalControlStructures in org.jasig.portal.car
 

Methods in org.jasig.portal.car with parameters of type PortalControlStructures
 void CarResourceWorker.processWorkerDispatch(PortalControlStructures pcs)
          Provides web access to channel resources stored in channel archive files housing channels if the channels were installed in the portal using a CAR.
 

Uses of PortalControlStructures in org.jasig.portal.channels
 

Methods in org.jasig.portal.channels with parameters of type PortalControlStructures
 void CLogin.setPortalControlStructures(PortalControlStructures pcs)
          Deprecated.  
 void CSecureInfo.setPortalControlStructures(PortalControlStructures pcs)
          Deprecated.  
 void CSnoop.setPortalControlStructures(PortalControlStructures pcs)
          Deprecated. Sends portal control structures to the portal, i.e.
 

Uses of PortalControlStructures in org.jasig.portal.channels.DLMUserPreferences
 

Methods in org.jasig.portal.channels.DLMUserPreferences with parameters of type PortalControlStructures
 void CUserPreferences.setPortalControlStructures(PortalControlStructures pcs)
          Deprecated.  
 void TabColumnPrefsState.setPortalControlStructures(PortalControlStructures pcs)
          Deprecated.  
 

Uses of PortalControlStructures in org.jasig.portal.channels.error
 

Methods in org.jasig.portal.channels.error with parameters of type PortalControlStructures
 void CError.setPortalControlStructures(PortalControlStructures pcs)
          Deprecated.  
 

Uses of PortalControlStructures in org.jasig.portal.channels.jsp
 

Methods in org.jasig.portal.channels.jsp with parameters of type PortalControlStructures
 void Channel.setPortalControlStructures(PortalControlStructures pcs)
          Deprecated. Extracts the HttpServletRequest, HttpServletResponse, and HttpSession for use in delegated JSPs.
 

Uses of PortalControlStructures in org.jasig.portal.channels.portlet
 

Methods in org.jasig.portal.channels.portlet with parameters of type PortalControlStructures
 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)
          Deprecated. Get the id for the window instance described by the channel static data and portal control structures.
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.
 void SpringPortletChannelImpl.initSession(ChannelStaticData channelStaticData, PortalControlStructures portalControlStructures)
          Deprecated.  
 void ISpringPortletChannel.initSession(ChannelStaticData channelStaticData, PortalControlStructures portalControlStructures)
          Deprecated. Called when a session is created for a user of the channel described by the ChannelStaticData argument.
 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.portalEvent(ChannelStaticData channelStaticData, PortalControlStructures portalControlStructures, PortalEvent portalEvent)
          Deprecated.  
 void ISpringPortletChannel.portalEvent(ChannelStaticData channelStaticData, PortalControlStructures portalControlStructures, PortalEvent portalEvent)
          Deprecated. Notification of a portal event.
 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.setPortalControlStructures(PortalControlStructures pcs)
          Deprecated.  
 

Uses of PortalControlStructures in org.jasig.portal.channels.UserPreferences
 

Methods in org.jasig.portal.channels.UserPreferences with parameters of type PortalControlStructures
 void CUserPreferences.setPortalControlStructures(PortalControlStructures pcs)
          Deprecated.  
 void TabColumnPrefsState.setPortalControlStructures(PortalControlStructures pcs)
          Deprecated.  
 

Uses of PortalControlStructures in org.jasig.portal.layout.channels
 

Methods in org.jasig.portal.layout.channels with parameters of type PortalControlStructures
 void CSkinSelector.setPortalControlStructures(PortalControlStructures pcs)
          Deprecated. Passes portal control structure to the channel.
 

Uses of PortalControlStructures in org.jasig.portal.layout.channels.locales
 

Methods in org.jasig.portal.layout.channels.locales with parameters of type PortalControlStructures
 void CUserLocalesSelector.setPortalControlStructures(PortalControlStructures pcs)
          Deprecated.  
 

Uses of PortalControlStructures in org.jasig.portal.layout.channels.sitemap
 

Methods in org.jasig.portal.layout.channels.sitemap with parameters of type PortalControlStructures
 void CSiteMap.setPortalControlStructures(PortalControlStructures pcs)
          Deprecated.  
 



Copyright © 2010 Jasig. All Rights Reserved.