Class 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 Detail

      • PortletWindowURL

        public PortletWindowURL​(String desktopURL)
    • Method Detail

      • setChannelMode

        public void setChannelMode​(com.sun.portal.container.ChannelMode newChannelMode)
        Specified by:
        setChannelMode in interface com.sun.portal.container.ChannelURL
      • setWindowState

        public void setWindowState​(com.sun.portal.container.ChannelState newWindowState)
        Specified by:
        setWindowState 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
      • setParameter

        public void setParameter​(String name,
                                 String value)
        Specified by:
        setParameter in interface com.sun.portal.container.ChannelURL
      • setParameter

        public void setParameter​(String name,
                                 String[] values)
        Specified by:
        setParameter in interface com.sun.portal.container.ChannelURL
      • setParameters

        public void setParameters​(Map<String,​String[]> parametersMap)
        Specified by:
        setParameters in interface com.sun.portal.container.ChannelURL
      • setProperty

        public void setProperty​(String name,
                                String value)
        Specified by:
        setProperty in interface com.sun.portal.container.ChannelURL
      • addProperty

        public void addProperty​(String name,
                                String value)
        Specified by:
        addProperty in interface com.sun.portal.container.ChannelURL
      • setSecure

        public void setSecure​(boolean secure)
        Specified by:
        setSecure in interface com.sun.portal.container.ChannelURL
      • setCacheLevel

        public void setCacheLevel​(String cacheLevel)
        Specified by:
        setCacheLevel in interface com.sun.portal.container.ChannelURL
      • setResourceID

        public void setResourceID​(String resourceID)
        Specified by:
        setResourceID 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
      • getChannelMode

        public com.sun.portal.container.ChannelMode getChannelMode()
        Specified by:
        getChannelMode 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
      • getParameters

        public Map<String,​String[]> getParameters()
        Specified by:
        getParameters in interface com.sun.portal.container.ChannelURL
      • getProperties

        public Map<String,​List<String>> getProperties()
        Specified by:
        getProperties in interface com.sun.portal.container.ChannelURL
      • isSecure

        public boolean isSecure()
        Specified by:
        isSecure in interface com.sun.portal.container.ChannelURL
      • getCacheLevel

        public String getCacheLevel()
        Specified by:
        getCacheLevel in interface com.sun.portal.container.ChannelURL
      • toString

        public String toString()
        Specified by:
        toString in interface com.sun.portal.container.ChannelURL
        Overrides:
        toString in class Object