org.apache.jetspeed.container.url.impl
Class JetspeedPortletURL

java.lang.Object
  extended by org.apache.pluto.core.impl.PortletURLImpl
      extended by org.apache.jetspeed.container.url.impl.JetspeedPortletURL
All Implemented Interfaces:
javax.portlet.PortletURL

public class JetspeedPortletURL
extends org.apache.pluto.core.impl.PortletURLImpl

Jetspeed extension of the Pluto PortalURLImpl providing support for session url rewriting when cookies are disabled.

Version:
$Id: JetspeedPortletURL.java 516448 2007-03-09 16:25:47Z ate $
Author:
Ate Douma

Field Summary
 
Fields inherited from class org.apache.pluto.core.impl.PortletURLImpl
isAction, mode, parameters, portletWindow, provider, secure, servletRequest, servletResponse, state
 
Constructor Summary
JetspeedPortletURL(org.apache.pluto.om.window.PortletWindow portletWindow, javax.servlet.http.HttpServletRequest servletRequest, javax.servlet.http.HttpServletResponse servletResponse, boolean isAction)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.apache.pluto.core.impl.PortletURLImpl
getParameter, getParameters, getPortletMode, getWindowState, setParameter, setParameter, setParameters, setPortletMode, setSecure, setWindowState
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JetspeedPortletURL

public JetspeedPortletURL(org.apache.pluto.om.window.PortletWindow portletWindow,
                          javax.servlet.http.HttpServletRequest servletRequest,
                          javax.servlet.http.HttpServletResponse servletResponse,
                          boolean isAction)
Method Detail

toString

public String toString()
Specified by:
toString in interface javax.portlet.PortletURL
Overrides:
toString in class org.apache.pluto.core.impl.PortletURLImpl


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.