org.jasig.portal.channels.DLMUserPreferences
Class TabColumnPrefsState.NewChannelState
java.lang.Object
org.jasig.portal.channels.DLMUserPreferences.BaseState
org.jasig.portal.channels.DLMUserPreferences.TabColumnPrefsState.NewChannelState
- All Implemented Interfaces:
- IChannel, IPrivileged, IPrivilegedChannel
- Enclosing class:
- TabColumnPrefsState
protected class TabColumnPrefsState.NewChannelState
- extends BaseState
A sub-state of TabColumnPrefsState for choosing a new channel (formerly subscribe)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
context
protected TabColumnPrefsState context
position
private java.lang.String position
catID
private java.lang.String catID
TabColumnPrefsState.NewChannelState
public TabColumnPrefsState.NewChannelState(TabColumnPrefsState context)
setRuntimeData
public void setRuntimeData(ChannelRuntimeData rd)
throws PortalException
- Description copied from interface:
IChannel
- Passes ChannelRuntimeData to the channel.
This function is called prior to the renderXML() call.
- Specified by:
setRuntimeData
in interface IChannel
- Overrides:
setRuntimeData
in class BaseState
- Parameters:
rd
- channel runtime data
- Throws:
PortalException
- See Also:
ChannelRuntimeData
renderXML
public void renderXML(org.xml.sax.ContentHandler out)
throws PortalException
- Description copied from interface:
IChannel
- Ask channel to render its content.
- Specified by:
renderXML
in interface IChannel
- Overrides:
renderXML
in class BaseState
- Parameters:
out
- the SAX ContentHandler to output content to
- Throws:
PortalException
returnToDefaultState
private void returnToDefaultState()
throws PortalException
- Throws:
PortalException