com.ibm.mashups.enabler.io
Interface XHRMultipartFactory


public XHRMultipartFactory

Interface representing the XHR multipart handler factory


Method Summary
 XHRMultipart create()
           Returns a new XHR multipart handler
 Boolean isMultipartEnabled()
           Returns if multipart is enabled on the server
 Boolean isMultipartApplicationWidgets()
           Returns if application widgets should be fetched in multipart requests
 

Method Detail

create

XHRMultipart create()
Returns a new XHR multipart handler

Returns:
a new multipart handler, never null

isMultipartEnabled

Boolean isMultipartEnabled()
Returns if multipart is enabled on the server

Returns:
true if multipart is enabled, false otherwise

isMultipartApplicationWidgets

Boolean isMultipartApplicationWidgets()
Returns if application widgets should be fetched in multipart requests

Returns:
true if application widgets should be fetched in multipart requests, false otherwise


Copyright IBM Corp. 2010 All Rights Reserved.