org.apache.pluto.internal.impl
Class PortletURLImpl
java.lang.Object
org.apache.pluto.internal.impl.PortletURLImpl
- All Implemented Interfaces:
- javax.portlet.PortletURL
public class PortletURLImpl
- extends java.lang.Object
- implements javax.portlet.PortletURL
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
mode
protected javax.portlet.PortletMode mode
parameters
protected java.util.Map parameters
internalPortletWindow
protected InternalPortletWindow internalPortletWindow
secure
protected boolean secure
servletRequest
protected javax.servlet.http.HttpServletRequest servletRequest
servletResponse
protected javax.servlet.http.HttpServletResponse servletResponse
state
protected javax.portlet.WindowState state
isAction
protected boolean isAction
PortletURLImpl
public PortletURLImpl(PortletContainer container,
InternalPortletWindow internalPortletWindow,
javax.servlet.http.HttpServletRequest servletRequest,
javax.servlet.http.HttpServletResponse servletResponse,
boolean isAction)
setWindowState
public void setWindowState(javax.portlet.WindowState windowState)
throws javax.portlet.WindowStateException
- Specified by:
setWindowState
in interface javax.portlet.PortletURL
- Throws:
javax.portlet.WindowStateException
setPortletMode
public void setPortletMode(javax.portlet.PortletMode portletMode)
throws javax.portlet.PortletModeException
- Specified by:
setPortletMode
in interface javax.portlet.PortletURL
- Throws:
javax.portlet.PortletModeException
setParameter
public void setParameter(java.lang.String name,
java.lang.String value)
- Specified by:
setParameter
in interface javax.portlet.PortletURL
setParameter
public void setParameter(java.lang.String name,
java.lang.String[] values)
- Specified by:
setParameter
in interface javax.portlet.PortletURL
setParameters
public void setParameters(java.util.Map parameters)
- Specified by:
setParameters
in interface javax.portlet.PortletURL
setSecure
public void setSecure(boolean secure)
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
getParameter
public java.lang.String getParameter(java.lang.String name)
getParameters
public java.lang.String[] getParameters(java.lang.String name)
getPortletMode
public javax.portlet.PortletMode getPortletMode()
getWindowState
public javax.portlet.WindowState getWindowState()
Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.