PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
Tree com.ibm.portal.resolver
Interface FormDataContext
- All Known Subinterfaces:
- ActionContext, ResourceContext
public interface FormDataContextExtension 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
PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD
Tree