Class PortletWindowURL
- java.lang.Object
-
- org.silverpeas.core.web.portlets.portal.portletwindow.PortletWindowURL
-
- All Implemented Interfaces:
com.sun.portal.container.ChannelURL
public class PortletWindowURL extends Object implements com.sun.portal.container.ChannelURL
PortletWindowURL provides the concrete implementation of ChannelURL interface.
-
-
Constructor Summary
Constructors Constructor Description PortletWindowURL(String desktopURL)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addProperty(String name, String value)
String
getCacheLevel()
com.sun.portal.container.ChannelMode
getChannelMode()
Map<String,String[]>
getParameters()
Map<String,List<String>>
getProperties()
com.sun.portal.container.ChannelURLType
getURLType()
com.sun.portal.container.ChannelState
getWindowState()
boolean
isSecure()
void
setCacheLevel(String cacheLevel)
void
setChannelMode(com.sun.portal.container.ChannelMode newChannelMode)
void
setParameter(String name, String value)
void
setParameter(String name, String[] values)
void
setParameters(Map<String,String[]> parametersMap)
void
setProperty(String name, String value)
void
setResourceID(String resourceID)
void
setSecure(boolean secure)
void
setURLType(com.sun.portal.container.ChannelURLType urlType)
void
setWindowState(com.sun.portal.container.ChannelState newWindowState)
String
toString()
-
-
-
Constructor Detail
-
PortletWindowURL
public PortletWindowURL(String desktopURL)
-
-
Method Detail
-
setChannelMode
public void setChannelMode(com.sun.portal.container.ChannelMode newChannelMode)
- Specified by:
setChannelMode
in interfacecom.sun.portal.container.ChannelURL
-
setWindowState
public void setWindowState(com.sun.portal.container.ChannelState newWindowState)
- Specified by:
setWindowState
in interfacecom.sun.portal.container.ChannelURL
-
setURLType
public void setURLType(com.sun.portal.container.ChannelURLType urlType)
- Specified by:
setURLType
in interfacecom.sun.portal.container.ChannelURL
-
setParameter
public void setParameter(String name, String value)
- Specified by:
setParameter
in interfacecom.sun.portal.container.ChannelURL
-
setParameter
public void setParameter(String name, String[] values)
- Specified by:
setParameter
in interfacecom.sun.portal.container.ChannelURL
-
setParameters
public void setParameters(Map<String,String[]> parametersMap)
- Specified by:
setParameters
in interfacecom.sun.portal.container.ChannelURL
-
setProperty
public void setProperty(String name, String value)
- Specified by:
setProperty
in interfacecom.sun.portal.container.ChannelURL
-
addProperty
public void addProperty(String name, String value)
- Specified by:
addProperty
in interfacecom.sun.portal.container.ChannelURL
-
setSecure
public void setSecure(boolean secure)
- Specified by:
setSecure
in interfacecom.sun.portal.container.ChannelURL
-
setCacheLevel
public void setCacheLevel(String cacheLevel)
- Specified by:
setCacheLevel
in interfacecom.sun.portal.container.ChannelURL
-
setResourceID
public void setResourceID(String resourceID)
- Specified by:
setResourceID
in interfacecom.sun.portal.container.ChannelURL
-
getWindowState
public com.sun.portal.container.ChannelState getWindowState()
- Specified by:
getWindowState
in interfacecom.sun.portal.container.ChannelURL
-
getChannelMode
public com.sun.portal.container.ChannelMode getChannelMode()
- Specified by:
getChannelMode
in interfacecom.sun.portal.container.ChannelURL
-
getURLType
public com.sun.portal.container.ChannelURLType getURLType()
- Specified by:
getURLType
in interfacecom.sun.portal.container.ChannelURL
-
getParameters
public Map<String,String[]> getParameters()
- Specified by:
getParameters
in interfacecom.sun.portal.container.ChannelURL
-
getProperties
public Map<String,List<String>> getProperties()
- Specified by:
getProperties
in interfacecom.sun.portal.container.ChannelURL
-
isSecure
public boolean isSecure()
- Specified by:
isSecure
in interfacecom.sun.portal.container.ChannelURL
-
getCacheLevel
public String getCacheLevel()
- Specified by:
getCacheLevel
in interfacecom.sun.portal.container.ChannelURL
-
-