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

java.lang.Object
  extended byorg.apache.pluto.core.impl.PortletURLImpl
      extended byorg.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 188598 2005-05-24 02:10:58Z 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()


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