org.portletbridge.portlet
Class PseudoPortletURL
java.lang.Object
org.portletbridge.portlet.PseudoPortletURL
- All Implemented Interfaces:
- javax.portlet.PortletURL
public class PseudoPortletURL
- extends java.lang.Object
- implements javax.portlet.PortletURL
TODO: There's a simpler way of doing this
- Author:
- jmccrindle
Constructor Summary |
PseudoPortletURL(java.lang.String start,
java.lang.String end)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PseudoPortletURL
public PseudoPortletURL(java.lang.String start,
java.lang.String end)
setWindowState
public void setWindowState(javax.portlet.WindowState arg0)
throws javax.portlet.WindowStateException
- Specified by:
setWindowState
in interface javax.portlet.PortletURL
- Throws:
javax.portlet.WindowStateException
setPortletMode
public void setPortletMode(javax.portlet.PortletMode arg0)
throws javax.portlet.PortletModeException
- Specified by:
setPortletMode
in interface javax.portlet.PortletURL
- Throws:
javax.portlet.PortletModeException
setParameter
public void setParameter(java.lang.String key,
java.lang.String value)
- Specified by:
setParameter
in interface javax.portlet.PortletURL
setParameter
public void setParameter(java.lang.String arg0,
java.lang.String[] arg1)
- Specified by:
setParameter
in interface javax.portlet.PortletURL
setParameters
public void setParameters(java.util.Map arg0)
- Specified by:
setParameters
in interface javax.portlet.PortletURL
setSecure
public void setSecure(boolean arg0)
throws javax.portlet.PortletSecurityException
- Specified by:
setSecure
in interface javax.portlet.PortletURL
- Throws:
javax.portlet.PortletSecurityException
toString
public java.lang.String toString()
- Specified by:
toString
in interface javax.portlet.PortletURL
- Overrides:
toString
in class java.lang.Object
Copyright © 2002-2006 Grape Design Limited. All Rights Reserved.