Class JavaxPortletRequestContext

    • Constructor Detail

      • JavaxPortletRequestContext

        public JavaxPortletRequestContext​(javax.portlet.ActionRequest request)
        Constructs a context for this request.
        Parameters:
        request - The request to which this context applies.
    • Method Detail

      • getCharacterEncoding

        public String getCharacterEncoding()
        Gets the character encoding for the request.
        Returns:
        The character encoding for the request.
      • getContentType

        public String getContentType()
        Gets the content type of the request.
        Returns:
        The content type of the request.