Class PortletContent


  • public class PortletContent
    extends Object
    PortletContent is responsible for getting the portlet content and execting action on the portlet. It delegates the calls to PortletWindowInvoker.
    • Constructor Detail

      • PortletContent

        public PortletContent​(javax.servlet.ServletContext context,
                              javax.servlet.http.HttpServletRequest request,
                              javax.servlet.http.HttpServletResponse response)
                       throws InvokerException
        Throws:
        InvokerException
    • Method Detail

      • setPortletWindowMode

        public void setPortletWindowMode​(com.sun.portal.container.ChannelMode portletWindowMode)
      • setPortletWindowName

        public void setPortletWindowName​(String portletWindowName)
      • setPortletWindowState

        public void setPortletWindowState​(com.sun.portal.container.ChannelState portletWindowState)
      • getPortletWindowMode

        public com.sun.portal.container.ChannelMode getPortletWindowMode()
      • getPortletWindowState

        public com.sun.portal.container.ChannelState getPortletWindowState()
      • isInNormalWindowState

        public boolean isInNormalWindowState()
      • isInMaximizedWindowState

        public boolean isInMaximizedWindowState()
      • isInMinimizedWindowState

        public boolean isInMinimizedWindowState()
      • getPortletWindowName

        public String getPortletWindowName()
      • getTitle

        public String getTitle()
      • getWindowInvoker

        protected final WindowInvoker getWindowInvoker​(javax.servlet.ServletContext context,
                                                       javax.servlet.http.HttpServletRequest request,
                                                       javax.servlet.http.HttpServletResponse response)
                                                throws InvokerException
        Throws:
        InvokerException