Package org.jasig.portal.channels.portlet

Interface Summary
IPortletAdaptor Marker interface for IChannels to communicate that they wish to be treated in the ways we treat JSR-168 portlets being rendered via IChannels.
 

Class Summary
ChannelData An object that keeps track of session data.
ChannelState Represents the channel's state including the static data, runtime data, portal event, portal control structures and a ChannelData object.
CPortletAdapter A JSR 168 Portlet adapter that presents a portlet through the uPortal channel interface.
OutputStreamResponseWrapper The portlet needs to be able to use a HttpServletResponse that just uses the ServletOutputStream as the backing for the PrintWriter.