com.liferay.portal.portletcontainer
Class PortletWindowURL
java.lang.Object
com.liferay.portal.portletcontainer.PortletWindowURL
- All Implemented Interfaces:
- com.sun.portal.container.ChannelURL, java.io.Serializable
public class PortletWindowURL
- extends java.lang.Object
- implements com.sun.portal.container.ChannelURL, java.io.Serializable
View Source
- Author:
- Deepak Gothe, Brian Wing Shun Chan
- See Also:
- Serialized Form
Constructor Summary |
PortletWindowURL(javax.servlet.http.HttpServletRequest request,
com.liferay.portal.model.Portlet portlet,
com.sun.portal.container.ChannelState windowState,
com.sun.portal.container.ChannelMode portletMode,
long plid)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
PortletWindowURL
public PortletWindowURL(javax.servlet.http.HttpServletRequest request,
com.liferay.portal.model.Portlet portlet,
com.sun.portal.container.ChannelState windowState,
com.sun.portal.container.ChannelMode portletMode,
long plid)
addProperty
public void addProperty(java.lang.String name,
java.lang.String value)
- Specified by:
addProperty
in interface com.sun.portal.container.ChannelURL
getCacheLevel
public java.lang.String getCacheLevel()
- Specified by:
getCacheLevel
in interface com.sun.portal.container.ChannelURL
getChannelMode
public com.sun.portal.container.ChannelMode getChannelMode()
- Specified by:
getChannelMode
in interface com.sun.portal.container.ChannelURL
getParameters
public java.util.Map<java.lang.String,java.lang.String[]> getParameters()
- Specified by:
getParameters
in interface com.sun.portal.container.ChannelURL
getProperties
public java.util.Map<java.lang.String,java.util.List<java.lang.String>> getProperties()
- Specified by:
getProperties
in interface com.sun.portal.container.ChannelURL
getURLType
public com.sun.portal.container.ChannelURLType getURLType()
- Specified by:
getURLType
in interface com.sun.portal.container.ChannelURL
getWindowState
public com.sun.portal.container.ChannelState getWindowState()
- Specified by:
getWindowState
in interface com.sun.portal.container.ChannelURL
isSecure
public boolean isSecure()
- Specified by:
isSecure
in interface com.sun.portal.container.ChannelURL
setCacheLevel
public void setCacheLevel(java.lang.String cacheLevel)
- Specified by:
setCacheLevel
in interface com.sun.portal.container.ChannelURL
setChannelMode
public void setChannelMode(com.sun.portal.container.ChannelMode portletMode)
- Specified by:
setChannelMode
in interface com.sun.portal.container.ChannelURL
setParameter
public void setParameter(java.lang.String name,
java.lang.String value)
- Specified by:
setParameter
in interface com.sun.portal.container.ChannelURL
setParameter
public void setParameter(java.lang.String name,
java.lang.String[] values)
- Specified by:
setParameter
in interface com.sun.portal.container.ChannelURL
setParameters
public void setParameters(java.util.Map<java.lang.String,java.lang.String[]> parametersMap)
- Specified by:
setParameters
in interface com.sun.portal.container.ChannelURL
setProperty
public void setProperty(java.lang.String name,
java.lang.String value)
- Specified by:
setProperty
in interface com.sun.portal.container.ChannelURL
setResourceID
public void setResourceID(java.lang.String resourceID)
- Specified by:
setResourceID
in interface com.sun.portal.container.ChannelURL
setSecure
public void setSecure(boolean secure)
- Specified by:
setSecure
in interface com.sun.portal.container.ChannelURL
setURLType
public void setURLType(com.sun.portal.container.ChannelURLType urlType)
- Specified by:
setURLType
in interface com.sun.portal.container.ChannelURL
setWindowState
public void setWindowState(com.sun.portal.container.ChannelState windowState)
- Specified by:
setWindowState
in interface com.sun.portal.container.ChannelURL
toString
public java.lang.String toString()
- Specified by:
toString
in interface com.sun.portal.container.ChannelURL
- Overrides:
toString
in class java.lang.Object
getLifecycle
protected java.lang.String getLifecycle()