Class PortletInvocation

    • Field Detail

      • navigationalState

        protected StateString navigationalState
        .
      • publicNavigationalState

        protected Map<String,​String[]> publicNavigationalState
        .
      • mode

        protected Mode mode
        .
      • requestAttributes

        protected Map<String,​Object> requestAttributes
        The portlet request attributes.
      • portalContext

        protected PortalContext portalContext
        The portal context.
      • clientContext

        protected ClientContext clientContext
        The client context.
      • serverContext

        protected ServerContext serverContext
        The server context.
      • securityContext

        protected SecurityContext securityContext
        The security context.
      • userContext

        protected UserContext userContext
        The user context.
      • instanceContext

        protected InstanceContext instanceContext
        The instance context.
      • windowContext

        protected WindowContext windowContext
        The window context.
      • req

        protected javax.servlet.http.HttpServletRequest req
        The dispatched request.
      • resp

        protected javax.servlet.http.HttpServletResponse resp
        The dispatched response.
    • Method Detail

      • getResponse

        public javax.servlet.http.HttpServletResponse getResponse()
        Returns the http servlet request.
        Returns:
        the response
      • setResponse

        public void setResponse​(javax.servlet.http.HttpServletResponse dresp)
        Set the http servlet request.
        Parameters:
        dresp - the response
      • getDispatchedResponse

        public javax.servlet.http.HttpServletResponse getDispatchedResponse()
        Deprecated.
        Returns the http servlet request.
        Returns:
        the dispatched response
      • getRequest

        public javax.servlet.http.HttpServletRequest getRequest()
        Returns the http servlet request.
        Returns:
        the request
      • setRequest

        public void setRequest​(javax.servlet.http.HttpServletRequest dreq)
        Set the http servlet request.
        Parameters:
        dreq - the request
      • getDispatchedRequest

        public javax.servlet.http.HttpServletRequest getDispatchedRequest()
        Deprecated.
        Returns the dispatched http servlet request.
        Returns:
        the dispatched request
      • setDispatchedRequest

        public void setDispatchedRequest​(javax.servlet.http.HttpServletRequest dreq)
        Set the dispatched http servlet request.
        Parameters:
        dreq - the dispatched request
      • getNavigationalState

        public StateString getNavigationalState()
      • setNavigationalState

        public void setNavigationalState​(StateString navigationalState)
      • getPublicNavigationalState

        public Map<String,​String[]> getPublicNavigationalState()
      • setPublicNavigationalState

        public void setPublicNavigationalState​(Map<String,​String[]> publicNavigationalState)
      • getMode

        public Mode getMode()
      • setMode

        public void setMode​(Mode mode)
      • setWindowState

        public void setWindowState​(WindowState windowState)
      • setPortalContext

        public void setPortalContext​(PortalContext portalContext)
      • setClientContext

        public void setClientContext​(ClientContext clientContext)
      • setServerContext

        public void setServerContext​(ServerContext serverContext)
      • setSecurityContext

        public void setSecurityContext​(SecurityContext securityContext)
      • setUserContext

        public void setUserContext​(UserContext userContext)
      • setInstanceContext

        public void setInstanceContext​(InstanceContext instanceContext)
      • setWindowContext

        public void setWindowContext​(WindowContext windowContext)
      • getRequestAttributes

        public Map<String,​Object> getRequestAttributes()
      • setRequestAttributes

        public void setRequestAttributes​(Map<String,​Object> requestAttributes)
      • setAttribute

        public void setAttribute​(String attrKey,
                                 Object attrValue)
      • getAttribute

        public Object getAttribute​(String attrKey)