org.apache.jetspeed.services.forward.configuration.impl
Class PortletForwardImpl
java.lang.Object
org.apache.jetspeed.services.forward.configuration.impl.PortletForwardImpl
- All Implemented Interfaces:
- PortletForward, java.io.Serializable
- public class PortletForwardImpl
- extends java.lang.Object
- implements PortletForward, java.io.Serializable
Portlet Forward implementation
- Version:
- $Id: PortletForwardImpl.java,v 1.4 2004/02/23 03:50:10 jford Exp $
- Author:
- David Sean Taylor
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletForwardImpl
public PortletForwardImpl()
getPortlet
public java.lang.String getPortlet()
- Specified by:
getPortlet
in interface PortletForward
setPortlet
public void setPortlet(java.lang.String portlet)
getForward
public java.lang.String getForward()
- Specified by:
getForward
in interface PortletForward
setForward
public void setForward(java.lang.String forward)
getTarget
public java.lang.String getTarget()
- Specified by:
getTarget
in interface PortletForward
setTarget
public void setTarget(java.lang.String target)
getQueryParams
public java.util.Map getQueryParams()
- Specified by:
getQueryParams
in interface PortletForward
setQueryParams
public void setQueryParams(java.util.Map queryParams)
Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.