| org.apache.jetspeed.container.DesktopPortletContainerImpl
DesktopPortletContainerImpl | public class DesktopPortletContainerImpl extends PortletContainerImpl implements PortletContainer(Code) | | Desktop Portlet Container implementation. This implementation
redirects only if the query paramater encoder=desktop is NOT specified.
When the encoder=desktop parameter is specified, the 'redirect' URL
is returned in the response body for use by desktop javascript code.
author: David Sean Taylor version: $Id: $ |
DesktopPortletContainerImpl | public DesktopPortletContainerImpl(String desktopPipelinePath, String desktopActionPipelinePath, String desktopRenderPipelinePath)(Code) | | |
|
|