org.apache.jetspeed.container.url.impl
Class JetspeedPortletURL
java.lang.Object
org.apache.pluto.core.impl.PortletURLImpl
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
| 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 |
java.lang.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 |
JetspeedPortletURL
public JetspeedPortletURL(org.apache.pluto.om.window.PortletWindow portletWindow,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse,
boolean isAction)
toString
public java.lang.String toString()
- Specified by:
toString in interface javax.portlet.PortletURL- Overrides:
toString in class org.apache.pluto.core.impl.PortletURLImpl
Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.