com.ibm.portal.resolver
Interface FormDataContext

All Known Subinterfaces:
ActionContext, ResourceContext

public interface FormDataContext

Extension of the COR Context for use in a JSR168 portlet. This context is exposed for requests that can receive input streams, e.g. during the action phase or the resource phase.

Since:
8.5
See Also:
ActionContext, ResourceContext

Method Summary
 FormDataInputStream getFormDataInputStream()
          Creates an input stream that allows to decode multipart streams following RFC 1521.
 

Method Detail

getFormDataInputStream

FormDataInputStream getFormDataInputStream()
                                           throws java.io.IOException
Creates an input stream that allows to decode multipart streams following RFC 1521.

Returns:
the input stream or null if the stream could not be decoded
Throws:
java.io.IOException - - if the request has an incorrect mime type